0ab244bdfc
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).
15 lines
399 B
Makefile
15 lines
399 B
Makefile
# $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"
|