This file is indexed.

/usr/share/doc/wireshark-doc/wsug_html_chunked/ChUsePacketBytesPaneSection.html is in wireshark-doc 1.10.6-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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>3.20. The "Packet Bytes" pane</title><link rel="stylesheet" type="text/css" href="ws.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Wireshark User's Guide"><link rel="up" href="ChapterUsing.html" title="Chapter 3. User Interface"><link rel="prev" href="ChUsePacketDetailsPaneSection.html" title='3.19. The "Packet Details" pane'><link rel="next" href="ChUseStatusbarSection.html" title="3.21. The Statusbar"></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">3.20. The "Packet Bytes" pane</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ChUsePacketDetailsPaneSection.html">Prev</a> </td><th width="60%" align="center">Chapter 3. User Interface</th><td width="20%" align="right"> <a accesskey="n" href="ChUseStatusbarSection.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="ChUsePacketBytesPaneSection"></a>3.20. The "Packet Bytes" pane</h2></div></div></div><p>
      The packet bytes pane shows the data of the current packet (selected in the "Packet List"
      pane) in a hexdump style.
    </p><div class="figure"><a name="ChUseWiresharkBytesPane"></a><p class="title"><b>Figure 3.18. The "Packet Bytes" pane</b></p><div class="figure-contents"><div><img src="wsug_graphics/ws-bytes-pane.png" alt='The "Packet Bytes" pane'></div></div></div><p><br class="figure-break">
    </p><p>
    As usual for a hexdump, the left side shows the offset in the packet data,
    in the middle the packet data is shown in a hexadecimal representation and
    on the right the corresponding ASCII characters (or . if not appropriate)
    are displayed.
    </p><p>
    Depending on the packet data, sometimes more than one page is available,
    e.g. when Wireshark has reassembled some packets into a single chunk of
    data, see <a class="xref" href="ChAdvReassemblySection.html" title="7.6. Packet Reassembling">Section 7.6, &#8220;Packet Reassembling&#8221;</a>. In this case there are
    some additional tabs shown at the bottom of the pane to let you select
    the page you want to see.
    </p><div class="figure"><a name="ChUseWiresharkBytesPaneTabs"></a><p class="title"><b>Figure 3.19. The "Packet Bytes" pane with tabs</b></p><div class="figure-contents"><div><img src="wsug_graphics/ws-bytes-pane-tabs.png" alt='The "Packet Bytes" pane with tabs'></div></div></div><p><br class="figure-break">
    </p><div class="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="wsug_graphics/note.png"></td><th align="left">Note!</th></tr><tr><td align="left" valign="top"><p>
    The additional pages might contain data picked from multiple packets.
    </p></td></tr></table></div><p>
    The context menu (right mouse click) of the tab labels will show a list of
    all available pages. This can be helpful if the size in the pane is too
    small for all the tab labels.
    </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ChUsePacketDetailsPaneSection.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ChapterUsing.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ChUseStatusbarSection.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">3.19. The "Packet Details" pane </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 3.21. The Statusbar</td></tr></table></div></body></html>