source: networking/netutils/wireshark.xml@ 8fad0a2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8fad0a2 was 8fad0a2, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Wireshark-1.12.0: minor fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13792 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 20.1 KB
RevLine 
[1a3dd316]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[1a3dd316]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[d0151ee]7 <!ENTITY wireshark-download-http "http://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.bz2">
[a079e73c]8 <!ENTITY wireshark-download-ftp " ">
[b85a77f]9 <!ENTITY wireshark-md5sum "8dcfe451d8769901129809d2e19c1fb7">
10 <!ENTITY wireshark-size "28 MB">
11 <!ENTITY wireshark-buildsize "875 MB">
12 <!ENTITY wireshark-time "5.0 SBU">
[1a3dd316]13]>
14
[894de226]15<sect1 id="wireshark" xreflabel="Wireshark-&wireshark-version;">
16 <?dbhtml filename="wireshark.html"?>
[50b8d8b]17
[13659efc]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[50b8d8b]22
[894de226]23 <title>Wireshark-&wireshark-version;</title>
[50b8d8b]24
[894de226]25 <indexterm zone="wireshark">
26 <primary sortas="a-Wireshark">Wireshark</primary>
[13659efc]27 </indexterm>
28
29 <sect2 role="package">
[894de226]30 <title>Introduction to Wireshark</title>
[13659efc]31
[894de226]32 <para>The <application>Wireshark</application> package contains a network
[1065a91]33 protocol analyzer, also known as a <quote>sniffer</quote>. This is useful
34 for analyzing data captured <quote>off the wire</quote> from a live network
35 connection, or data read from a capture file.
[6b14cb2]36 <application>Wireshark</application> provides both a graphical and a TTY-mode
[c3ee07c]37 front-end for examining captured network packets from over 500 protocols,
38 as well as the capability to read capture files from many other popular
39 network analyzers.</para>
[50b8d8b]40
[283854e4]41 &lfs75_checked;
[a079e73c]42
[13659efc]43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
[894de226]46 <para>Download (HTTP): <ulink url="&wireshark-download-http;"/></para>
[13659efc]47 </listitem>
48 <listitem>
[894de226]49 <para>Download (FTP): <ulink url="&wireshark-download-ftp;"/></para>
[13659efc]50 </listitem>
51 <listitem>
[894de226]52 <para>Download MD5 sum: &wireshark-md5sum;</para>
[13659efc]53 </listitem>
54 <listitem>
[894de226]55 <para>Download size: &wireshark-size;</para>
[13659efc]56 </listitem>
57 <listitem>
[894de226]58 <para>Estimated disk space required: &wireshark-buildsize;</para>
[13659efc]59 </listitem>
60 <listitem>
[894de226]61 <para>Estimated build time: &wireshark-time;</para>
[2174baa]62 </listitem>
[13659efc]63 </itemizedlist>
[50b8d8b]64
[3932f297]65 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
[9f12e36]66 <itemizedlist spacing="compact">
[b11e915]67 <listitem>
68 <para>Additional Documentation:
69 <ulink url="http://www.wireshark.org/download/docs/"/>
70 </para>
71 </listitem>
[3932f297]72 </itemizedlist>
73
74 <para>From this page you can download many different docs in a variety
75 of formats.</para>
76
[894de226]77 <bridgehead renderas="sect3">Wireshark dependencies</bridgehead>
[50b8d8b]78
[13659efc]79 <bridgehead renderas="sect4">Required</bridgehead>
[6b14cb2]80 <para role="required">
81 <xref linkend="glib2"/> (to build the TTY-mode front-end only)
82 </para>
[50b8d8b]83
[2061231]84 <para>Note that you need <application>Gtk+</application> or
[b85a77f]85 <application>Qt4</application> installed, otherwise, pass
[2061231]86 <option>--disable-wireshark</option> to the
[b85a77f]87 <command>configure</command> command. SBU and disk space required are larger
88 for the Qt GUI.</para>
[894de226]89
[13659efc]90 <bridgehead renderas="sect4">Recommended</bridgehead>
[a079e73c]91 <para role="recommended">
[b85a77f]92 <xref linkend="gtk3"/> (to build the <application>Gtk+3</application>
93 GUI) and
[a079e73c]94 <xref linkend="libpcap"/> (required to capture data)
95 </para>
[50b8d8b]96
[13659efc]97 <bridgehead renderas="sect4">Optional</bridgehead>
[9ef15dba]98 <para role="optional">
[94e2b39a]99 <xref linkend="gnutls"/>,
100 <xref linkend="libgcrypt"/>,
101 <xref linkend="lua"/>,
[a079e73c]102 <xref linkend="mitkrb"/>,
[b85a77f]103 <xref linkend="openssl"/>,
104 <ulink url="http://www.gnu.org/software/adns/adns.html">adns</ulink>,
105 <ulink url="http://www.maxmind.com/app/c">GeoIP</ulink>, and
[2061231]106 <ulink url="http://www.portaudio.com/download.html">PortAudio</ulink>
107 </para>
108
109 <bridgehead renderas="sect4">Optional (to build the GUI front-end)</bridgehead>
110 <para role="optional">
111 <xref linkend="gtk2"/>,
[b85a77f]112 <xref linkend="qt4"/>, or
113 <xref linkend="qt5"/>
[a079e73c]114 </para>
[28d83dbc]115
[061ec9d]116 <para condition="html" role="usernotes">User Notes:
[894de226]117 <ulink url="&blfs-wiki;/wireshark"/></para>
[061ec9d]118
[13659efc]119 </sect2>
[50b8d8b]120
[894de226]121 <sect2 role="kernel" id="wireshark-kernel">
[13659efc]122 <title>Kernel Configuration</title>
[50b8d8b]123
[1065a91]124 <para>The kernel must have the Packet protocol enabled for
[894de226]125 <application>Wireshark</application> to capture live packets from the
[6b14cb2]126 network.</para>
127
128<screen><literal>Networking support: Y
129 Networking options:
130 Packet: sockets monitoring interface: M or Y</literal></screen>
131
132 <para>If built as a module, the name is
133 <filename>af_packet.ko</filename>.</para>
[50b8d8b]134
[894de226]135 <indexterm zone="wireshark wireshark-kernel">
[1065a91]136 <primary sortas="d-Capturing-network-packets">Capturing network
[13659efc]137 packets</primary>
138 </indexterm>
[50b8d8b]139
[13659efc]140 </sect2>
[50b8d8b]141
[13659efc]142 <sect2 role="installation">
[894de226]143 <title>Installation of Wireshark</title>
[13659efc]144
[0d7900a]145 <para>Optionally, fix the description of the program in the title.
[a079e73c]146 The first change overwrites the default "SVN Unknown" in the title
[7365b6c]147 and the second overwrites a utility script that resets the version
[a079e73c]148 to "unknown".</para>
149
150<screen><userinput>cat > svnversion.h &lt;&lt; "EOF"
151#define SVNVERSION "BLFS"
152#define SVNPATH "source"
153EOF
154
155cat > make-version.pl &lt;&lt; "EOF"
156#!/usr/bin/perl
157EOF</userinput></screen>
158
159 <para><application>Wireshark</application> is a very large and complex
160 application. These instructions provide additional security measures to
161 ensure that only trusted users are allowed to view network traffic. First,
[6b14cb2]162 set up a system group for wireshark. As the <systemitem
[a079e73c]163 class="username">root</systemitem> user:</para>
164
165<screen role="root"><userinput>groupadd -g 62 wireshark</userinput></screen>
166
[ef78b5f]167 <para>If you want an unpriviledged user to execute
168 <application>wireshark</application>, run the following command as the
169 <systemitem class="username">root</systemitem> user:</para>
170
171<screen><userinput>usermod -a -G wireshark <replaceable>&lt;username&gt;</replaceable></userinput></screen>
172
[b85a77f]173 <para>If you have <application>GTK+2</application> and 3, and
174 <application>Qt4</application> and 5, one GUI linked to
175 <application>GTK+3</application> and another one linked to
176 <application>Qt5</application> are built, by default. Instead, we chose to
[8fad0a2]177 only build the <application>GTK+3</application> GUI, as the BLFS default.
[b85a77f]178 If you prefer otherwise, some modifications are mecessary. For
179 modifications in the <command>configure</command> switches, see
180 "Command Explanations".</para>
181
182 <para>If you want to build a Qt GUI and have both
183 <application>Qt4</application> and 5 installed, issue either:</para>
184
185<screen><userinput>source setqt5</userinput></screen>
186
187 <para>if you want the <application>Qt5</application> GUI built, or:</para>
188
189<screen><userinput>source setqt4 &amp;&amp;
190sed -i 's/Qt5 Qt/Qt/' configure</userinput></screen>
191
192 <para>if you want the <application>Qt4</application> GUI built.</para>
193
[a079e73c]194 <para>Continue to install <application>Wireshark</application> by running
195 the following commands:</para>
[13659efc]196
[b85a77f]197<screen><userinput>./configure --prefix=/usr \
198 --with-gtk3=yes \
199 --with-qt=no \
200 --sysconfdir=/etc &amp;&amp;
[13659efc]201make</userinput></screen>
[28d83dbc]202
203 <para>This package does not come with a test suite.</para>
[50b8d8b]204
[13659efc]205 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[50b8d8b]206
[28d83dbc]207<screen role="root"><userinput>make install &amp;&amp;
[894de226]208
209install -v -m755 -d /usr/share/doc/wireshark-&wireshark-version; &amp;&amp;
[a079e73c]210install -v -m755 -d /usr/share/pixmaps/wireshark &amp;&amp;
211
212install -v -m644 README{,.linux} doc/README.* doc/*.{pod,txt} \
[894de226]213 /usr/share/doc/wireshark-&wireshark-version; &amp;&amp;
[a079e73c]214
[894de226]215pushd /usr/share/doc/wireshark-&wireshark-version; &amp;&amp;
[0d7900a]216 for FILENAME in ../../wireshark/*.html; do
[2061231]217 ln -s -v -f $FILENAME .
[a079e73c]218 done &amp;&amp;
[894de226]219popd &amp;&amp;
220
221install -v -m644 -D wireshark.desktop \
222 /usr/share/applications/wireshark.desktop &amp;&amp;
[a079e73c]223
[894de226]224install -v -m644 -D image/wsicon48.png \
225 /usr/share/pixmaps/wireshark.png &amp;&amp;
[a079e73c]226
227install -v -m644 image/*.{png,ico,xpm,bmp} \
228 /usr/share/pixmaps/wireshark</userinput></screen>
[3932f297]229
230 <para>If you downloaded any of the documentation files from the page
231 listed in the 'Additional Downloads', install them by issuing the following
232 commands as the <systemitem class="username">root</systemitem> user:</para>
233
[894de226]234<screen role="root"><userinput>install -v -m644 <replaceable>&lt;Downloaded_Files&gt;</replaceable> /usr/share/doc/wireshark-&wireshark-version;</userinput></screen>
[50b8d8b]235
[e958dbb2]236 <para>Now, set ownership and permissions of sensitive applications to
[a079e73c]237 only allow authorized users. As the <systemitem
238 class="username">root</systemitem> user:</para>
239
240<screen role="root"><userinput>chown -v root:wireshark /usr/bin/{tshark,dumpcap} &amp;&amp;
241chmod -v 6550 /usr/bin/{tshark,dumpcap}</userinput></screen>
242
[b85a77f]243 <para>Finally, add any users to the wireshark group (as root user):</para>
244
245<screen role="root"><userinput>usermod -a -G wireshark &lt;username&gt;</userinput></screen>
[a079e73c]246
[13659efc]247 </sect2>
[50b8d8b]248
[13659efc]249 <sect2 role="commands">
250 <title>Command Explanations</title>
[50b8d8b]251
[8fad0a2]252 <para><command>sed -i 's/Qt5 Qt/Qt/' ...</command>: This command is required
253 because, without it, libraries and includes from
[b85a77f]254 <application>Qt5</application> are found and used first, if both versions
255 are installed, when trying to build with <application>Qt4</application>,
256 and <command>make</command> does not complete.</para>
[50b8d8b]257
[7f77bc6]258 <para><option>--disable-wireshark</option>: This option is required if you
259 have <application>GTK+</application> installed but do not want to build
[b85a77f]260 the GTK+ and Qt GUIs.</para>
[7f77bc6]261
[b85a77f]262 <para><parameter>--with-gtk3=yes</parameter>: This switch is required
263 to use <application>GTK+3</application> for the GUI, if you are using
264 <parameter>--with-qt=no</parameter>. Change gtk3 by gtk2,to use
265 <application>GTK+3</application> for the GUI.</para>
[7f77bc6]266
[b85a77f]267 <para><parameter>--with-qt=no</parameter>: This switch disables build of
268 the Qt GUI. Replace "no" by "yes", if you want it to be built.</para>
[7f77bc6]269
[b85a77f]270 <para><option>--with-gtk2=yes</option>: This option is required if you want
271 to use <application>GTK+</application>2, instead of 3, for the GUI. Notice
272 that the GUI for only one GTK+ version (either 2 or 3) can be built.</para>
[50b8d8b]273
[13659efc]274 </sect2>
[50b8d8b]275
[13659efc]276 <sect2 role="configuration">
[894de226]277 <title>Configuring Wireshark</title>
[13659efc]278
[894de226]279 <sect3 id="wireshark-config">
[13659efc]280 <title>Config Files</title>
[50b8d8b]281
[894de226]282 <para><filename>/etc/wireshark.conf</filename> and
283 <filename>~/.wireshark/*</filename></para>
[50b8d8b]284
[894de226]285 <indexterm zone="wireshark wireshark-config">
286 <primary sortas="e-AA.wireshark-star">~/.wireshark/*</primary>
[13659efc]287 </indexterm>
[50b8d8b]288
[894de226]289 <indexterm zone="wireshark wireshark-config">
290 <primary sortas="e-etc-wireshark.conf">/etc/wireshark.conf</primary>
[13659efc]291 </indexterm>
[50b8d8b]292
[13659efc]293 </sect3>
[50b8d8b]294
[13659efc]295 <sect3>
296 <title>Configuration Information</title>
[50b8d8b]297
[1065a91]298 <para>Though the default configuration parameters are very sane,
299 reference the configuration section of the
[894de226]300 <ulink url="http://www.wireshark.org/docs/wsug_html/">Wireshark User's
[1065a91]301 Guide</ulink> for configuration information. Most of
[894de226]302 <application>Wireshark</application>'s configuration can be accomplished
303 using the menu options of the <command>wireshark</command>
[b85a77f]304 graphical interfaces.</para>
305
306 </sect3>
307
308 <sect3>
309 <title>Desktop file for the Qt GUI</title>
310
311 <para>If Qt GUI was built and you wish an entry in the desktop menu,
312 there are two possibilities (instructions must be run as root).</para>
313
314 <para>If only the Qt GUI was built:</para>
315
316<screen role="root"><userinput>mv -v /usr/share/applications/wireshark.desktop \
317 /usr/share/applications/wireshark-qt.desktop</userinput></screen>
318
319 <para>If both, GTK+ and Qt GUIs were built:</para>
320
321<screen role="root"><userinput>cp -v /usr/share/applications/wireshark.desktop \
322 /usr/share/applications/wireshark-qt.desktop</userinput></screen>
323
324 <para>Now, fix it for <command>wireshark-qt</command>:</para>
325
326<screen role="root"><userinput>sed -e 's/ireshark/&amp;-qt/' \
327 -e 's/^\(Icon=wireshark\)-qt/\1/' \
328 -i /usr/share/applications/wireshark-qt.desktop</userinput></screen>
[50b8d8b]329
[13659efc]330 <note>
[1065a91]331 <para>If you want to look at packets, make sure you don't filter
332 them out with <xref linkend="iptables"/>. If you want to exclude
333 certain classes of packets, it is more efficient to do it with
[894de226]334 <application>iptables</application> than it is with
335 <application>Wireshark</application>.</para>
[13659efc]336 </note>
[50b8d8b]337
[13659efc]338 </sect3>
[50b8d8b]339
[13659efc]340 </sect2>
[50b8d8b]341
[13659efc]342 <sect2 role="content">
343 <title>Contents</title>
344
345 <segmentedlist>
346 <segtitle>Installed Programs</segtitle>
347 <segtitle>Installed Libraries</segtitle>
348 <segtitle>Installed Directories</segtitle>
[50b8d8b]349
[13659efc]350 <seglistitem>
[b85a77f]351 <seg>capinfos, captype, dftest, dumpcap, editcap, mergecap, randpkt,
352 rawshark, reordercap, text2pcap, tshark,
353 wireshark and wireshark-qt</seg>
354 <seg>libfiletap.so, libwireshark.so, libwiretap.so, libwsutil.so, and
[ef78b5f]355 numerous modules under /usr/lib/wireshark/plugins</seg>
[894de226]356 <seg>/usr/lib/wireshark, /usr/share/doc/wireshark-&wireshark-version;,
[6b14cb2]357 /usr/share/pixmaps/wireshark, and /usr/share/wireshark</seg>
[13659efc]358 </seglistitem>
359 </segmentedlist>
[50b8d8b]360
[13659efc]361 <variablelist>
362 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
363 <?dbfo list-presentation="list"?>
364 <?dbhtml list-presentation="table"?>
[50b8d8b]365
[13659efc]366 <varlistentry id="capinfos">
367 <term><command>capinfos</command></term>
368 <listitem>
[1065a91]369 <para>reads a saved capture file and returns any or all of several
370 statistics about that file. It is able to detect and read any capture
[894de226]371 supported by the <application>Wireshark</application> package.</para>
372 <indexterm zone="wireshark capinfos">
[13659efc]373 <primary sortas="b-capinfos">capinfos</primary>
374 </indexterm>
375 </listitem>
376 </varlistentry>
[50b8d8b]377
[b85a77f]378 <varlistentry id="captype">
379 <term><command>captype</command></term>
380 <listitem>
381 <para>prints the file types of capture files.</para>
382 <indexterm zone="wireshark captype">
383 <primary sortas="b-captype">captype</primary>
384 </indexterm>
385 </listitem>
386 </varlistentry>
387
[13659efc]388 <varlistentry id="dftest">
389 <term><command>dftest</command></term>
390 <listitem>
391 <para>is a display-filter-compiler test program.</para>
[894de226]392 <indexterm zone="wireshark dftest">
[13659efc]393 <primary sortas="b-dftest">dftest</primary>
394 </indexterm>
395 </listitem>
396 </varlistentry>
[50b8d8b]397
[894de226]398 <varlistentry id="dumpcap">
399 <term><command>dumpcap</command></term>
400 <listitem>
401 <para>is a network traffic dump tool. It lets you capture packet data
402 from a live network and write the packets to a file.</para>
403 <indexterm zone="wireshark dumpcap">
404 <primary sortas="b-dumpcap">dumpcap</primary>
405 </indexterm>
406 </listitem>
407 </varlistentry>
408
[13659efc]409 <varlistentry id="editcap">
410 <term><command>editcap</command></term>
411 <listitem>
[1065a91]412 <para>edits and/or translates the format of capture files. It knows
413 how to read <application>libpcap</application> capture files,
414 including those of <command>tcpdump</command>,
[894de226]415 <application>Wireshark</application> and other tools that write
[28d83dbc]416 captures in that format.</para>
[894de226]417 <indexterm zone="wireshark editcap">
[13659efc]418 <primary sortas="b-editcap">editcap</primary>
419 </indexterm>
420 </listitem>
421 </varlistentry>
[50b8d8b]422
[13659efc]423 <varlistentry id="mergecap">
424 <term><command>mergecap</command></term>
425 <listitem>
[1065a91]426 <para>combines multiple saved capture files into a single output
[13659efc]427 file.</para>
[894de226]428 <indexterm zone="wireshark mergecap">
[13659efc]429 <primary sortas="b-mergecap">mergecap</primary>
430 </indexterm>
431 </listitem>
432 </varlistentry>
[50b8d8b]433
[13659efc]434 <varlistentry id="randpkt">
435 <term><command>randpkt</command></term>
436 <listitem>
437 <para>creates random-packet capture files.</para>
[894de226]438 <indexterm zone="wireshark randpkt">
[13659efc]439 <primary sortas="b-randpkt">randpkt</primary>
440 </indexterm>
441 </listitem>
442 </varlistentry>
[50b8d8b]443
[a079e73c]444 <varlistentry id="rawshark">
445 <term><command>rawshark</command></term>
446 <listitem>
447 <para>dump and analyze raw libpcap data.</para>
448 <indexterm zone="wireshark rawshark">
449 <primary sortas="b-rawshark">rawshark</primary>
450 </indexterm>
451 </listitem>
452 </varlistentry>
453
[2061231]454 <varlistentry id="reordercap">
455 <term><command>reordercap</command></term>
456 <listitem>
457 <para>reorder timestamps of input file frames into output file.</para>
458 <indexterm zone="wireshark reordercap">
459 <primary sortas="b-reordercap">reordercap</primary>
460 </indexterm>
461 </listitem>
462 </varlistentry>
463
[894de226]464 <varlistentry id="text2pcap">
465 <term><command>text2pcap</command></term>
466 <listitem>
467 <para>reads in an ASCII hex dump and writes the
468 data described into a <application>libpcap</application>-style
469 capture file.</para>
470 <indexterm zone="wireshark text2pcap">
471 <primary sortas="b-text2pcap">text2pcap</primary>
472 </indexterm>
473 </listitem>
474 </varlistentry>
475
476 <varlistentry id="tshark">
477 <term><command>tshark</command></term>
[13659efc]478 <listitem>
[1065a91]479 <para>is a TTY-mode network protocol analyzer. It lets you capture
480 packet data from a live network or read packets from a
[13659efc]481 previously saved capture file.</para>
[894de226]482 <indexterm zone="wireshark tshark">
483 <primary sortas="b-tshark">tshark</primary>
[13659efc]484 </indexterm>
485 </listitem>
486 </varlistentry>
[50b8d8b]487
[894de226]488 <varlistentry id="wireshark-prog">
489 <term><command>wireshark</command></term>
[13659efc]490 <listitem>
[b85a77f]491 <para>is the GTK+ GUI network protocol analyzer. It lets you
492 interactively browse packet data from a live network or from a
493 previously saved capture file.</para>
[894de226]494 <indexterm zone="wireshark wireshark-prog">
495 <primary sortas="b-wireshark">wireshark</primary>
[13659efc]496 </indexterm>
497 </listitem>
498 </varlistentry>
[50b8d8b]499
[b85a77f]500 <varlistentry id="wireshark-qt-prog">
501 <term><command>wireshark-qt</command></term>
502 <listitem>
503 <para>is the Qt GUI network protocol analyzer. It lets you
504 interactively browse packet data from a live network or from a
505 previously saved capture file.</para>
506 <indexterm zone="wireshark wireshark-qt-prog">
507 <primary sortas="b-wireshark-qt">wireshark-qt</primary>
508 </indexterm>
509 </listitem>
510 </varlistentry>
511
[894de226]512 <varlistentry id="libwireshark">
513 <term><filename class='libraryfile'>libwireshark.so</filename></term>
[13659efc]514 <listitem>
[1065a91]515 <para>contains functions used by the
[894de226]516 <application>Wireshark</application> programs to perform filtering and
[13659efc]517 packet capturing.</para>
[894de226]518 <indexterm zone="wireshark libwireshark">
519 <primary sortas="c-libwireshark">libwireshark.so</primary>
[13659efc]520 </indexterm>
521 </listitem>
522 </varlistentry>
[50b8d8b]523
[13659efc]524 <varlistentry id="libwiretap">
525 <term><filename class='libraryfile'>libwiretap.so</filename></term>
526 <listitem>
[1065a91]527 <para>is a library being developed as a future replacement for
528 <filename class='libraryfile'>libpcap</filename>, the current
529 standard Unix library for packet capturing. For more information,
530 see the <filename>README</filename> file in the source
[13659efc]531 <filename class='directory'>wiretap</filename> directory.</para>
[894de226]532 <indexterm zone="wireshark libwiretap">
[13659efc]533 <primary sortas="c-libwiretap">libwiretap.so</primary>
534 </indexterm>
535 </listitem>
536 </varlistentry>
[50b8d8b]537
[13659efc]538 </variablelist>
539
540 </sect2>
[1a3dd316]541
542</sect1>
Note: See TracBrowser for help on using the repository browser.