aboutsummaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-01-13 03:50:59 +0800
committerkrion <krion@FreeBSD.org>2004-01-13 03:50:59 +0800
commitb1b8a2886d326ef3d81c216c43fbdd347c5bb3d9 (patch)
treef5da64c333caf83eb3e734a5112b9dee335221de /net/Makefile
parente83a6c39856a3aab3c622a76a9a4f0c2527f8b44 (diff)
downloadfreebsd-ports-graphics-b1b8a2886d326ef3d81c216c43fbdd347c5bb3d9.tar.gz
freebsd-ports-graphics-b1b8a2886d326ef3d81c216c43fbdd347c5bb3d9.tar.zst
freebsd-ports-graphics-b1b8a2886d326ef3d81c216c43fbdd347c5bb3d9.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.
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 097e8928bbb..25662255250 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -247,6 +247,7 @@
SUBDIR += ipfw-graph
SUBDIR += iplog
SUBDIR += ipsorc
+ SUBDIR += ipsumdump
SUBDIR += ipsvd
SUBDIR += ipv6calc
SUBDIR += ipv6socket_scrub