summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/ipgrab/Makefile22
-rw-r--r--net/ipgrab/distinfo1
-rw-r--r--net/ipgrab/pkg-descr7
4 files changed, 31 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index db5c8364b052..90e9be416267 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -249,6 +249,7 @@
SUBDIR += ipex
SUBDIR += ipfm
SUBDIR += ipfw-graph
+ SUBDIR += ipgrab
SUBDIR += iplog
SUBDIR += ipsorc
SUBDIR += ipsumdump
diff --git a/net/ipgrab/Makefile b/net/ipgrab/Makefile
new file mode 100644
index 000000000000..58c294760d39
--- /dev/null
+++ b/net/ipgrab/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: ipgrab
+# Date created: 23. January 2004
+# Whom: Aaron Zauner <az_mail@gmx.at>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ipgrab
+PORTVERSION= 0.9.8
+CATEGORIES= net security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= az_mail@gmx.at
+COMMENT= IPgrab is a verbose packet sniffer for UNIX hosts
+
+GNU_CONFIGURE= yes
+INFO= ipgrab
+PLIST_FILES= bin/ipgrab
+PORTDOCS= README
+
+.include <bsd.port.mk>
diff --git a/net/ipgrab/distinfo b/net/ipgrab/distinfo
new file mode 100644
index 000000000000..b641f32c870f
--- /dev/null
+++ b/net/ipgrab/distinfo
@@ -0,0 +1 @@
+MD5 (ipgrab-0.9.8.tar.gz) = 73404aeee6e8c07b6b7d260ffe80b692
diff --git a/net/ipgrab/pkg-descr b/net/ipgrab/pkg-descr
new file mode 100644
index 000000000000..9510e41b83f4
--- /dev/null
+++ b/net/ipgrab/pkg-descr
@@ -0,0 +1,7 @@
+A verbose packet sniffer that displays a great amount of detail
+on each packet it reads, including application layer fields.
+
+WWW: http://ipgrab.sourceforge.net/
+
+- Aaron Zauner
+az_mail@gmx.at