This file is indexed.

/usr/share/doc/wireshark-doc/wsdg_html_chunked/ChToolsCygwin.html is in wireshark-doc 1.6.7-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>4.2. Win32: Cygwin</title><link rel="stylesheet" type="text/css" href="ws.css"><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="Wireshark Developer's Guide"><link rel="up" href="ChapterTools.html" title="Chapter 4. Tool Reference"><link rel="prev" href="ChapterTools.html" title="Chapter 4. Tool Reference"><link rel="next" href="ChToolsGNUChain.html" title="4.3. GNU compiler toolchain (UNIX or Win32 Cygwin)"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4.2. Win32: Cygwin</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ChapterTools.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Tool Reference</th><td width="20%" align="right"> <a accesskey="n" href="ChToolsGNUChain.html">Next</a></td></tr></table><hr></div><div class="section" title="4.2. Win32: Cygwin"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="ChToolsCygwin"></a>4.2. Win32: Cygwin</h2></div></div></div><p>Cygwin provides a lot of UNIX based tools on the Win32
    platform. It uses a UNIX emulation layer which might be a bit
    slower compared to the native Win32 tools, but at an acceptable
    level. The installation and update is pretty easy and done
    through a single (web based) setup.exe.</p><p>The native Win32 tools will typically be a bit faster,
    but more complicated to install, as you would have to download
    the tools from different webpages, and install them in
    different ways, tweaking the PATH and alike.</p><div class="note" title="Note!" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note: Note!"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="wsdg_graphics/note.png"></td><th align="left">Note!</th></tr><tr><td align="left" valign="top"><p>As there's no Win32 native bash version available, at
      least a basic installation of cygwin is required in any
      case.</p></td></tr></table></div><p>Although Cygwin consists of several separate packages,
    the installation and update is done through a single setup.exe,
    which acts similar to other web based installers. All tools
    will be installed into one base folder, the default is
    <code class="filename">C:\cygwin</code>.</p><p>You will find this network based setup.exe at:
    <a class="ulink" href="http://www.cygwin.com/" target="_top">http://www.cygwin.com/</a>. Click on one of the
    "Install Cygwin now" appearances to download the
    <code class="filename">setup.exe</code>. After the download completed,
    start this
    <code class="filename">setup.exe</code> on your machine.</p><p>The setup will ask you for some settings, the defaults
    should usually work well for a first start. At the "Select
    Packages" page, you'll need to select some additional packages,
    which are not installed by default. Navigate to the required
    Category/Package row and click on the "Skip" item in the "New"
    column so it shows a version number for the required
    package</p><p>After clicking the Next button several times, the setup
    will then download and install the selected packages (this may
    take a while, depending on the package size).</p><p>Under: "Start&#8594;Programs&#8594;Cygwin&#8594;Cygwin
    Bash Shell" you should now be able to start a new Cygwin bash
    shell, which is similar to the command line
    (command.com/cmd.exe) in Win32, but much more powerful.</p><div class="section" title="4.2.1. Add/Update/Remove Cygwin Packages"><div class="titlepage"><div><div><h3 class="title"><a name="ChToolsCygwinPackages"></a>4.2.1. Add/Update/Remove Cygwin Packages</h3></div></div></div><p>If you want to add additional, update installed or
      remove packages later, you have to start the setup.exe again.
      At the "Select Packages" page, the entry in the "New" column
      will control what is done (or not) with the package. If a new
      version of a package is available, the new version number
      will be displayed, so it will be automatically updated. You
      can change the current setting by simply clicking at it, it
      will change between:
      </p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>a specific version number - this different package
          version will be installed</p></li><li class="listitem"><p>Skip - not installed, no changes</p></li><li class="listitem"><p>Keep - already installed, no changes</p></li><li class="listitem"><p>Uninstall - uninstall this package</p></li><li class="listitem"><p>Reinstall - reinstall this package</p></li></ul></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ChapterTools.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ChapterTools.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ChToolsGNUChain.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 4. Tool Reference </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 4.3. GNU compiler toolchain (UNIX or Win32 Cygwin)</td></tr></table></div></body></html>