diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-23 17:53:33 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-23 17:53:33 +0000 |
commit | 0ab244bdfcdd901da00d37f422efba1f93a4beda (patch) | |
tree | afad4951b9b29e405ec95b0e8606c24086c7d85f /net | |
parent | 8dcca9ca6d9c24b7fec38b684b5d0b31f4c593fa (diff) | |
download | pkgsrc-0ab244bdfcdd901da00d37f422efba1f93a4beda.tar.gz |
Import tcpick from pkgsrc-wip. Packaged by Jose Diaz Fernandez, and
modified by me.
tcpick is a textmode sniffer that can track TCP streams and saves the
data captured in files or displays them in the terminal. It is useful
for picking files in a passive way. It can store all connections in
different files, or it can display all the stream on the terminal
(using colors too).
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpick/DESCR | 5 | ||||
-rw-r--r-- | net/tcpick/Makefile | 15 | ||||
-rw-r--r-- | net/tcpick/PLIST | 3 | ||||
-rw-r--r-- | net/tcpick/distinfo | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/net/tcpick/DESCR b/net/tcpick/DESCR new file mode 100644 index 00000000000..e6176e39207 --- /dev/null +++ b/net/tcpick/DESCR @@ -0,0 +1,5 @@ +tcpick is a textmode sniffer that can track TCP streams and saves the +data captured in files or displays them in the terminal. It is useful +for picking files in a passive way. It can store all connections in +different files, or it can display all the stream on the terminal +(using colors too). diff --git a/net/tcpick/Makefile b/net/tcpick/Makefile new file mode 100644 index 00000000000..2aa261e8e86 --- /dev/null +++ b/net/tcpick/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/23 17:53:33 minskim Exp $ + +DISTNAME= tcpick-0.1.19 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpick/} + +MAINTAINER= josediazfer@yahoo.es +HOMEPAGE= http://tcpick.sourceforge.net/ +COMMENT= Simple tcp sniffer with tcpdump-style rules + +USE_BUILDLINK3= YES +GNU_CONFIGURE= YES + +.include "../../net/libpcap/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/tcpick/PLIST b/net/tcpick/PLIST new file mode 100644 index 00000000000..2e8c86b6bd1 --- /dev/null +++ b/net/tcpick/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/23 17:53:34 minskim Exp $ +bin/tcpick +man/man1/tcpick.1 diff --git a/net/tcpick/distinfo b/net/tcpick/distinfo new file mode 100644 index 00000000000..1d535704037 --- /dev/null +++ b/net/tcpick/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/23 17:53:34 minskim Exp $ + +SHA1 (tcpick-0.1.19.tar.gz) = 06dc8879edf90c31afe114420919d11595866d93 +Size (tcpick-0.1.19.tar.gz) = 98889 bytes |