| Age | Commit message (Expand) | Author |
| 2000-07-24 | Dump 802.1Q encapsulated packets. From tcpdump.org. | ad |
| 2000-07-23 | Make this build for sparc64. | mycroft |
| 2000-07-16 | Fix a typo which causes coredump or wrong output when dumping NFS traffic. | enami |
| 2000-06-10 | IPv6 support for sunrpc. from tcpdump.org. | itojun |
| 2000-06-10 | support NFS over IPv6. from tcpdump.org | itojun |
| 2000-05-28 | Don't let an llc be dumped twice. | matt |
| 2000-04-24 | style. s/switch(/switch (/. | itojun |
| 2000-04-24 | - domain: avoid infinite loop in DNS packet printing. | itojun |
| 2000-04-10 | decode IPv6 packet encapsulated into ppp frame (PPP_IPV6). | itojun |
| 2000-04-04 | address endian issue. sync with tcpdump.org tree. | itojun |
| 2000-02-06 | fix include file path (IPv6 related). | itojun |
| 2000-02-03 | don't try to parse packets with short iphlen. | itojun |
| 2000-01-02 | avoid use of bitfield in packet format definition. it is non-portable | itojun |
| 1999-12-28 | Fix typo.:wq | mjl |
| 1999-12-11 | Need <string.h> for memset prototype. | thorpej |
| 1999-12-11 | Fix printf formats; cast pointer diffs to long, and use %ld. | thorpej |
| 1999-12-10 | sync with recent KAME. | itojun |
| 1999-10-11 | avoid warnings from gcc about x possibly being uninitialized | sjg |
| 1999-10-11 | missing P in \fP | sjg |
| 1999-10-05 | First part of ARCnet support. | is |
| 1999-09-30 | Add printing of TELNET options (with -v) and hex/ascii (-X). | sjg |
| 1999-09-04 | tiny sync with KAME code. | itojun |
| 1999-09-04 | add NetBSD RCSID where necessary. | itojun |
| 1999-08-26 | fix printing of IPv4 first fragment size. | itojun |
| 1999-08-26 | sync with kame; print IPv6 fragment id more nicely. | itojun |
| 1999-07-26 | improve icmp6 printing on jumbogram case. | itojun |
| 1999-07-26 | s/u_short/u_int16_t/ and others (just to be sure) | itojun |
| 1999-07-25 | print ip-proto PIM packets (ip proto 103) | explorer |
| 1999-07-25 | print "ip6:" when -e is specified for DLT_NULL device. | itojun |
| 1999-07-06 | fix compilation on alpha. | itojun |
| 1999-07-04 | add NetBSD RCS ID where necessary. | itojun |
| 1999-07-02 | do tcp/udp checksum only if it is IPv4. | itojun |
| 1999-07-02 | Pv6, IPsec, ospf6, ripng, dhcp and other protocols support. | itojun |
| 1999-06-25 | Since this uses memcpy(), we need to pull in string.h to make this compile | nathanw |
| 1999-06-25 | Fix obvious LP64 and aliasing bogons in checksum verification code. | sommerfeld |
| 1999-05-11 | Oops, fix a typo in a printf. | thorpej |
| 1999-05-11 | Add support for the new NetBSD PPP data link types, add some more | thorpej |
| 1999-04-29 | Fix PR 7196: bad udp checksum reported when capture barely too short | sommerfe |
| 1999-04-05 | fix the cksum routine and parse ESH packets. | chopps |
| 1999-03-25 | Make it compile on big-endian platforms. | itohy |
| 1999-03-23 | Make this understand Token-Ring. | bad |
| 1999-02-11 | How I managed to generate bizarre sap packets is one thing, but they did | abs |
| 1998-12-18 | Double-check tcp/udp checksum if we get enough data to do it. | sommerfe |
| 1998-09-30 | Verify mini-header checksum. | hwr |
| 1998-09-25 | Add for packtes of IPPROTO_MOBILE (55). This is yet another | hwr |
| 1998-09-20 | Changes so that BPF readers will get the data in fddi packet aligned along | matt |
| 1998-08-17 | eliminate duplicated protos | msaitoh |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-25 | HAVE_HDLC, not just HDLC | explorer |
| 1998-07-25 | changes to print hdlc framing info | explorer |