Changeset 2061231


Ignore:
Timestamp:
11/02/2013 09:25:10 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
50f410f
Parents:
be9c663
Message:

Update to wireshark-1.10.3.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rbe9c663 r2061231  
    447447<!ENTITY whois-version                "5.0.26">
    448448<!ENTITY wicd-version                 "1.7.2.4">
    449 <!ENTITY wireshark-version            "1.10.2">  <!-- even minors only -->
     449<!ENTITY wireshark-version            "1.10.3">  <!-- even minors only -->
    450450
    451451<!ENTITY wicd-major-version           "1.7">
  • introduction/welcome/changelog.xml

    rbe9c663 r2061231  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[fernando] - Update to wireshark-1.10.3. Fixes
     51          <ulink url="&blfs-ticket-root;4256">#4256</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[igor] - Update to xorg-server-1.14.4. Fixes
    5155          <ulink url="&blfs-ticket-root;4251">#4251</ulink>.</para>
  • networking/netutils/wireshark.xml

    rbe9c663 r2061231  
    77  <!ENTITY wireshark-download-http "http://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.bz2">
    88  <!ENTITY wireshark-download-ftp  " ">
    9   <!ENTITY wireshark-md5sum        "cd7fedd0a67df5ad4905fd356efdc1e8">
    10   <!ENTITY wireshark-size          "25 MB">
    11   <!ENTITY wireshark-buildsize     "1.1 GB">
    12   <!ENTITY wireshark-time          "5.4 SBU">
     9  <!ENTITY wireshark-md5sum        "ceb4b2bac5607d948e00bd950461be1c">
     10  <!ENTITY wireshark-size          "26 MB">
     11  <!ENTITY wireshark-buildsize     "926 MB">
     12  <!ENTITY wireshark-time          "6.0 SBU">
    1313]>
    1414
     
    6666    <itemizedlist spacing="compact">
    6767      <listitem>
    68         <para>
    69           Required patch:
    70           <ulink url="&patch-root;/wireshark-&wireshark-version;-packet_gluster_duplicate_enums_fix-1.patch"/>
    71         </para>
    72       </listitem>
    73       <listitem>
    7468        <para>Additional Documentation:
    7569           <ulink url="http://www.wireshark.org/download/docs/"/>
     
    8882    </para>
    8983
    90     <para>Note that if you don't have <application>Gtk+</application>
    91     installed, you will need to pass <option>--disable-wireshark</option>
    92     to the <command>configure</command> command.</para>
     84    <para>Note that you need <application>Gtk+</application> or
     85    <application>Qt4</application> installed, otherwise, you will need to pass
     86    <option>--disable-wireshark</option> to the
     87    <command>configure</command> command.</para>
    9388
    9489    <bridgehead renderas="sect4">Recommended</bridgehead>
     
    10297      <ulink url="http://www.maxmind.com/app/c">GeoIP</ulink>,
    10398      <xref linkend="gnutls"/>,
    104       <xref linkend="gtk2"/> or <xref linkend="gtk3"/> (to build the GUI front-end),
    10599      <xref linkend="libgcrypt"/>,
    106100      <xref linkend="lua"/>,
    107101      <xref linkend="mitkrb"/>,
    108102      <xref linkend="openssl"/>,
    109       <xref linkend="pcre"/>,
    110       <ulink url="http://www.portaudio.com/download.html">PortAudio</ulink>, and
    111       <xref linkend="python2"/>
     103      <xref linkend="pcre"/>, and
     104      <ulink url="http://www.portaudio.com/download.html">PortAudio</ulink>
     105    </para>
     106
     107    <bridgehead renderas="sect4">Optional (to build the GUI front-end)</bridgehead>
     108    <para role="optional">
     109      <xref linkend="gtk2"/>,
     110      <xref linkend="gtk3"/>, or
     111      <xref linkend="qt4"/>
    112112    </para>
    113113
     
    166166    the following commands:</para>
    167167
    168 <screen><userinput>patch -Np1 -i ../wireshark-&wireshark-version;-packet_gluster_duplicate_enums_fix-1.patch &amp;&amp;
    169 ./configure --prefix=/usr --sysconfdir=/etc                                  &amp;&amp;
     168<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    170169make</userinput></screen>
    171170
     
    184183pushd /usr/share/doc/wireshark-&wireshark-version; &amp;&amp;
    185184   for FILENAME in ../../wireshark/*.html; do
    186       ln -s -v $FILENAME .
     185      ln -s -v -f $FILENAME .
    187186   done &amp;&amp;
    188187popd &amp;&amp;
     
    225224    <application>OpenSSL</application>
    226225    <filename class='libraryfile'>libcrypto</filename> library is found.</para>
    227 
    228     <para><option>--with-python</option>: This option is required if you
    229     want Python bindings built.</para>
    230226
    231227  </sect2>
     
    282278
    283279      <seglistitem>
    284         <seg>capinfos, dftest, dumpcap, editcap, idl2wrs, mergecap, randpkt,
    285         rawshark, text2pcap, tshark, and wireshark</seg>
     280        <seg>capinfos, dftest, dumpcap, editcap, mergecap, randpkt, rawshark,
     281        reordercap, text2pcap, tshark, and wireshark</seg>
    286282        <seg>libwireshark.so, libwiretap.so, libwsutil.so, and
    287283        numerous plugin modules</seg>
     
    343339      </varlistentry>
    344340
    345       <varlistentry id="idl2wrs">
    346         <term><command>idl2wrs</command></term>
    347         <listitem>
    348           <para>takes a user specified CORBA
    349           IDL file and generates <quote>C</quote> source code that
    350           can be used to create an <application>Wireshark</application>
    351           plugin.</para>
    352           <indexterm zone="wireshark idl2wrs">
    353             <primary sortas="b-idl2wrs">idl2wrs</primary>
    354           </indexterm>
    355         </listitem>
    356       </varlistentry>
    357 
    358341      <varlistentry id="mergecap">
    359342        <term><command>mergecap</command></term>
     
    383366          <indexterm zone="wireshark rawshark">
    384367            <primary sortas="b-rawshark">rawshark</primary>
     368          </indexterm>
     369        </listitem>
     370      </varlistentry>
     371
     372      <varlistentry id="reordercap">
     373        <term><command>reordercap</command></term>
     374        <listitem>
     375          <para>reorder timestamps of input file frames into output file.</para>
     376          <indexterm zone="wireshark reordercap">
     377            <primary sortas="b-reordercap">reordercap</primary>
    385378          </indexterm>
    386379        </listitem>
Note: See TracChangeset for help on using the changeset viewer.