summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/interface.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* add initial support for handling geneve packets.dlg2020-08-171-2/+4
* wire the wireguard packet printer into tcpdump.dlg2020-06-211-2/+6
* add support for printing RfC 2332 NBMA Next Hop Resolution Protocol (NHRP)remi2020-04-151-2/+3
* add support for printing RFC 8300 Network Service Header (NSH)dlg2019-12-031-2/+3
* rewrite dhcpv6 parsing so it follows the rfc, not an incompat draft.dlg2019-12-021-3/+3
* support -T erspan so arbitrary gre protocols can be seen as erspandlg2019-05-261-2/+3
* support printing cdp over gre and pppdlg2019-04-051-4/+3
* Remove #ifdef INET6kn2018-10-221-4/+2
* add support for vxlan packets.dlg2018-07-061-2/+4
* add "tftp" as a type to use with -Tdlg2018-07-061-2/+3
* Add "mpls" as a type to use with -Tdlg2018-07-061-2/+3
* Add "gre" as a type to use with -Tdlg2018-07-061-2/+3
* Rework UDP parsing, particularly around IP addresses.dlg2018-07-061-4/+4
* move the ip checksumming code into in_cksum.cdlg2018-07-061-3/+5
* print etherip on ipv6.dlg2018-02-101-3/+3
* rework ppp, pptp, and gre parsing.dlg2018-02-061-3/+6
* Simple USBPcap parser for tcpdump(8). Raw dumps can be nicely analysedmpi2018-02-031-2/+4
* Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4),reyk2016-11-161-3/+4
* Teach tcpdump(8) how to read OpenFlow packets. This initial implementationrzalamena2016-10-221-2/+3
* Teach tcpdump to recognize MPLS pseudowire with control words. Addedrzalamena2016-07-111-2/+3
* Remove more register keywords.mmcc2015-11-151-3/+3
* Upstream has retired the gnuc.h header, so do so as well, killing a gcc 2.xguenther2015-04-051-3/+2
* Make ip6_print() take an unsigned length matchingjsg2014-11-201-3/+3
* Import in_cksum_shouldbe() from mainline tcpdump; this is needed by mylteo2014-06-201-2/+3
* Make icmp_print() accept the length variable, which is the length of thelteo2014-01-111-3/+3
* Add support for decoding MLDv2 initially from tcpdump.org via FreeBSD,jsg2010-04-061-3/+3
* Add TCP/UDP checksum display for v6 and clean up the checksumnaddy2010-01-121-3/+3
* Add support to tcpdump for decoding the GPRS Tunnelling Protocol (GTP),jsing2009-11-041-2/+3
* increase the default snaplen to 116, allows capture of pflog+ipv6+tcpsthen2009-02-141-10/+5
* Add support for IEEE "slow protocols" LACP, MARKER as per 802.3ad.mpf2008-10-161-2/+3
* trash $Header goo which is just annoying; 5595deraadt2007-10-071-2/+2
* add -I option for printing the interfaces;markus2007-08-281-2/+4
* Pass the captured packet length in addition to the real packet lengthmoritz2006-06-011-3/+3
* add VLAN Query Protocol (VQP) dissector; ok canacar@ markus@stevesk2006-05-231-2/+3
* Add a simple printer for IEEE 802.1AB LLDP, the Link Layer Discoveryreyk2006-03-281-2/+3
* add printer for IAPP and hostapd(8) messagesreyk2005-11-221-2/+3
* Add a best effort mpls decoder. From Jason L. Wright.canacar2005-10-081-2/+3
* support decapsulation of 802.11 data framesreyk2005-05-281-3/+4
* add a printer for 802.11 and for additional radiotap headers,reyk2005-03-071-2/+8
* add -T tcp to enforce interpretation as TCPmarkus2004-09-161-2/+3
* - do not use __attribute__((volatile)) as its a synonym for __dead nowadaysavsm2004-06-201-4/+5
* add DLT_PPP_ETHER support plus some fixes for pppoe_if_print().brad2004-05-211-2/+4
* Make tcpdump print carp as carp. Printing vrrp can be forced with -T vrrp.mcbride2004-04-281-2/+4
* privilege separated tcpdump, joint work with otto@canacar2004-01-281-3/+3
* Sync print-domain with tcpdump.org; avoids tcpdump barfing on bogusotto2004-01-181-3/+3
* Add initial support for pf state synchronization over the network.mcbride2003-12-151-2/+3
* print the operating system of TCP SYN packets with the -o optionfrantzen2003-08-211-2/+3
* ansi and protosderaadt2003-06-261-2/+3
* support for NAT-T (draft-ietf-ipsec-udp-encaps-06.txt); ok deraadt@markus2003-06-111-2/+3
* libpcap and tcpdump now understand the new pflog datalink type.canacar2003-05-141-2/+4