summaryrefslogtreecommitdiff
path: root/print-ether.c
Commit message (Expand)AuthorAgeFilesLines
...
* Convert the IPv6 printer to use netdissect.Guy Harris2010-11-071-1/+1
* Use ND_PRINT().Guy Harris2010-11-061-14/+14
* added support and test case for QinQ packetsMichael Richardson2010-10-071-1/+7
* reworked print-ether to use netdissectMichael Richardson2010-10-071-46/+52
* Process VLAN frames and Alteon jumbo frames in the Ethernet printer.Guy Harris2010-02-211-89/+86
* Don't directly fetch multi-byte integers from packets.Guy Harris2010-02-211-13/+20
* From FreeBSD: handle the non-standard Ethertypes for PPPoE that someGuy Harris2009-07-251-0/+2
* From William J. Hulley: support for the Transparent Ethernet BridgeGuy Harris2009-02-261-0/+1
* From Andrew Silent: Realtek Remote Control Protocol support (seeguy2008-02-061-1/+6
* add basic support for the IEEE Link Discovery Protocol as per 802.1abhannes2007-08-031-1/+6
* change 802.1ag pre-standard codepoint to standard codepointhannes2007-07-231-1/+3
* add skeleton support for 802.1ag CFMhannes2006-10-121-1/+6
* hexdump only - if (unrecognized llc proto) && encapsulation == (jumbo || vlan)hannes2006-02-201-7/+10
* add basic support for MPCP 802.3ah frame printerhannes2006-02-101-1/+6
* Have print_llc() clear out the extracted_ethertype argument, rather thanguy2005-11-131-3/+2
* add support for the IEEE slow protocols LACP, MARKER as per 802.3adhannes2005-07-101-1/+6
* Add a flag to suppress the "default_print()" call made in variousguy2005-07-071-5/+5
* do not auto-hexdump loopback packets as the payload is uninterestinghannes2005-07-011-2/+2
* Have separate "struct tok" PID-to-name tables for different OUIs; don'tguy2005-04-251-17/+1
* refactored ip_print() so that chained header parser (ESP/AH) canmcr2005-04-061-3/+5
* -resolve (print the name) the OUI field in the SNAP printerhannes2005-01-251-1/+17
* - hack the ethertype_values[] table to accomodate GRE flavourshannes2004-06-121-1/+2
* NDO-ized print-arp.cmcr2004-04-301-2/+9
* removed explicit snapend definition.mcr2004-04-051-3/+1
* update changes filemcr2004-03-301-1/+6
* Fix up a bunch of comments - the on-the-wire length field in aguy2004-03-171-2/+2
* add support for Jumbo Ethertype 0x8870 and embedded OSI traffichannes2004-02-181-1/+32
* print ethertypes in hex and fix qflag handling for unknown ethertypeshannes2003-12-291-3/+9
* backout last commit and make the loopback decoder simply return a 0hannes2003-12-291-7/+3
* - handle the case where we know the ethertype but do not have a printer for ithannes2003-12-291-2/+6
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* 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