summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
AgeCommit message (Expand)Author
2014-07-04Tcpdump did not show the OSPF router id of hello packets if it wasAlexander Bluhm
2014-06-30remove backwards compat layer for alpha osf1. back then compilers andTheo de Raadt
2014-06-20Instead of showing the difference between a bad checksum and a goodLawrence Teo
2014-06-20Import in_cksum_shouldbe() from mainline tcpdump; this is needed by myLawrence Teo
2014-06-03Expand the IP checksum offload subsection to mention the same issue withLawrence Teo
2014-05-23Don't print a "weird flag" type warning "[b2&3=0x2400]" for DNS NOTIFYStuart Henderson
2014-02-19Add pcap-filter(3) to the SEE ALSO section.Lawrence Teo
2014-02-05Don't segfault on IPv6 NFS traffic; found the hard why by matthieu@.Florian Obser
2014-01-26show that zero checksums are invalid for UDP over IPv6; input & ok bluhm@Christian Weisgerber
2014-01-12plen is unsignedTheo de Raadt
2014-01-11Let tcpdump detect bad ICMPv6 checksums with the -v flag.Lawrence Teo
2014-01-11Let tcpdump detect bad ICMP checksums with the -v flag.Lawrence Teo
2014-01-11Make icmp_print() accept the length variable, which is the length of theLawrence Teo
2013-12-22ctype cleanups, now that the kernel has u_char strings (that is theTheo de Raadt
2013-12-03no need for timeb.hTheo de Raadt
2013-10-27If a constant string needs a name, use a static const array instead of aPhilip Guenther
2013-10-24These two programs got fooled by the KAME/NRL split and need type repair.Theo de Raadt
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-10In the EXAMPLES section, it is not very obvious that "localnet" is not aLawrence Teo
2013-06-19Do not install pcap-int.h to /usr/include as it is an internal libraryLawrence Teo
2013-04-16fix glitches in unused source file; ok millertTheo de Raadt
2013-01-17Dump some more flags and subtypes in tcpdump. Especially flags used inClaudio Jeker
2012-11-14In the unlikely event that a NULL device is passed to priv_pcap_live(),Lawrence Teo
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-09-19replay counter was bumped a while ago, update byte order conversion;Mike Belopuhov
2012-08-29- rfc 4835 obsoletes rfc 2406Jason McIntyre
2012-08-24We maintain our own tcpdump, so remove the sentence in the BUGS sectionLawrence Teo
2012-07-13Recognize additional DH groups; ok sthen naddyMike Belopuhov
2012-07-11cleanup offset argument in default_print_* functions, pointed out by Mike SmallStuart Henderson
2012-07-10support -A to print the ascii text of captured packets. ok deraadt@Stuart Henderson
2012-07-08New attempt to make the -P flag work with -ss, so that states can beLawrence Teo
2012-05-03esp/ah sequence number is unsigned and should be printed as such;Mike Belopuhov
2012-04-04Return an error much earlier if recvmsg failsTheo de Raadt
2012-02-19Fix a classical bug (= vs ==). OK stsp@ miod@Claudio Jeker
2012-01-28Use safeputs() for radius, some decodes are likely to have unprintableStuart Henderson
2012-01-28Print names rather than numbers for the old draft nat-t attributes,Stuart Henderson
2011-12-28Print PPP-Max-Payload headers (for RFC 4638 PPPoe), part of a larger diffStuart Henderson
2011-10-13Teach some userland tools about NAT64. I think this is mostly from mikeb@Claudio Jeker
2011-09-22Let tcpdump use the same format for printing IPv6 fragments as forAlexander Bluhm
2011-09-22Revert r1.29. Now that the "C" locale is ASCII-only, this workaroundStefan Sperling
2011-09-18extract 8 octets (as per RFC 2661) rather than a long; with jsing@Christian Weisgerber
2011-09-18Fix whitespace.Joel Sing
2011-09-18Avoid potential 64-bit unaligned access on strict alignment architectures.Joel Sing
2011-09-17Make tcpdump -v print the id and seq of icmp6 echo packets.Alexander Bluhm
2011-09-17update pointer variable after copying misaligned packet; ok claudio@Christian Weisgerber
2011-09-17access a 32-bit field as u_int32_t, not as u_long; ok bluhm@Christian Weisgerber
2011-07-25Be more careful when looking at l2tp traffic. Do more length checks andClaudio Jeker
2011-06-27fix an off by one which resulted in 'no next header' packets not beingDavid Hill
2011-04-03Call setlocale() to avoid display glitches in UTF-8 locales.Stefan Sperling
2011-03-28tweak previous;Jason McIntyre