diff options
Diffstat (limited to 'net-analyzer/tcpreplay/metadata.xml')
-rw-r--r-- | net-analyzer/tcpreplay/metadata.xml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/net-analyzer/tcpreplay/metadata.xml b/net-analyzer/tcpreplay/metadata.xml index d75dc70fa8d7..4067dd20df33 100644 --- a/net-analyzer/tcpreplay/metadata.xml +++ b/net-analyzer/tcpreplay/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>netmon</herd> -<longdescription> + <herd>netmon</herd> + <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 @@ -10,8 +10,11 @@ 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> + <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> + <upstream> + <remote-id type="github">appneta/tcpreplay</remote-id> + </upstream> </pkgmetadata> |