summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/interface.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* add printing of ipcomp, and while in the neighborhood, make ah/esp actuallyjason2003-02-201-2/+3
* pfsync support; deraadt@ okmickey2002-11-301-2/+4
* stop breaking the damn tree mickeyderaadt2002-11-301-4/+2
* tcpdump support for pfsync; henning@ okmickey2002-11-291-2/+4
* In TTEST2(), check to make sure the "l" argument isn't so large thatpvalchev2002-07-121-4/+12
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-8/+2
* proper handling for DLT_NULL and DLT_LOOP (header byte swapping); pointed out and tested by Alexander Yurchenko <grange@rt.mipt.ru>mickey2002-01-231-2/+3
* HSRP dissector, from Julian Cowley <julian@lava.net> via tcpdump.orgmickey2002-01-221-2/+3
* change timeval to bpf_timeval; 32 bit in size, permitting much greater portabilityderaadt2001-10-021-3/+4
* interpret DLT_PFLOGprovos2001-06-251-2/+4
* Extend IKE knowledge so we can parse the rest (normally encrypted parts)ho2001-04-091-3/+3
* add support for printing cdp (Cisco Discovery Protocol), from tcpdump.orgjakob2001-04-081-2/+4
* add lwres (BINDv9 resolver) printing. from tcpdump.org and modified by ho@jakob2001-03-061-2/+3
* add relts_print, safeputs and safeputcharjakob2001-03-051-2/+5
* etherip printing code... handles draft (v2) and current (v3)jason2001-02-051-2/+4
* timed printing; from Ben Smithurst <ben@scientia.demon.co.uk>; via tcpdump.orgmickey2000-12-071-2/+3
* smb printing; from Andrew Tridgell; via tcpdump.orgmickey2000-12-071-2/+9