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