Changeset c3ee07c for basicnet


Ignore:
Timestamp:
11/22/2005 03:38:54 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 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:
4f58e7a
Parents:
4d2fd6f3
Message:

Updated to Ethereal-0.10.13

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netutils/ethereal.xml

    r4d2fd6f3 rc3ee07c  
    77  <!ENTITY ethereal-download-http "http://www.ethereal.com/distribution/ethereal-&ethereal-version;.tar.bz2">
    88  <!ENTITY ethereal-download-ftp  "ftp://ftp.ethereal.com/pub/ethereal/all-versions/ethereal-&ethereal-version;.tar.bz2">
    9   <!ENTITY ethereal-md5sum        "372b60e6eca14b7e1cf3e789207027f7">
    10   <!ENTITY ethereal-size          "7.7 MB">
    11   <!ENTITY ethereal-buildsize     "255 MB">
    12   <!ENTITY ethereal-time          "4.6 SBU">
     9  <!ENTITY ethereal-md5sum        "08d277951ff6f6a93c752abebd85d5bc">
     10  <!ENTITY ethereal-size          "8.0 MB">
     11  <!ENTITY ethereal-buildsize     "276 MB">
     12  <!ENTITY ethereal-time          "4.8 SBU">
    1313]>
    1414
     
    3434    for analyzing data captured <quote>off the wire</quote> from a live network
    3535    connection, or data read from a capture file.
    36     <application>Ethereal</application> provides both GUI and TTY-mode programs
    37     for examining captured network packets from over 500 protocols, as well as
    38     the capability to read capture files from many other popular network
    39     analyzers.</para>
     36    <application>Ethereal</application> provides both a graphical and TTY-mode
     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>
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    123123
    124124<screen role="root"><userinput>make install &amp;&amp;
    125 install -v -m644 doc/README.* /usr/share/ethereal &amp;&amp;
     125install -v -m644 doc/README.* doc/randpkt.txt /usr/share/ethereal &amp;&amp;
    126126install -v -m644 -D ethereal.desktop \
    127127    /usr/share/applications/ethereal.desktop &amp;&amp;
     
    174174      <application>Ethereal</application>'s configuration can be accomplished
    175175      using the menu options of the <command>ethereal</command>
    176       GUI interface.</para>
     176      graphical interface.</para>
    177177
    178178      <note>
Note: See TracChangeset for help on using the changeset viewer.