1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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.
This commit is contained in:
Kirill Ponomarev 2004-01-12 19:50:59 +00:00
parent b2e40a1cf8
commit f0f8f19eec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98008
5 changed files with 45 additions and 0 deletions

View File

@ -247,6 +247,7 @@
SUBDIR += ipfw-graph
SUBDIR += iplog
SUBDIR += ipsorc
SUBDIR += ipsumdump
SUBDIR += ipsvd
SUBDIR += ipv6calc
SUBDIR += ipv6socket_scrub

31
net/ipsumdump/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: ipsumdump
# Date created: 12.01.2004
# Whom: krion@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= ipsumdump
PORTVERSION= 1.33
CATEGORIES= net
MASTER_SITES= http://www.icir.org/kohler/ipsumdump/
MAINTAINER= krion@FreeBSD.org
COMMENT= Produce ASCII summary of network traffic or tcpdump(1) file
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_PERL5_BUILD=yes
USE_GMAKE= yes
MAN1= ${PORTNAME}.1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

1
net/ipsumdump/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ipsumdump-1.33.tar.gz) = 237cbe89861cb7e6a676438350860b70

11
net/ipsumdump/pkg-descr Normal file
View File

@ -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/

1
net/ipsumdump/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/ipsumdump