summaryrefslogtreecommitdiff
path: root/net-analyzer/tcpreplay/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /net-analyzer/tcpreplay/metadata.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'net-analyzer/tcpreplay/metadata.xml')
-rw-r--r--net-analyzer/tcpreplay/metadata.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-analyzer/tcpreplay/metadata.xml b/net-analyzer/tcpreplay/metadata.xml
new file mode 100644
index 000000000000..e53da7185c86
--- /dev/null
+++ b/net-analyzer/tcpreplay/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/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="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>
+ <remote-id type="sourceforge">tcpreplay</remote-id>
+ </upstream>
+</pkgmetadata>