diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-12 19:50:59 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-12 19:50:59 +0000 |
commit | f0f8f19eec88fccc1a1879ca7b00670b7d051a35 (patch) | |
tree | f089a507f81997fde239d3767cf306db080f7e7b /net/ipsumdump/pkg-descr | |
parent | b2e40a1cf84727ec9f276ee7e9db501f84b4bd39 (diff) | |
download | ports-f0f8f19eec88fccc1a1879ca7b00670b7d051a35.tar.gz ports-f0f8f19eec88fccc1a1879ca7b00670b7d051a35.zip |
Ipsumdump program summarizes TCP/IP dump files into a
self-describing ASCII format easily readable by humans and
programs. Ipsumdump can read packets from network interfaces,
from tcpdump files, and from existing ipsumdump files. It will
transparently uncompress tcpdump or ipsumdump files when
necessary. It can randomly sample traffic, filter traffic based
on its contents, anonymize IP addresses, and sort packets from
multiple dumps by timestamp. Also, it can optionally create a
tcpdump file containing actual packet data.
Notes
Notes:
svn path=/head/; revision=98008
Diffstat (limited to 'net/ipsumdump/pkg-descr')
-rw-r--r-- | net/ipsumdump/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ipsumdump/pkg-descr b/net/ipsumdump/pkg-descr new file mode 100644 index 000000000000..08018e0f8479 --- /dev/null +++ b/net/ipsumdump/pkg-descr @@ -0,0 +1,11 @@ +Ipsumdump program summarizes TCP/IP dump files into a +self-describing ASCII format easily readable by humans and +programs. Ipsumdump can read packets from network interfaces, +from tcpdump files, and from existing ipsumdump files. It will +transparently uncompress tcpdump or ipsumdump files when +necessary. It can randomly sample traffic, filter traffic based +on its contents, anonymize IP addresses, and sort packets from +multiple dumps by timestamp. Also, it can optionally create a +tcpdump file containing actual packet data. + +WWW: http://www.icir.org/kohler/ipsumdump/ |