Author: bdubbs
Date: Tue Jul 23 20:18:47 2013
New Revision: 11483
Log:
Update to wireshark-1.10.0
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/networking/netutils/wireshark.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Tue Jul 23 10:14:22 2013 (r11482)
+++ trunk/BOOK/general.ent Tue Jul 23 20:18:47 2013 (r11483)
@@ -462,7 +462,7 @@
<!ENTITY traceroute-version "2.0.19">
<!ENTITY whois-version "5.0.26">
<!ENTITY wicd-version "1.7.2.4">
-<!ENTITY wireshark-version "1.8.3">
+<!ENTITY wireshark-version "1.10.0">
<!ENTITY wicd-major-version "1.7">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Tue Jul 23 10:14:22
2013 (r11482)
+++ trunk/BOOK/introduction/welcome/changelog.xml Tue Jul 23 20:18:47
2013 (r11483)
@@ -47,6 +47,9 @@
<para>July 22nd, 2013</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Update to wireshark-1.10.0.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Update to gsl-1.16.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/networking/netutils/wireshark.xml
==============================================================================
--- trunk/BOOK/networking/netutils/wireshark.xml Tue Jul 23 10:14:22
2013 (r11482)
+++ trunk/BOOK/networking/netutils/wireshark.xml Tue Jul 23 20:18:47
2013 (r11483)
@@ -6,10 +6,10 @@
<!ENTITY wireshark-download-http
"http://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.bz2">
<!ENTITY wireshark-download-ftp " ">
- <!ENTITY wireshark-md5sum "898b4c60e32efcd77ecf875a6ad07a92">
- <!ENTITY wireshark-size "23 MB">
- <!ENTITY wireshark-buildsize "1.0 GB">
- <!ENTITY wireshark-time "6.0 SBU">
+ <!ENTITY wireshark-md5sum "72e51cd33fd33c7044a41c2ab51ad7af">
+ <!ENTITY wireshark-size "26 MB">
+ <!ENTITY wireshark-buildsize "1.1 GB">
+ <!ENTITY wireshark-time "6.3 SBU">
]>
<sect1 id="wireshark" xreflabel="Wireshark-&wireshark-version;">
@@ -33,12 +33,12 @@
protocol analyzer, also known as a <quote>sniffer</quote>. This is useful
for analyzing data captured <quote>off the wire</quote> from a live network
connection, or data read from a capture file.
- <application>Wireshark</application> provides both a graphical and TTY-mode
+ <application>Wireshark</application> provides both a graphical and a
TTY-mode
front-end for examining captured network packets from over 500 protocols,
as well as the capability to read capture files from many other popular
network analyzers.</para>
- &lfs72_checked;
+ &lfs73_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -77,8 +77,9 @@
<bridgehead renderas="sect3">Wireshark dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para role="required"><!--<xref linkend="GLib"/> or --><xref
linkend="glib2"/>
- (to build the TTY-mode front-end only)</para>
+ <para role="required">
+ <xref linkend="glib2"/> (to build the TTY-mode front-end only)
+ </para>
<para>Note that if you don't have <application>Gtk+</application>
installed, you will need to pass <option>--disable-wireshark</option>
@@ -115,11 +116,14 @@
<para>The kernel must have the Packet protocol enabled for
<application>Wireshark</application> to capture live packets from the
- network. Enable the Packet protocol by choosing <quote>Y</quote> in the
- <quote>Networking</quote> – <quote>Packet socket</quote>
- configuration parameter. Alternatively, build the
- <filename>af_packet.ko</filename> module by choosing <quote>M</quote> in
- this parameter.</para>
+ network.</para>
+
+<screen><literal>Networking support: Y
+ Networking options:
+ Packet: sockets monitoring interface: M or Y</literal></screen>
+
+ <para>If built as a module, the name is
+ <filename>af_packet.ko</filename>.</para>
<indexterm zone="wireshark wireshark-kernel">
<primary sortas="d-Capturing-network-packets">Capturing network
@@ -148,11 +152,18 @@
<para><application>Wireshark</application> is a very large and complex
application. These instructions provide additional security measures to
ensure that only trusted users are allowed to view network traffic. First,
- set up a system groub for wireshark. As the <systemitem
+ set up a system group for wireshark. As the <systemitem
class="username">root</systemitem> user:</para>
<screen role="root"><userinput>groupadd -g 62 wireshark</userinput></screen>
+ <para>There are a few issues that prevent the build from completing
+ when generating the man pages. Fix them up with:</para>
+
+<screen><userinput>sed -i '/^.pod.1/{n;n;n;s/$/\n\t--utf8 \\/}'
doc/Makefile.in &&
+sed -i '1 i =begin man\n\n=encoding utf8\n\n=end man\n' \
+ doc/{asn2deb,idl2deb}.pod
doc/wireshark.pod.template</userinput></screen>
+
<para>Continue to install <application>Wireshark</application> by running
the following commands:</para>
@@ -272,11 +283,11 @@
<seglistitem>
<seg>capinfos, dftest, dumpcap, editcap, idl2wrs, mergecap, randpkt,
- rawshark, text2pcap, tshark and wireshark</seg>
+ rawshark, text2pcap, tshark, and wireshark</seg>
<seg>libwireshark.so, libwiretap.so, libwsutil.so, and
numerous plugin modules</seg>
<seg>/usr/lib/wireshark, /usr/share/doc/wireshark-&wireshark-version;,
- /usr/share/pixmaps/wireshark and /usr/share/wireshark</seg>
+ /usr/share/pixmaps/wireshark, and /usr/share/wireshark</seg>
</seglistitem>
</segmentedlist>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page