summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
AgeCommit message (Expand)Author
2017-07-26Update reference to BGP Shutdown Communication specificationjob
2017-07-25make function match its prototype.Marc Espie
2017-06-14Don't support loading appletalk addresses from /etc/appletalk.names.Michal Mazurek
2017-06-10Don't describe AppleTalk's output format and bugs.Michal Mazurek
2017-05-30MIN->MINIMUM, even though smb is currently disabled.Theo de Raadt
2017-05-30The capability error codes never made it into a standard and now errorMichal Mazurek
2017-05-30Enable more error codes for BGP. These were commited some time ago, butMichal Mazurek
2017-05-28Reduce differences between the two pfctl_osfp.c files.Michal Mazurek
2017-05-28Catch up with pfctl/pfctl_osfp.c, no binary change.Michal Mazurek
2017-05-24Sync NO_PID value from kernel header to tcpdump source. It isAlexander Bluhm
2017-04-24Print bgp administrative shutdown messages (draft-ietf-idr-shutdown)Sebastian Benoit
2017-04-19Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beenMartin Natano
2017-03-08Fix etherip version parsing, ok dlg@Jeremie Courreges-Anglas
2017-03-04Make tcpdump show HT protection settings consistently. Previously, nothingStefan Sperling
2017-02-27Print the DNSSEC OKAY flag as "DO", like in upstream tcpdumpJeremie Courreges-Anglas
2017-01-29Fix tcpdump(8) display of duration values provided in 802.11 control frames.Stefan Sperling
2017-01-24do not need sys/proc.hTheo de Raadt
2017-01-23Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP onlyTheo de Raadt
2017-01-20Another ip_ipsp.h missing, found by krw@Claudio Jeker
2016-12-18Remove duplicated lines of code introduced in my previous tcpdump commit.Stefan Sperling
2016-12-18Make tcpdump show "11n" for a channel which is used in 11n mode.Stefan Sperling
2016-12-14Sync extern decl of eproto_db with what's in libpcap.Jeremie Courreges-Anglas
2016-12-13teach tcpdump some more things about gre.David Gwynne
2016-12-02Fix some spelling errors in the OpenFlow header and update the tcpdump(8)Rafael Zalamena
2016-11-28ether_ntoa -> etheraddr_string, like elsewhere in tcpdumpJeremie Courreges-Anglas
2016-11-25Fix some bad copy paste bits and simplify the ethernet printing function.Rafael Zalamena
2016-11-22Fix OFP spelling for version bitmap define in ofp header and tcpdump, alsoRafael Zalamena
2016-11-20Extend the DLT_OPENFLOW header to include the switch datapath id.Reyk Floeter
2016-11-19Make tcpdump indicate basic rates listed in beacons with an asterisk.Stefan Sperling
2016-11-18Add support for printing the missing OpenFlow set-queue action.Rafael Zalamena
2016-11-18Don't print the field 'actions' on features reply, because in the newRafael Zalamena
2016-11-18miss_send_len can also be a CONTROLLER_MAXLEN string not just a number.Reyk Floeter
2016-11-18Updates tcpdump's OpenFlow printer to use the string maps from switchdReyk Floeter
2016-11-16Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4),Reyk Floeter
2016-10-30If a length from an ip packet encapsulated in gre or etherip would causeJonathan Gray
2016-10-30Replace a snapend test in ip_print() with a call to TCHECK2 as thereJonathan Gray
2016-10-28Return early from atalk_print_llap() if the length is less than theJonathan Gray
2016-10-28Don't assume s->ifname is NUL terminated and printable.Jonathan Gray
2016-10-27Don't assume clr->ifname is a NUL-terminated printable string.Todd C. Miller
2016-10-27Huawei squatted on BGP Path Attribute 30, and Cisco squatted on 31. So,Peter Hessler
2016-10-25Add missing OpenBSD keyword in the first line.Rafael Zalamena
2016-10-22Teach tcpdump(8) how to read OpenFlow packets. This initial implementationRafael Zalamena
2016-10-13Teach tcpdump to decode bgp path attribute draft-ietf-idr-large-communityPeter Hessler
2016-10-08Make tcpdump show MCS stored in radiotap's rate field.Stefan Sperling
2016-09-02Make tcpdump print details about association requests in verbose mode.Stefan Sperling
2016-07-28Use long labs(3) for pointer arithmetic.Alexander Bluhm
2016-07-25err() instead of errx(); noted by timTheo de Raadt
2016-07-24Split the root vs not-root cases better with regards to chroot setup.Theo de Raadt
2016-07-212004 privsep caused "tcpdump -r" to became a priviledged operation becauseTheo de Raadt
2016-07-11Teach tcpdump to recognize MPLS pseudowire with control words. AddedRafael Zalamena