1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add a port of tcpdump 3.8.1. Some work is being done around tcpdump and

libpcap right now, in the areas of wireless and mesh networking. Import         this port so as not to disturb the vendor branch, and bring the bleeding
edge stuff to a wider audience.

I will merge in optional radiotap patches later.

Sponsored by:	consume.net
This commit is contained in:
Bruce M Simpson 2003-12-10 19:14:20 +00:00
parent aa4af52d13
commit b834286aa9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95559
5 changed files with 46 additions and 0 deletions

View File

@ -672,6 +672,7 @@
SUBDIR += tas
SUBDIR += tcpcat
SUBDIR += tcpdstat
SUBDIR += tcpdump
SUBDIR += tcpflow
SUBDIR += tcpillust
SUBDIR += tcpmssd

34
net/tcpdump/Makefile Normal file
View File

@ -0,0 +1,34 @@
# New ports collection makefile for: tcpdump
# Date created: 10 December 2003
# Whom: Bruce M Simpson <bms@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tcpdump
PORTVERSION= 3.8.1
CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/beta/
DISTNAME= ${PORTNAME}-${PORTVERSION}-316
MAINTAINER= bms@FreeBSD.org
COMMENT= Ubiquitous network traffic analysis tool
BUILD_DEPENDS= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= tcpdump.1
GNU_CONFIGURE= yes
.if !defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
.endif
.if defined(WITHOUT_CRYPTO)
CONFIGURE_ARGS+= --without-crypto
.endif
.include <bsd.port.mk>

1
net/tcpdump/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (tcpdump-3.8.1-316.tar.gz) = 7149aeee925a4b05ac9d07aed3beb546

9
net/tcpdump/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
tcpdump is a ubiquitous network traffic capture tool available in a wide
variety of BSD, Linux and UN*X distributions.
Whilst FreeBSD has a vendor branch import of tcpdump in its source tree,
the purpose of the port is to provide a means of offering additional,
bleeding-edge features which might not make it into the tree.
Bruce
bms@FreeBSD.org

1
net/tcpdump/pkg-plist Normal file
View File

@ -0,0 +1 @@
sbin/tcpdump