blob: d52324c4363e8d1e1405e20ce8c2979253e37d20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>netmon@gentoo.org</email>
<name>Gentoo network monitoring and analysis project</name>
</maintainer>
<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="tcpdump">Use <pkg>net-analyzer/tcpdump</pkg> for packet decoding feature </flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:broadcom:tcpreplay</remote-id>
</upstream>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|