Guy Harris
0d6ffcf7e6
Make it look more like the FreeBSD tcpdump ethertype.h.
2009-07-25 10:48:32 -07:00
Guy Harris
f1ca3d4287
From FreeBSD: handle the non-standard Ethertypes for PPPoE that some
...
3Com hardware uses.
2009-07-25 10:47:00 -07:00
Guy Harris
9248d0c2fa
From William J. Hulley: support for the Transparent Ethernet Bridge
...
ethertype in GRE.
2009-02-26 01:04:20 -08:00
guy
1789f57c36
From Andrew Silent: Realtek Remote Control Protocol support (see
...
OpenRRCP.org.ru for details).
2008-02-06 10:47:53 +00:00
hannes
bbb4050969
add basic support for the IEEE Link Discovery Protocol as per 802.1ab
2007-08-03 11:03:19 +00:00
hannes
9d84f80c5f
change 802.1ag pre-standard codepoint to standard codepoint
2007-07-23 09:01:09 +00:00
hannes
1226a40cb0
add skeleton support for 802.1ag CFM
2006-10-12 10:26:12 +00:00
hannes
0860434f38
add basic support for MPCP 802.3ah frame printer
2006-02-10 04:52:25 +00:00
hannes
c56e09a204
add support for the IEEE slow protocols LACP, MARKER as per 802.3ad
2005-07-10 14:41:34 +00:00
hannes
de7827fb7e
add support for cisco-style ethertype encaps within frame-relay
2004-10-07 16:04:06 +00:00
hannes
3b8786edf4
- hack the ethertype_values[] table to accomodate GRE flavours
...
- call the IP6, IPX, ATALK, MPLS dissectors within the GRE dissector
- be more verbose about the GRE proto-id (hidden under the eflag)
2004-06-12 16:32:56 +00:00
mcr
dba9695745
added EAPOL ethernet type.
2004-03-25 03:30:40 +00:00
hannes
3a919068a9
add support for Jumbo Ethertype 0x8870 and embedded OSI traffic
2004-02-18 14:23:27 +00:00
guy
6f93affaeb
Define "ethertype_values[]" in "print-ether.c", make it not static, and
...
have "ethertype.h" just declare it, so that
1) we only have one such table, shared by all dissectors that
use it
and
2) GCC 3.3 doesn't complain that it's defined but not used in
those dissectors that incldue "ethertype.h" but don't use
"ethertype_values[]".
2003-07-01 19:10:26 +00:00
hannes
8027f41d71
- complete the proto-id to string mapping
...
- get rid of duplicate ETHERTYPE_REVARP entry
- add ETHERTYPE_VMAN entry for Extreme' VMAN protocol
2003-05-28 08:59:14 +00:00
hannes
f60a1bd8cb
hide multiline output using vflag plus enhanced, ES-IS decoder
2002-10-03 16:00:32 +00:00
hannes
72f3eb3b58
support for decoding IS-IS inside Cisco HDLC Frames
2002-09-11 22:15:16 +00:00
itojun
544c52e1ef
MPLS label encapsulation decoding, per RFC3032.
...
TODO: multiple labels. other media types.
2001-06-21 17:56:02 +00:00
fenner
c737726a82
Convert cut-n-paste tab damage into tabs.
2001-04-03 05:21:24 +00:00
guy
9298dc84c8
Assorted PPTP and GRE enhancements from Motonori Shindo
...
<mshindo@mshindo.net>.
2001-03-12 00:24:54 +00:00
fenner
cbb769e118
Handle (GRE-encapsulated) PPTP
2001-02-04 02:19:23 +00:00
guy
e894092542
Add definitions of Ethernet types from
...
"linux-includes/netinet/if_ether.h" to "ethertype.h".
Move other stuff used by dissectors from <netinet/if_ether.h> to
"ether.h", along the lines of "fddi.h" and "token.h".
Move ARP declarations from BSD include files to "print-arp.c".
Remove from dissectors includes of <netinet/if_ether.h>, and add
includes of "ethertype.h" and/or "ether.h" as necessary.
Get rid of configuration options that test declarations now made in
"ether.h" or "print-arp.c", as those declarations are now under our
control, not the OS's control.
2000-09-23 08:03:27 +00:00
assar
74536c18ba
add ETHERTYPE_IPX. From Jeffrey Hutzelman <jhutz@cmu.edu>
2000-06-10 13:49:08 +00:00
fenner
2efcee4a2e
Rearrange to keep values sorted.
2000-01-29 21:56:38 +00:00
fenner
29b8d95a8d
Fix type for 802.1q
2000-01-29 20:58:41 +00:00
itojun
92d3fd1b47
add ETHERTYPE_IPV6. reorder.
...
From: Craig Rodrigues <rodrigc@mediaone.net>
2000-01-17 06:23:19 +00:00
assar
8c34405525
add some more types for 802.1Q and PPPoe. From kuznet@ms2.inr.ac.ru
1999-11-21 03:42:52 +00:00
mcr
f555c163f9
Initial revision
1999-10-07 23:47:09 +00:00