blob: e7bac329887fb40b6a969820e1f0eb7e6aba017a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription lang="en">
HexInject is a very versatile packet injector and sniffer, that provide
a command-line framework for raw network access. It's designed to work
together with others command-line utilities, and for this reason it
facilitates the creation of powerful shell scripts capable of reading,
intercepting and modifying network traffic in a transparent manner.
</longdescription>
<use>
<flag name="tools">Install hex2raw and prettypacket tools</flag>
<flag name="experimental">Install experimental packets.tcl</flag>
</use>
<upstream>
<remote-id type="sourceforge">hexinject</remote-id>
</upstream>
</pkgmetadata>
|