Tcpick Sniffer

This commit is contained in:
Jose Diaz Fernandez 2004-01-24 19:14:13 +00:00 committed by Thomas Klausner
parent 9a874076ed
commit b0760a0c68
4 changed files with 25 additions and 0 deletions

1
tcpick/DESCR Normal file
View file

@ -0,0 +1 @@
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)

17
tcpick/Makefile Normal file
View file

@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.1.1.1 2004/01/24 19:14:13 ora8_ Exp $
DISTNAME= tcpick-0.1.19
CATEGORIES= net
MASTER_SITES= http://switch.dl.sourceforge.net/sourceforge/tcpick/
MAINTAINER= josediazfer@yahoo.es
HOMEPAGE= http://tcpick.sourceforge.net
COMMENT= Simple tcp sniffer with tcpdump-style rules and with captures of traffic colored
USE_BUILDLINK2= YES
HAS_CONFIGURE= YES
CONFIGURE_ARGS+=--prefix=${LOCALBASE}
.include "../../net/libpcap/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"

3
tcpick/PLIST Normal file
View file

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/24 19:14:13 ora8_ Exp $
bin/tcpick
man/man1/tcpick.1

4
tcpick/distinfo Normal file
View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2004/01/24 19:14:13 ora8_ Exp $
SHA1 (tcpick-0.1.19.tar.gz) = 06dc8879edf90c31afe114420919d11595866d93
Size (tcpick-0.1.19.tar.gz) = 98889 bytes