From Dejan Bucar (bug 3345):

Added official LINX Ethernet type.

svn path=/trunk/; revision=27804
This commit is contained in:
Stig Bjørlykke 2009-03-20 11:06:20 +00:00
parent f681477e33
commit 43976549ea
2 changed files with 4 additions and 5 deletions

View File

@ -43,11 +43,6 @@
#include <epan/packet.h>
#include <epan/etypes.h>
#ifndef ETHERTYPE_LINX
/* Ethertype 0x9999 is not reserved at IEEE */
#define ETHERTYPE_LINX 0x9999
#endif
/* forward reference */
static void dissect_linx(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);

View File

@ -386,6 +386,10 @@
#define ETHERTYPE_FCOE 0x8906 /* Fibre Channel over Ethernet */
#endif
#ifndef ETHERTYPE_LINX
#define ETHERTYPE_LINX 0x8911 /* ENEA LINX IPC protocol over Ethernet */
#endif
#ifndef ETHERTYPE_FIP
#define ETHERTYPE_FIP 0x8914 /* FCoE Initialization Protocol */
#endif