blob: 7931016900cfdd9aaa0487207a9ed0f6c63084ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<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>
<maintainer>
<email>DuPol@gmx.de</email>
<name>Dustin Polke</name>
</maintainer>
</pkgmetadata>
|