aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-05-28 06:38:30 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-05-28 06:38:30 +0000
commit430a1de0c0e40cfefb27fcdf3d81f4dfa5501add (patch)
treef00c94e30b1ce39b5fca698b9a962e84ea9a2856 /epan/etypes.h
parentb8d8f0ce1bf392b727002a769ef196d357d5bc19 (diff)
From Joe Eykholt:
Attached is a patch file and a new dissector for FCoE. This protocol is described at http://fcoe.com and has been submitted to T11. It is an encapsulation protocol that can be used to transport FC frames over raw Ethernet when the link is loss-free due to pause. The Ethertype 0x8906 has been reserved through IEEE for this protocol. svn path=/trunk/; revision=21967
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index ce7358b8b8..4aa9748f18 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -340,6 +340,10 @@
#define ETHERTYPE_MRP 0x88e3 /* IEC 61158-6-10 Media Redundancy Protocol (MRP) */
#endif
+#ifndef ETHERTYPE_FCOE
+#define ETHERTYPE_FCOE 0x8906 /* Fibre Channel over Ethernet */
+#endif
+
#ifndef ETHERTYPE_LOOP
#define ETHERTYPE_LOOP 0x9000 /* used for layer 2 testing (do i see my own frames on the wire) */
#endif