summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
AgeCommit message (Expand)Author
2015-08-21since stdlib.h is in scope, don't cast.... you know the drill.Theo de Raadt
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2015-07-19In tcpdump, show 11n HTOP primary and secondary channel numbers for 40MHz BSS,Stefan Sperling
2015-07-18Make tcpdump show HTOP elements in 11n management frames; ok sthen@Stefan Sperling
2015-07-18Add an example about showing wireless frames with tcpdump(8).Stefan Sperling
2015-07-17Make tcpdump decode the country element in 802.11 mgmt frames.Stefan Sperling
2015-07-17Make tcpdump display BSS load information contained in 802.11 mgmt frames.Stefan Sperling
2015-07-16add missing ELEM_CHECK for csa printing, spotted by / ok stsp@Stuart Henderson
2015-07-16Make tcpdump show 11n HT capabilities in 802.11 management frames.Stefan Sperling
2015-07-15Unbreak the tree. Remove use of removed ieee80211 element IDs from hostapdStefan Sperling
2015-07-14Move the BIOCGSTATS ioctl operation done by the tcpdump processTheo de Raadt
2015-07-12For ASCII dumps, tighten printable characters. \v and \f aren't.Christian Weisgerber
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-04-15opt{ind,err,arg} are already knownTheo de Raadt
2015-04-08Teach the 802.11 printer about Channel Switch Announcements (advertised byStuart Henderson
2015-04-05Upstream has retired the gnuc.h header, so do so as well, killing a gcc 2.xPhilip Guenther
2015-03-29Most packets generate one line in tcpdump. For AH and RIP thereAlexander Bluhm
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-02-09clean up flags++ instances around getopt()Theo de Raadt
2015-01-20Adjust <sys/param.h> comments regarding use of use of MSIZE, orTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-12-09Catch up with the BPF_ALIGNMENT switch to the uint32_t.Mike Belopuhov
2014-12-03Restore packetp and snapend pointers once we're done with an incorrectlyMike Belopuhov
2014-12-03Fixup a crash found by jsg using the AFL fuzzer. IP and IPv6 printingMike Belopuhov
2014-11-26Prefer setvbuf() to setlinebuf() for portability; ok deraadt@Todd C. Miller
2014-11-20better length handling. Fixes a crash found with the afl fuzzer.Jonathan Gray
2014-11-20sanity check the length of the packet in the pcap headerJonathan Gray
2014-11-20Make ip6_print() take an unsigned length matchingJonathan Gray
2014-10-08obvious malloc() -> reallocarray() oflow check; ok dougTheo de Raadt
2014-08-14No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.Martin Pieuchot
2014-07-20Fix tcpdump(8) display of logical link control data in IEEE802 frames.Stefan Sperling
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