mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
b2c357ab88
- Pet portlint PR: 189794 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
12 lines
583 B
Plaintext
12 lines
583 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
|