diff options
author | Peter Volkov <pva@gentoo.org> | 2009-04-05 19:14:22 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-04-05 19:14:22 +0000 |
commit | c5ed388e3dbd5dde57e0e67ea89c0e0bb9635cc6 (patch) | |
tree | f98d6d9ba60473bbe64818b025e06cbe66df1ab9 /net-analyzer/tcpreplay/metadata.xml | |
parent | Stable on amd64, bug #251832 (diff) | |
download | gentoo-2-c5ed388e3dbd5dde57e0e67ea89c0e0bb9635cc6.tar.gz gentoo-2-c5ed388e3dbd5dde57e0e67ea89c0e0bb9635cc6.tar.bz2 gentoo-2-c5ed388e3dbd5dde57e0e67ea89c0e0bb9635cc6.zip |
Version bump, bug #261201, thank DrChandra the Gentoo Person for report. Fixes statical linking with libpcap and make sure we don't use bundled libopts, bug #252940, thank Diego E. 'Flameeyes' Pettenò for report.
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/tcpreplay/metadata.xml')
-rw-r--r-- | net-analyzer/tcpreplay/metadata.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/net-analyzer/tcpreplay/metadata.xml b/net-analyzer/tcpreplay/metadata.xml index 89e48ba35be6..d75dc70fa8d7 100644 --- a/net-analyzer/tcpreplay/metadata.xml +++ b/net-analyzer/tcpreplay/metadata.xml @@ -2,6 +2,16 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>netmon</herd> -<longdescription>replay saved tcpdump or snoop files at arbitrary speeds</longdescription> -<use><flag name='pcapnav'>Enable if you want the jump to byte offset feature via <pkg>net-libs/libpcapnav</pkg></flag></use> +<longdescription> + Tcpreplay is a suite of utilities for UNIX systems for editing and replaying + network traffic which was previously captured by tools like tcpdump and + ethereal/wireshark. The goal of tcpreplay is to provide the means for + providing reliable and repeatible means for testing a variety of network + devices such as switches, router, firewalls, network intrusion detection and + prevention systems (IDS and IPS). +</longdescription> +<use> + <flag name='pcapnav'>Enable if you want the jump to byte offset feature via <pkg>net-libs/libpcapnav</pkg></flag> + <flag name='tcpdump'>Use <pkg>net-analyzer/tcpdump</pkg> for packet decoding feature </flag> +</use> </pkgmetadata> |