| Age | Commit message (Expand) | Author |
| 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 |
| 2001-06-01 | compile without INET6. PR 13080 | itojun |
| 2001-04-29 | Adapt to (temporary) DLT_PPP_ETHER useage by the pppoe code in tree | martin |
| 2001-02-07 | always write out and read in files using 32bit timeval. | itojun |
| 2001-01-19 | Add VRRP support. | kleink |
| 2001-01-06 | remove redundant declarations. | christos |
| 2000-12-28 | Add names for some ICMP and TCP protocol header offsets: | thorpej |
| 2000-12-28 | Add support for the DLT_RAWAF() data link type. | thorpej |
| 2000-11-19 | re-introduce netbsd fix 1.5 -> 1.6, which was mistakenly removed. | itojun |
| 2000-10-10 | Format string cleanups by sommerfeld. | is |
| 2000-10-08 | we already have all fixes toward 0.4 (v0.4 Sat Jul 25 12:40:09 PDT 1998 - | itojun |
| 2000-10-06 | Add pcap_compile_nopcap() from the most recent libpcap release | thorpej |
| 2000-06-30 | Add a trailing newline | matt |
| 2000-05-04 | Change ARCnet link type address format from ':XX' to '$XX'. | is |
| 2000-04-14 | more fallback #define. more friendly message on "ip host ip6only-host" | itojun |
| 2000-04-14 | explicitly parse IPv6 address, to avoid conflict with "ip[2:2]" syntax. | itojun |
| 2000-04-14 | comment fix (less diff with tcpdump.org) | itojun |
| 2000-04-14 | avoid malloc(0). from kame changes, sync with tcpdump.org. | itojun |
| 2000-04-13 | use getifaddrs, instead of SIOCGIFCONF. | itojun |
| 2000-04-13 | sprintf -> snprintf | itojun |
| 2000-04-12 | fix bug in pcap.c, which appeared in LBL libpcap version 0.4 of the following | itojun |
| 2000-03-01 | fix "ip host foo" or "ip6 host foo" where foo has | itojun |
| 2000-01-13 | improve message when IPv4 address is not assigned to interface | itojun |
| 1999-12-13 | be more pedant. remove unused vars and such. | itojun |
| 1999-11-28 | restrict result from getaddrinfo() by specifying ai_socktype. | itojun |
| 1999-10-25 | Add code to do link level address matching for ARCnet interfaces. | is |
| 1999-10-18 | Limited support for matching on ARCnet payload: | is |
| 1999-10-05 | First part of ARCnet support. | is |
| 1999-07-25 | add several ETHERTYPE_IPV6 case. | itojun |