summaryrefslogtreecommitdiff
path: root/print-ether.c
Commit message (Expand)AuthorAgeFilesLines
* - pass on ident string to hex_print()hannes2003-12-291-5/+11
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-1/+1
* From Neil Spring:guy2003-11-151-4/+4
* Define "ethertype_values[]" in "print-ether.c", make it not static, andguy2003-07-011-1/+34
* hide the 802.1Q header if eflag, print ethertype during 802.1Q stack recursio...hannes2003-05-281-33/+32
* forgot message log on last commit, sorry :-(hannes2003-05-221-3/+1
* *** empty log message ***hannes2003-05-221-12/+16
* fix typo from previous commithannes2003-05-081-2/+2
* align eflag printing style with ppp printerhannes2003-05-081-3/+3
* Hoist a bunch of stuff that should be done by all if_print routines intoguy2002-12-191-28/+5
* Add a new routine "default_print_packet()", which takes a pointer to theguy2002-12-181-5/+4
* We no longer use "packetp" for anything, so eliminate it. (If anyguy2002-12-181-6/+4
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-4/+4
* Added support for Win32, based on WinPcap.risso2002-08-011-6/+2
* "support" for the loopback ethertype 0x9000hannes2002-07-121-1/+5
* whitespace cleanupitojun2002-06-111-3/+3
* Get rid of unneeded incomplete definitions of "struct mbuf" and "structguy2002-06-011-4/+1
* Only do "-x" printing in the top-level interface print routine; don't doguy2002-05-291-6/+11
* Support RFC 2684 bridging of Ethernet, 802.5 Token Ring, and FDDI, andguy2002-04-071-18/+26
* From Heinz-Ado Arnolds <Ado.Arnolds@dhm-systems.de>: mark IPX packetsguy2001-11-251-1/+2
* Add SIGINFO handler from LBLfenner2001-07-041-2/+6
* MPLS label encapsulation decoding, per RFC3032.itojun2001-06-211-1/+6
* Assorted PPTP and GRE enhancements from Motonori Shindoguy2001-03-121-3/+3
* Handle (GRE-encapsulated) PPTPfenner2001-02-041-1/+9
* Put the LINUX_SLL_P_ definitions back, and check for at least some ofguy2000-12-221-2/+2
* Making "extracted_ethertype" static to "print-ether.c" broke otherguy2000-12-181-13/+17
* Improved VLAN support, from Peter Jeremy - "vlan" filtering keyword,guy2000-10-221-2/+2
* Some compilers may pad structures to a length that's a multiple of 2 orguy2000-10-091-6/+6
* no need to include ip6.hitojun2000-10-071-5/+1
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-3/+1
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-4/+1
* Add definitions of Ethernet types fromguy2000-09-231-2/+3
* remove non-STDC codeassar2000-07-011-3/+1
* (ether_encap_print): add ETHERTYPE_IPX: From Jeffrey Hutzelmanassar2000-06-101-1/+5
* some style. u_int16_t.itojun2000-04-281-9/+9
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* made extracted_ethertype static. Added 802.1Q (vlan) and PPPoE. Fromassar1999-11-211-6/+38
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-1/+13
* patches to help build on Linux 2.2linux22mcr1999-10-171-4/+1
* Initial revisionmcr1999-10-071-0/+196