This file is indexed.

/usr/share/doc/ruby-pcap/doc/index.html is in ruby-pcap 0.7.0-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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>Ruby/Pcap Library</title>
</head>

<body bgcolor="ffffff">
<h1>Ruby/Pcap extension library</h1>

Ruby interface to LBL libpcap (Packet Capture library).

<h2>Modules</h2>
<ul>
  <li><a href="Pcap.html"><code>Pcap</code></a>
</ul>

<h2>Classes</h2>

Following classes are defined under module <code>Pcap</code>.
When you use these classes, you need to <code>include</code> module
<code>Pcap</code> or refer them like <code>Pcap::Capture</code>.

<ul>
  <li><a href="Capture.html"><code>Capture</code></a>
  <li><a href="Pcaplet.html"><code>Pcaplet</code></a>
  <li><a href="Packet.html"><code>Packet</code></a>
      <ul>
	<li><a href="IPPacket.html"><code>IPPacket</code></a>
	    <ul>
	      <li><a href="TCPPacket.html"><code>TCPPacket</code></a>
	      <li><a href="UDPPacket.html"><code>UDPPacket</code></a>
	      <li><a href="ICMPPacket.html"><code>ICMPPacket</code></a>
	    </ul>
      </ul>
  <li><a href="IPAddress.html"><code>IPAddress</code></a>
  <li><a href="Dumper.html"><code>Dumper</code></a>
  <li><a href="Filter.html"><code>Filter</code></a>
</ul>

<h2>Exceptions</h2>

<ul>
  <li><a href="PcapError.html"><code>PcapError</code></a>
      <ul>
	<li><a href="TruncatedPacket.html"><code>TruncatedPacket</code></a>
      </ul>
</ul>

<hr>
<P ALIGN="RIGHT">
<A HREF="mailto:fukusima@goto.info.waseda.ac.jp">
fukusima@goto.info.waseda.ac.jp</A><BR>
</P>
</body> </html>