Changeset ef78b5f for networking


Ignore:
Timestamp:
06/14/2014 01:48:34 AM (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.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:
f718b0f0
Parents:
0dc8158
Message:

wireshark-1.10.8.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/wireshark.xml

    r0dc8158 ref78b5f  
    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        "0e8a111d24c11255eae139c8f27fd25b">
     9  <!ENTITY wireshark-md5sum        "510dc3b063785549b41ebc748ac21055">
    1010  <!ENTITY wireshark-size          "26 MB">
    11   <!ENTITY wireshark-buildsize     "927 MB">
    12   <!ENTITY wireshark-time          "5.2 SBU">
     11  <!ENTITY wireshark-buildsize     "840 MB">
     12  <!ENTITY wireshark-time          "5.1 SBU">
    1313]>
    1414
     
    162162<screen role="root"><userinput>groupadd -g 62 wireshark</userinput></screen>
    163163
     164    <para>If you want an unpriviledged user to execute
     165    <application>wireshark</application>, run the following command as the
     166    <systemitem class="username">root</systemitem> user:</para>
     167
     168<screen><userinput>usermod -a -G wireshark <replaceable>&lt;username&gt;</replaceable></userinput></screen>
     169
    164170    <para>Continue to install <application>Wireshark</application> by running
    165171    the following commands:</para>
     
    291297        reordercap, text2pcap, tshark, and wireshark</seg>
    292298        <seg>libwireshark.so, libwiretap.so, libwsutil.so, and
    293         numerous plugin modules under /usr/lib/wireshark/plugins</seg>
     299        numerous modules under /usr/lib/wireshark/plugins</seg>
    294300        <seg>/usr/lib/wireshark, /usr/share/doc/wireshark-&wireshark-version;,
    295301        /usr/share/pixmaps/wireshark, and /usr/share/wireshark</seg>
Note: See TracChangeset for help on using the changeset viewer.