Changeset c45a308


Ignore:
Timestamp:
12/08/2004 03:56:29 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
e441e35
Parents:
3f810bf2
Message:

Updated to Ethereal-0.10.7

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netutils/ethereal.xml

    r3f810bf2 rc45a308  
    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        "722a2529c3a19b5b81c825bca444baea">
    10   <!ENTITY ethereal-size          "5.0 MB">
    11   <!ENTITY ethereal-buildsize     "172 MB">
    12   <!ENTITY ethereal-time          "3.09 SBU">
     9  <!ENTITY ethereal-md5sum        "eebd6cc45a45d68332b2c053aac0c484">
     10  <!ENTITY ethereal-size          "5.1 MB">
     11  <!ENTITY ethereal-buildsize     "179 MB">
     12  <!ENTITY ethereal-time          "3.61 SBU">
    1313]>
    1414
     
    3939<listitem><para>Download (FTP):
    4040<ulink url="&ethereal-download-ftp;"/></para></listitem>
    41 <listitem><para>MD5 Sum: &ethereal-md5sum;</para></listitem>
     41<listitem><para>Download MD5 Sum: &ethereal-md5sum;</para></listitem>
    4242<listitem><para>Download size: &ethereal-size;</para></listitem>
    43 <listitem><para>Estimated Disk space required:
     43<listitem><para>Estimated disk space required:
    4444&ethereal-buildsize;</para></listitem>
    4545<listitem><para>Estimated build time:
     
    4848
    4949<sect3><title><application>Ethereal</application> dependencies</title>
     50<sect4><title>Required</title>
     51<para><xref linkend="GLib"/> or <xref linkend="GLib2"/> (to build the
     52<acronym>TTY</acronym>-mode front-end only)</para>
     53</sect4>
     54
    5055<sect4><title>Recommended</title>
    5156<para><xref linkend="libpcap"/> (required to capture data)</para>
     
    5661<xref linkend="GTK"/> or <xref linkend="GTK2"/> (to build the
    5762<acronym>GUI</acronym> front-end),
    58 <xref linkend="GLib"/> or <xref linkend="GLib2"/> (to build the
    59 <acronym>TTY</acronym>-mode front-end only),
    6063<xref linkend="openssl"/>,
    6164<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
     
    6669<ulink url="http://www.gnu.org/software/adns/adns.html">adns</ulink></para>
    6770</sect4>
    68 
    6971</sect3>
    7072
     
    8789<title>Command explanations</title>
    8890
    89 <para><option>--enable-randpkt</option>: Adding this parameter will
    90 build the random capture program.</para>
    91 
    92 <para><option>--enable-threads</option>: Adding this parameter enables the use
     91<para><option>--enable-randpkt</option>: This parameter builds the random
     92capture program.</para>
     93
     94<para><option>--enable-threads</option>: This parameter enables the use
    9395of threads in <command>ethereal</command>.</para>
    9496
     
    129131<application>Ethereal</application>.</para>
    130132</sect4>
    131 
    132133</sect3>
    133134
     
    138139
    139140<para>The <application>Ethereal</application> package contains
    140 <command>capinfo</command>,
     141<command>capinfos</command>,
    141142<command>dftest</command>,
    142143<command>editcap</command>,
     
    155156<sect2><title>Description</title>
    156157
    157 <sect3><title>capinfo</title>
    158 <para><command>capinfo</command> reads a saved capture file and returns any or
     158<sect3><title>capinfos</title>
     159<para><command>capinfos</command> reads a saved capture file and returns any or
    159160all of several statistics about that file. It is able to detect and read any
    160161capture supported by the <application>Ethereal</application> package.</para>
  • general.ent

    r3f810bf2 rc45a308  
    198198<!ENTITY whois-version                "4.6.21">
    199199<!ENTITY bind-version                 "9.3.0">
    200 <!ENTITY ethereal-version             "0.10.6">
     200<!ENTITY ethereal-version             "0.10.7">
    201201                                 
    202202<!-- Chapter 20 -->               
  • introduction/welcome/changelog.xml

    r3f810bf2 rc45a308  
    2727FontConfig, hicolor-icon-theme and shared-mime-info instructions; added DAG
    2828as an optional dependency to the libpcap instructions; updated to
    29 Nmap-3.75 and Nail-11.17.</para></listitem>
     29Nmap-3.75, Nail-11.17 and Ethereal-0.10.7.</para></listitem>
    3030
    3131<listitem><para>December 5th, 2004 [igor]: Updated to
Note: See TracChangeset for help on using the changeset viewer.