aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorCody Doucette <doucette@bu.edu>2015-06-19 16:20:51 -0400
committerMichael Mann <mmann78@netscape.net>2015-07-10 02:55:24 +0000
commitb820d749bf1509bb8c098213e07d5f1ab9fcb75b (patch)
treee6c47972dedd9d0d19772be1a2d5679a0c518cbf /epan/etypes.h
parent38e0477a4e4d5792a75b8ec94515878189387c3e (diff)
xip: add support for XIP packets
The eXpressive Internet Protocol (XIP) is the network layer protocol for the eXpressive Internet Architecture (XIA), a future Internet architecture project. The addresses in XIP are directed acyclic graphs, so much of the code included in this addition verifies the correctness of the DAGs and displays them in human-readable form. Bug: 11265 Change-Id: I948aaa73b927f8afc162d89689d184c5657f60b1 Reviewed-on: https://code.wireshark.org/review/8881 Reviewed-by: Evan Huus <eapache@gmail.com> Petri-Dish: Evan Huus <eapache@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
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 706787021f..d60bce5f08 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -554,6 +554,10 @@ extern "C" {
#define ETHERTYPE_LLT 0xCAFE /* Veritas Low Latency Transport (not officially registered) */
#endif
+#ifndef ETHERTYPE_XIP
+#define ETHERTYPE_XIP 0xC0DE /* eXpressive Internet Protocol (not officially registered) */
+#endif
+
#ifndef ETHERTYPE_TDMOE
#define ETHERTYPE_TDMOE 0xD00D /* Digium TDMoE packets (not officially registered) */
#endif