aboutsummaryrefslogtreecommitdiffstats
path: root/net/tcpdump
Commit message (Collapse)AuthorAgeFilesLines
* Fix tcpdump dependency on libpcap.bms2006-01-251-3/+1
| | | | | | | LIB_DEPENDS should only be used if shared libraries were built by the libpcap port. Currently only static libraries are built. Pointy hat to: bms
* BROKEN: Broken dependencykris2006-01-201-0/+2
|
* Update to libpcap 0.9.4 and tcpdump 3.9.4.bms2005-12-1310-1020/+8
| | | | Add new MASTER_SITE mirror icrew.org.
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* * Change BROKEN with IGNORE tag for pointyhat does not run the port build.sem2005-08-081-2/+2
| | | | | | | | * Fix a condition for it (when TCPDUMP_OVERWRITE_BASE is defined the port install is correct). * Fix a message itself. Approved by: portmgr (krion)
* Fix infinite loop DoS vulnerabilities.simon2005-06-202-1/+100
| | | | | | | Security: FreeBSD-SA-05:10.tcpdump Security: http://vuxml.FreeBSD.org/9fae0f1f-df82-11d9-b875-0001020eed82.html Security: CAN-2005-1267, CAN-2005-1278, CAN-2005-1279, CAN-2005-1280 Approved by: bms (maintainer)
* BROKEN on 5.x: Broken dependencykris2005-03-271-1/+7
| | | | Approved by: portmgr (self)
* Build against libpcap from ports instead of the base system by default.bms2005-01-301-10/+4
| | | | Unbreak on -CURRENT.
* Mega-commit fixing several outstanding issues with the port.bms2005-01-233-16/+297
| | | | | | | | | | | | | | | | | | | | | | | Fix inconsistent configure-time behaviour. Previously, the tcpdump port would look at the base system pcap, then attempt to link against the port. This caused spurious link failures, and should fix build on IA64. Add a new switch, WITH_LIBPCAP_PORT, to force the use of libpcap from ports. Rototile the build-time options for the port, and document them. Fix detection of the OpenSSL libraries; 0.9.7d and later renamed the des_cbc_encrypt function to DES_cbc_encrypt, so deal with this by rebuilding configure after patching configure.in. Incorporate fix for PR bin/76497 suggested by keramida@ (logic error in the PPP IPV6CP parser). Make some stylistic fixes while we're at it, and improve comments. Mark as unbroken on -CURRENT. Bump PORTREVISION. PR: bin/76497 (possibly others)
* BROKEN on 6.x: Build failskris2004-12-171-1/+7
|
* Add optional tcp-md5 verification (crufted from tcpdump CVS) in thebms2004-08-033-0/+136
| | | | | interim, turned on with the WITH_TCPMD5 build-time knob. Note that this stuff is in tcpdump CVS but isn't in any releases yet.
* Update WITH_RADIOTAP patches to new endian-aware version. DLT 127 is tobms2004-04-038-417/+209
| | | | | | be treated as little-endian. Submitted by: Sam Leffler
* Update tcpdump/libpcap ports for new releases 3.8.3/0.8.3. Reset PORTREVISION.bms2004-03-319-26/+26
| | | | | Update radiotap patches as radiotap is not yet in tcpdump release branch due to endianness issues.
* SIZE update jumbo-commit.bms2004-03-251-0/+1
| | | | Submitted by: trevor
* Decouple ${PORTREVISION} from ${DISTNAME}.bms2004-01-201-1/+1
| | | | | Submitted by: nectar Pointy hat to: bms, edwin
* Update tcpdump port to latest beta with fixes for security vulnerabilitiesbms2004-01-143-2/+32
| | | | | | | | in tandem with vendor branch in src tree. Add an option to overwrite the base system tcpdump. PR: ports/61103 Submitted by: edwin
* Add a new option, WITH_RADIOTAP. Import David Young's patches for using thebms2003-12-118-0/+732
| | | | | | | | | new net80211 radiotap interface. This can be activated once the tcpdump port is built and installed using the datalink type IEEE802_11_RADIO. Tested with a wi(4), OEM PRISM2, 1.4.9 STA firmware. Submitted by: David Young Sponsored by: consume.net
* Fix pcap dependency. Previously tcpdump 3.8.1 would be linked against thebms2003-12-111-1/+16
| | | | | | | system libpcap.a. Create a symlink farm in the ${WRKDIR} so that tcpdump's configure script will use the installed libpcap-0.8.1 package. Noticed by: Andrzej Tobola
* Add a port of tcpdump 3.8.1. Some work is being done around tcpdump andbms2003-12-114-0/+45
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