summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
AgeCommit message (Expand)Author
2020-03-23Spell "status" correctly.Patrick Wildt
2020-02-24extend decoding of control transfers:Jasper Lievisse Adriaanse
2020-02-22fix a crash when printing the contents of a malformed packet where the packetJasper Lievisse Adriaanse
2020-02-12- print 'dlen=' to make it more clear what that number indicatesJasper Lievisse Adriaanse
2020-01-24- (void)printf() -> printf(); the cast adds clutter for little value.Richard Procter
2019-12-03add support for printing RFC 8300 Network Service Header (NSH)David Gwynne
2019-12-02add support for VXLAN-GPE as per draft-ietf-nvo3-vxlan-gpe-08.David Gwynne
2019-12-02the dhcp6 printing doesn't need these files anymore.David Gwynne
2019-12-02rewrite dhcpv6 parsing so it follows the rfc, not an incompat draft.David Gwynne
2019-11-27OpenFlow 1.3 defines packet header patterns of interest using TLVs (OXMs)akoshibe
2019-11-06mention in tcpdump(8) description of -i that one can use either a networkStuart Henderson
2019-10-31fix inconsistency; from tim kuijstenJason McIntyre
2019-09-25pcap-filter now section 5: adjust XrJason McIntyre
2019-09-19print the IPs on ESP packets.David Gwynne
2019-09-11CDP's Native-VLAN-ID does not need a substraction.Martijn van Duren
2019-09-03pcap-filter is now section 7;Jason McIntyre
2019-08-30one more ethers.3 -> ether_aton.3;Jason McIntyre
2019-08-30catch up to ethers(3)->ether_aton(3) renamingTheo de Raadt
2019-08-30mop up for the pcap.3 rename;Jason McIntyre
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-05-26support -T erspan so arbitrary gre protocols can be seen as erspanDavid Gwynne
2019-05-17handle ERSPAN type IDavid Gwynne
2019-05-11Support extended shutdown communications in tcpdump as well.Claudio Jeker
2019-04-14md5 auth has useful information on the wire that helps when fixing issuesDavid Gwynne
2019-04-05print the gre protocol number as hex when vflag is enabledDavid Gwynne
2019-04-05support printing cdp over gre and pppDavid Gwynne
2019-04-02print MPLS_MCAST as mpls, rather than unknownDavid Gwynne
2019-03-18tweak previous;Jason McIntyre
2019-03-18support configuring BIOCSFILDROP with tcpdump.David Gwynne
2019-02-05handle Cisco's Encapsulated Remote Switch Port Analyzer (ERSPAN) protocolDavid Gwynne
2019-01-26fix microsecond output of timestamp deltas (-tttt)Richard Procter
2019-01-03Add snmpv3 support.Martijn van Duren
2018-12-28print well-known SAFI name instead of valuedenis
2018-12-20LLDP has it's own group address, so teach tcpdump about it.David Gwynne
2018-11-18later versions of 802.1Q replaced the vlan CFI field with DEIDavid Gwynne
2018-11-18handle the 802.1Q i-tag format for provider backbone bridges.David Gwynne
2018-11-17tcpdump(8) monitor process privdropBryan Steele
2018-11-09The 'recvfd' and 'inet' promises are no longer required by tcpdump(8)Bryan Steele
2018-11-08Close the fingerprints file in the child after it has been loaded.Bryan Steele
2018-11-08Hoist opening pf.os(5) fingerprints '-o' earlier so that it doesn'tBryan Steele
2018-10-22Remove #ifdef INET6kn
2018-09-29Zap dead/obsolete codekn
2018-09-28add unveil(2) to tcpdump(8)Ricardo Mestre
2018-09-20add missing braces implied by indentationJonathan Gray
2018-09-07Fix the build after removing an unused af argument from unmask().Kevin Lo
2018-08-08mestre and I can find no reason why the pledge has "unix". DisableTheo de Raadt
2018-07-10move the verbose checksum info back after the colon.David Gwynne
2018-07-06use a list for the -T types, now that there are many; ok dlgJason McIntyre
2018-07-06add support for vxlan packets.David Gwynne