aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipgrab
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-01-24 06:03:06 +0800
committerpav <pav@FreeBSD.org>2004-01-24 06:03:06 +0800
commit75fdddc25da92adb56db31417ae16adcedd5e978 (patch)
treefa770bd516b244ae4bc9b1436f35ae1b619b58e2 /net/ipgrab
parentf3fe06dc3d7206424533fa85f7f96f60394f4625 (diff)
downloadfreebsd-ports-gnome-75fdddc25da92adb56db31417ae16adcedd5e978.tar.gz
freebsd-ports-gnome-75fdddc25da92adb56db31417ae16adcedd5e978.tar.zst
freebsd-ports-gnome-75fdddc25da92adb56db31417ae16adcedd5e978.zip
Add ipgrab, 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/ PR: ports/61799 Submitted by: Aaron Zauner <az_mail@gmx.at>
Diffstat (limited to 'net/ipgrab')
-rw-r--r--net/ipgrab/Makefile22
-rw-r--r--net/ipgrab/distinfo1
-rw-r--r--net/ipgrab/pkg-descr7
3 files changed, 30 insertions, 0 deletions
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