summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-ether.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add support for printing RfC 2332 NBMA Next Hop Resolution Protocol (NHRP)remi2020-04-151-1/+8
* - (void)printf() -> printf(); the cast adds clutter for little value.procter2020-01-241-11/+11
* add support for printing RFC 8300 Network Service Header (NSH)dlg2019-12-031-1/+8
* later versions of 802.1Q replaced the vlan CFI field with DEIdlg2018-11-181-2/+2
* handle the 802.1Q i-tag format for provider backbone bridges.dlg2018-11-181-1/+46
* Remove #ifdef INET6kn2018-10-221-6/+2
* tweak vlan printing to properly decode the priority field.dlg2018-04-031-5/+13
* Teach tcpdump to recognize MPLS pseudowire with control words. Addedrzalamena2016-07-111-15/+21
* Remove remaining instances of the register keyword.mmcc2015-11-161-3/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.mpi2014-08-141-2/+1
* Include the link-level header in the hex output if both the -x and -ejsing2010-01-141-6/+19
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* add ethertype and tcpdump support for VLAN stacking (QinQ) withsthen2008-12-051-3/+7
* Add support for IEEE "slow protocols" LACP, MARKER as per 802.3ad.mpf2008-10-161-2/+6
* trash $Header goo which is just annoying; 5595deraadt2007-10-071-2/+2
* Pass the captured packet length in addition to the real packet lengthmoritz2006-06-011-7/+13
* Add a simple printer for IEEE 802.1AB LLDP, the Link Layer Discoveryreyk2006-03-281-2/+6
* Add a best effort mpls decoder. From Jason L. Wright.canacar2005-10-081-2/+7
* 802.3X pretty printer (dead simple)jason2004-01-221-2/+36
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-4/+2
* etherip printing code... handles draft (v2) and current (v3)jason2001-02-051-4/+4
* Add $OpenBSD$. (jakob@ ok)ho2000-10-031-1/+3
* INET6jakob2000-04-261-2/+11
* Use ETHERTYPE_8021Qchris2000-03-071-2/+2
* Add 802.1Q from kuznet@ms2.inr.ac.ru via tcpdump.orgchris2000-03-071-4/+31
* Remove bogus 802.1Q codechris2000-02-191-12/+1
* Add support for dumping PPPoE Discovery and Session packetsjason2000-02-181-1/+8
* VLAN 802.1q supportjakob2000-01-161-1/+12
* #if __STDC__ --> #ifdef __STDC__brad1999-09-161-3/+3
* - Merge some changes from tcpdump 3.4jakob1999-07-281-2/+2
* Ethernet v2 encapsulated Appletalk packets are phase 1, w/ LLAP header.denny1997-07-271-2/+2
* *** empty log message ***bitblt1996-12-121-14/+8
* add NetBIOS printing.mickey1996-11-121-1/+5
* it is 3.2 now.mickey1996-07-131-4/+7
* sync to latestderaadt1996-06-101-1/+1
* Updating to the latest LBL release.mickey1996-03-041-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+194