1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/net/ipsumdump/pkg-descr
Alexey Dokuchaev 042e9e857a - Try to fix parallel (-jX) builds by specifying that main program depends
on the accompanying library
- Convert USE_GMAKE and USE_PERL5 to USES
- Do not use .for loop to install just one documentation file
- Utilize OPTIONS_SUB and IPV6_CONFIGURE_ENABLE while here
- Augment CATEGORIES in IPv6 case
- Synchronize port description with the upstream; sanitize its formatting

Reported by:	marino
Approved by:	miwi, bapt (portmgr, implicit)
2013-08-19 11:24:32 +00:00

12 lines
584 B
Plaintext

The 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.cs.ucla.edu/~kohler/ipsumdump/