aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-07-15 20:56:22 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-07-15 20:56:22 +0000
commit01c640d3e748742bd71e871a4e4e5066c03262ff (patch)
tree71628ae2f74304d2710874e92274df4886300dd8 /epan/etypes.h
parent725f75caeda57720a072534f2373a58e95ccfa06 (diff)
From Joe Eykholt:
FIP is the FCoE Initialization Protocol. FCoE is Fibre-Channel over Ethernet. FIP is being finalized in t11.org, and further changes are not expected. svn path=/trunk/; revision=25748
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 7f7f8e79c8..003a5c851a 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -382,6 +382,10 @@
#define ETHERTYPE_FCOE 0x8906 /* Fibre Channel over Ethernet */
#endif
+#ifndef ETHERTYPE_FIP
+#define ETHERTYPE_FIP 0x8914 /* FCoE Initialization Protocol */
+#endif
+
#ifndef ETHERTYPE_LOOP
#define ETHERTYPE_LOOP 0x9000 /* used for layer 2 testing (do i see my own frames on the wire) */
#endif