Changeset 3bb415b for networking


Ignore:
Timestamp:
08/01/2017 05:55:46 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, lazarus, lxqt, 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
Children:
48d054f5
Parents:
ab9e226
Message:

wireshark-2.4.0
xfsprogs-4.12.0
icedtea-web-1.7
openjdk-1.8.0.141
reiserfsprogs-3.6.27
upower-0.99.5
cups-filters-1.16.0
gptfdisk-1.0.3
boost-1.64.0
libreoffice-5.4.0.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/wireshark.xml

    rab9e226 r3bb415b  
    55  %general-entities;
    66
    7   <!ENTITY wireshark-download-http "https://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.bz2">
     7  <!ENTITY wireshark-download-http "https://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.xz">
    88  <!ENTITY wireshark-download-ftp  " ">
    9   <!ENTITY wireshark-md5sum        "a4d880554c7f925dafef60fa313b580d">
    10   <!ENTITY wireshark-size          "31 MB">
    11   <!ENTITY wireshark-buildsize     "1.6 GB (with default GUI front-ends, and SBC codec)">
    12   <!ENTITY wireshark-time          "3.5 SBU (with parallelism=4 and default GUI front-ends)">
     9  <!ENTITY wireshark-md5sum        "655106f8cf3bb8f521336d3a8ab5b10b">
     10  <!ENTITY wireshark-size          "27 MB">
     11  <!ENTITY wireshark-buildsize     "1.9 GB (with default GUI front-end, and all optional dependencies available in the BLFS book)">
     12  <!ENTITY wireshark-time          "10.3 SBU (with default GUI front-end and all optional dependencies available in the BLFS book)">
    1313]>
    1414
     
    7575          Optional patch:
    7676          <ulink url=
    77               "&patch-root;/wireshark-&wireshark-version;-lua_5_3_1-1.patch"/>
     77              "&patch-root;/wireshark-&wireshark-version;-lua_5_3-1.patch"/>
    7878          (allows building the LUA bindings if <xref linkend="lua"/> is
    7979          installed and LUA is not disabled by passing <option>--without-lua
     
    9494    <bridgehead renderas="sect4">Required</bridgehead>
    9595    <para role="required">
    96       <xref linkend="glib2"/>
     96      <xref linkend="glib2"/> and
     97      <xref linkend="libgcrypt"/>
    9798    </para>
    9899
    99100    <bridgehead renderas="sect4">Recommended</bridgehead>
    100101    <para role="recommended">
    101       <xref linkend="gtk3"/> (for the <application>Gtk+3</application> GUI),
    102102      <xref linkend="libpcap"/> (required to capture data), and
    103103      <xref linkend="qt5"/> (for the <application>Qt5</application> GUI)
     
    108108      <xref linkend="c-ares"/>,
    109109      <xref linkend="gnutls"/>,
    110       <xref linkend="libgcrypt"/>,
     110      <xref linkend="gtk3"/> or <xref linkend="gtk2"/> (for the legacy GTK GUI),
    111111      <xref linkend="libnl"/>,
    112112      <xref linkend="lua"/>,
    113113      <xref linkend="mitkrb"/>,
     114      <xref linkend="nghttp2"/>,
    114115      <xref linkend="openssl"/>,
    115116      <xref linkend="sbc"/>,
    116       <ulink url="http://www.gnu.org/software/adns/adns.html">adns</ulink>,
    117117      <ulink url="http://www.ibr.cs.tu-bs.de/projects/libsmi/">libsmi</ulink>,
    118       <ulink url="http://www.maxmind.com/app/c">GeoIP</ulink>, and
     118      <ulink url="http://lz4.github.io/lz4/">lz4</ulink>,
     119      <ulink url="http://www.maxmind.com/app/c">GeoIP</ulink>,
     120      <ulink url="https://www.libssh.org/">libssh</ulink>,
    119121      <ulink url="http://www.portaudio.com/">PortAudio</ulink>
    120       (for GTK+ RTP player)
    121     </para>
    122 
    123     <bridgehead renderas="sect4">Optional (for GUI front-ends)
    124     </bridgehead>
    125     <para role="optional">
    126       <xref linkend="gtk2"/>
     122      (for GTK+ RTP player),
     123      <ulink url="http://google.github.io/snappy/">Snappy</ulink>, and
     124      <ulink url="https://www.soft-switch.org/">Spandsp</ulink>
    127125    </para>
    128126
    129127    <note>
    130128      <para>
    131         The <application>GTK+</application> GUI needs one of <xref linkend=
    132         "gtk2"/> or <xref linkend="gtk3"/>. If both are installed, GTK+3
    133         is used by default.
    134       </para>
    135 
    136       <para>
    137         The <application>Qt</application> GUI needs <xref linkend="qt5"/>.
    138       </para>
    139 
    140       <para>
    141         Both GTK+ and Qt GUI front-ends are built, as recommended by the
    142         upstream developers.  If you want to override the defaults, some
    143         configure switches have to be set (see <quote>Command
    144         Explanations</quote>).
     129        The Qt GUI front-end is built by default, if <xref linkend="qt5"/> is
     130        found. If you want to build the GTK+ GUI front-end, some configure
     131        switches have to be set (see <quote>Command Explanations</quote>).
    145132      </para>
    146133    </note>
     
    194181    </para>
    195182
    196 <screen><userinput>patch -Np1 -i ../wireshark-&wireshark-version;-lua_5_3_1-1.patch  &amp;&amp;
     183<screen><userinput>patch -Np1 -i ../wireshark-&wireshark-version;-lua_5_3-1.patch  &amp;&amp;
    197184
    198185./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     
    258245
    259246    <para>
    260       <option>--with-gtk2=[yes/no]</option>: For the Gtk+2 GUI. If both Gtk+2
    261       and 3 are installed, default is no. Notice that the GUI for only one Gtk+
    262       version (either 2 or 3) can be built.
    263     </para>
    264 
    265     <para>
    266       <option>--with-gtk3=[yes/no]</option>: For the Gtk+3 GUI. If both Gtk+2
    267       and 3 are installed, default is yes.
    268     </para>
    269 
    270     <para>
    271       <option>--with-qt=[yes/no/4/5]</option>: For the Qt GUI. Default is yes.
     247      <option>--with-gtk=[yes/no/2/3]</option>: For the Gtk+ GUI. Default is no.
     248      If both Gtk+2 and 3 are installed, and <quote>yes</quote> is selected,
     249      default is 3. Obviously, <xref linkend="gtk2"/> or <xref linkend="gtk3"/>
     250      must have been built for this to work.
     251    </para>
     252
     253    <para>
     254      <option>--with-qt=[yes/no/4/5]</option>: For the Qt GUI. Default is yes,
     255      if <xref linkend="qt5"/> is found on the system.
    272256    </para>
    273257
    274258    <para>
    275259      <option>--disable-wireshark</option>: Use this switch if you
    276       have <application>GTK+</application> installed but do not want to build
     260      have <application>Qt</application> installed but do not want to build
    277261      any of the GUIs.
    278262    </para>
     
    334318        <seg>
    335319          capinfos, captype, dftest, dumpcap, editcap, idl2wrs,
    336           mergecap, randpkt, rawshark, reordercap, text2pcap, tshark, wireshark,
    337           and wireshark-gtk
     320          mergecap, randpkt, rawshark, reordercap, sharkd,
     321          text2pcap, tshark, wireshark, and wireshark-gtk (optional)
    338322        </seg>
    339323        <seg>
     
    451435      </varlistentry>
    452436
     437      <varlistentry id="sharkd">
     438        <term><command>sharkd</command></term>
     439        <listitem>
     440          <para>is a daemon that listens on UNIX sockets.</para>
     441          <indexterm zone="wireshark sharkd">
     442            <primary sortas="b-sharkd">sharkd</primary>
     443          </indexterm>
     444        </listitem>
     445      </varlistentry>
     446
    453447      <varlistentry id="text2pcap">
    454448        <term><command>text2pcap</command></term>
Note: See TracChangeset for help on using the changeset viewer.