Add the Gigamon ethertype.

svn path=/trunk/; revision=33250
This commit is contained in:
Anders Broman 2010-06-18 04:18:08 +00:00
parent 6aba7f7109
commit cd4cfa05ac
2 changed files with 5 additions and 0 deletions

View File

@ -105,6 +105,7 @@ const value_string etype_vals[] = {
{ ETHERTYPE_CGMP, "Cisco Group Management Protocol" },
{ ETHERTYPE_MSRP, "802.1Qat Multiple Stream Reservation Protocol" },
{ ETHERTYPE_AVBTP, "IEEE 1722 Audio Video Bridging Transport Protocol" },
{ ETHERTYPE_GIGAMON, "Gigamon Header" },
{ ETHERTYPE_MAC_CONTROL, "MAC Control" },
{ ETHERTYPE_SLOW_PROTOCOLS, "Slow Protocols" },
{ ETHERTYPE_RTMAC, "Real-Time Media Access Control" },

View File

@ -111,6 +111,10 @@
#define ETHERTYPE_AVBTP 0x22F0
#endif
#ifndef ETHERTYPE_GIGAMON
#define ETHERTYPE_GIGAMON 0x22e5 /* Gigamon Header */
#endif
#ifndef ETHERTYPE_CENTRINO_PROMISC
#define ETHERTYPE_CENTRINO_PROMISC 0x2452 /* Intel Centrino promiscuous packets */
#endif