summaryrefslogtreecommitdiff
path: root/net/tcpdump/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mega-commit fixing several outstanding issues with the port.Bruce M Simpson2005-01-232-0/+238
| | | | | | | | | | | | | | | | | | | | | | | 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)
* Add optional tcp-md5 verification (crufted from tcpdump CVS) in theBruce M Simpson2004-08-032-0/+131
| | | | | 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 toBruce M Simpson2004-04-037-413/+208
| | | | | | be treated as little-endian. Submitted by: Sam Leffler
* Update tcpdump/libpcap ports for new releases 3.8.3/0.8.3. Reset PORTREVISION.Bruce M Simpson2004-03-317-20/+20
| | | | | Update radiotap patches as radiotap is not yet in tcpdump release branch due to endianness issues.
* Update tcpdump port to latest beta with fixes for security vulnerabilitiesBruce M Simpson2004-01-131-0/+7
| | | | | | | | 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 theBruce M Simpson2003-12-117-0/+723
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