| Age | Commit message (Expand) | Author |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2006-05-02 | Re-add version.c which got lost in the update. | drochner |
| 2006-04-25 | Build libpcap-0.9.4 from src/dist. | drochner |
| 2006-03-20 | revert wrong fix to a non-existant problem | drochner |
| 2006-03-19 | Coverity CID 1515: Off-by-one and trash the stack... | christos |
| 2006-02-24 | use unsigned ints in filter, to avoid possible portability problems | drochner |
| 2006-02-24 | account for data alignment of FDDI packets; | drochner |
| 2006-02-07 | Remove break after goto (lint complains). | wiz |
| 2005-10-01 | Bump minor for pcap_inject() addition. | scw |
| 2005-10-01 | Add a simplified pcap_inject() from libpcap-0.9.3. | scw |
| 2005-06-10 | Fix bpf_open so that we can run tcpdump without write-access to | dyoung |
| 2005-02-11 | White space nit- don't put a space before/after increment/decrement | simonb |
| 2005-01-10 | Only compile in IPv6 support if ${USE_INET6} != "no" | lukem |
| 2005-01-09 | Bump minor version for libpcap 0.8.3 import. | dyoung |
| 2004-12-02 | Use /dev/bpf. | christos |
| 2004-10-01 | Move the conditional definition of offsetof() till after all the | he |
| 2004-09-28 | Another formatting fix. | wiz |
| 2004-09-28 | Some formatting fixes, and s/OpenBSD/.Ox/ s/FreeBSD/.Fx/. | wiz |
| 2004-09-28 | Remove trailing whitespace. | wiz |
| 2004-09-28 | Make newchunk() prototype match definition. | dyoung |
| 2004-09-27 | Commit stragglers. | dyoung |
| 2004-09-27 | Resolve conflicts in libpcap-0.8.3 import. | dyoung |
| 2004-09-22 | Process the new files in libpcap 0.8.3. | dyoung |
| 2004-09-19 | Import libpcap 0.8.3 from tcpdump.org---getting it right this time, I hope. | dyoung |
| 2004-09-19 | Import libpcap 0.8.3 from tcpdump.org | dyoung |
| 2004-09-07 | Replaced strncpy with strlcpy. Thanks to Peter Postma who | jrf |
| 2004-06-25 | support format for if_pflog.c (new format only/old format not supported) | itojun |
| 2004-01-20 | Do runtime dynamic binary-search for maximum obtainable bpf capture | jonathan |
| 2003-11-24 | prevent double free. From OpenBSD | christos |
| 2003-08-01 | Rework how dependency generation is performed: | lukem |
| 2003-04-16 | Use | wiz |
| 2003-02-05 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2003-01-07 | Take descriptions for pcap_file() and pcap_fileno() from libpcap-current | pooka |
| 2003-01-03 | add missing " | pooka |
| 2003-01-02 | pcap_next() returns a const u_char* | pooka |
| 2002-12-19 | Add support for VLAN (IEEE 802.1Q) frames. | hannken |
| 2002-10-19 | Open the BPF file descriptor as read-write. Some pcap-using programs | thorpej |
| 2002-10-01 | New sentence, new line. From Robert Elz. | wiz |
| 2002-09-25 | Fix two typos, and bump Dd for recent additions. | wiz |
| 2002-09-22 | * Add support for DLT_IEEE802_11. | thorpej |
| 2002-09-14 | Don't override the definition of LEX. | thorpej |
| 2002-08-26 | sync partly with tcpdump.org. ok'ed by itojun | yamt |
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). | lukem |
| 2002-08-12 | calloc() arg mistake. it's (nelem, size). from openbsd | itojun |
| 2002-05-16 | Space before comment after #endif. | wiz |
| 2002-02-07 | Generate <>& symbolically. | ross |
| 2001-11-05 | explicitly set to WARNS?=1 | lukem |
| 2001-10-03 | Use .Dq for quoting, and fix a (double) typo and duplicate words. | wiz |
| 2001-10-03 | Remove two unnecessary .Pps, and fix a xref. | wiz |
| 2001-10-03 | mdoc'ify pcap.3 | gmcgarry |