summaryrefslogtreecommitdiff
path: root/net/tcpdpriv
diff options
context:
space:
mode:
authoritojun <itojun>2001-03-06 03:43:16 +0000
committeritojun <itojun>2001-03-06 03:43:16 +0000
commit7d73ba4a1896762f2a9b2ecce2c2a15a8296e821 (patch)
tree0cac108d57cb11b38586a02206fa7a05e2a86ebe /net/tcpdpriv
parent496bba24a5c5579762b38d1b1c242ea77de57ddb (diff)
downloadpkgsrc-7d73ba4a1896762f2a9b2ecce2c2a15a8296e821.tar.gz
tcpdpriv, anonymize tcpdump trace
Diffstat (limited to 'net/tcpdpriv')
-rw-r--r--net/tcpdpriv/Makefile17
-rw-r--r--net/tcpdpriv/files/md53
-rw-r--r--net/tcpdpriv/files/patch-sum3
-rw-r--r--net/tcpdpriv/patches/patch-aa13
-rw-r--r--net/tcpdpriv/pkg/DESCR14
-rw-r--r--net/tcpdpriv/pkg/PLIST3
6 files changed, 53 insertions, 0 deletions
diff --git a/net/tcpdpriv/Makefile b/net/tcpdpriv/Makefile
new file mode 100644
index 00000000000..7f13aa6bcc9
--- /dev/null
+++ b/net/tcpdpriv/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/06 03:43:16 itojun Exp $
+
+DISTNAME= tcpd-tools-0.8
+PKGNAME= tcpdpriv-0.8
+CATEGORIES= net
+MASTER_SITES= ftp://tracer.csl.sony.co.jp/pub/mawi/tools/
+
+MAINTAINER= packages@netbsd.org
+COMMENT= anonymize tcpdump traces
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/wide-tcpdpriv
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tcpdpriv ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/tcpdpriv.1 ${PREFIX}/man/man1
+
+.include <../../mk/bsd.pkg.mk>
diff --git a/net/tcpdpriv/files/md5 b/net/tcpdpriv/files/md5
new file mode 100644
index 00000000000..d48ed55b208
--- /dev/null
+++ b/net/tcpdpriv/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/03/06 03:43:16 itojun Exp $
+
+MD5 (tcpd-tools-0.8.tar.gz) = 7f3a8679c0a1b09ffda80051abe4cc30
diff --git a/net/tcpdpriv/files/patch-sum b/net/tcpdpriv/files/patch-sum
new file mode 100644
index 00000000000..88d34aa6f70
--- /dev/null
+++ b/net/tcpdpriv/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1.1.1 2001/03/06 03:43:16 itojun Exp $
+
+MD5 (patch-aa) = b91e2f78c7184f6efb36271b02a13280
diff --git a/net/tcpdpriv/patches/patch-aa b/net/tcpdpriv/patches/patch-aa
new file mode 100644
index 00000000000..feb7c4a211e
--- /dev/null
+++ b/net/tcpdpriv/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/03/06 03:43:16 itojun Exp $
+
+--- tcpdpriv.c- Tue Mar 6 12:39:07 2001
++++ tcpdpriv.c Tue Mar 6 12:39:12 2001
+@@ -90,7 +90,7 @@
+ #include <arpa/nameser.h>
+ #endif
+
+-#if !defined(sun)
++#if 0
+ #include <net/slcompress.h>
+ #if !defined(osf1)
+ #include <net/slip.h>
diff --git a/net/tcpdpriv/pkg/DESCR b/net/tcpdpriv/pkg/DESCR
new file mode 100644
index 00000000000..5d7570caed4
--- /dev/null
+++ b/net/tcpdpriv/pkg/DESCR
@@ -0,0 +1,14 @@
+A set of tools to create web pages for tcpdump output files
+ <<Alpha test version for MAWI-WG internal use>>
+ March 8, 1999
+ WIDE Project MAWI WorkingGroup
+ Kenjiro Cho <kjc@csl.sony.co.jp>
+
+ wide-tcpdpriv:
+ a program for eliminating confidential information
+ from tcpdump trace files to address privacy and security
+ concerns.
+ Written by Greg Minshall of Ipsilon Networks, Inc.
+
+ we have modified the original tcpdpriv defaults to meet
+ the WIDE Project requirement.
diff --git a/net/tcpdpriv/pkg/PLIST b/net/tcpdpriv/pkg/PLIST
new file mode 100644
index 00000000000..720411f2fa7
--- /dev/null
+++ b/net/tcpdpriv/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/06 03:43:16 itojun Exp $
+bin/tcpdpriv
+man/man1/tcpdpriv.1