aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-12-10 07:00:26 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-12-10 07:00:26 +0000
commit66d54fa2cef93752e757c8d36e4a4c9fefc6d165 (patch)
treea146ddc21404ef0a4dd0e1e1b74a606a3159e2e6 /epan/etypes.h
parent6f659679f7e1dd8b7056ed2aa2fedf149b7d22d4 (diff)
From Benjamin Roch:
This contains the source for dissecting TTEthernet packets (including Protocol Control Frames) conforming to our TTEthernet specification as dissector for Wireshark. svn path=/trunk/; revision=26955
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 c7c91d16da..b419793e56 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -390,6 +390,10 @@
#define ETHERTYPE_FIP 0x8914 /* FCoE Initialization Protocol */
#endif
+#ifndef ETHERTYPE_TTE_PCF
+#define ETHERTYPE_TTE_PCF 0x891d /* TTEthernet Protocol Control Frame */
+#endif
+
#ifndef ETHERTYPE_LOOP
#define ETHERTYPE_LOOP 0x9000 /* used for layer 2 testing (do i see my own frames on the wire) */
#endif