aboutsummaryrefslogtreecommitdiff
path: root/net/ipsumdump
Commit message (Collapse)AuthorAgeFilesLines
* - Utilize PLIST_FILESKirill Ponomarev2004-03-202-3/+3
| | | | Notes: svn path=/head/; revision=104758
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - SIZEifyKirill Ponomarev2004-01-302-0/+2
| | | | Notes: svn path=/head/; revision=99518
* - Update to version 1.34Kirill Ponomarev2004-01-262-3/+2
| | | | Notes: svn path=/head/; revision=99213
* - Install additional documentationKirill Ponomarev2004-01-122-0/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=98013
* Ipsumdump program summarizes TCP/IP dump files into aKirill Ponomarev2004-01-124-0/+44
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: svn path=/head/; revision=98008