aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
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/dissectors/packet-ethertype.c
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/dissectors/packet-ethertype.c')
-rw-r--r--epan/dissectors/packet-ethertype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index 1f35a39951..4c2fcbf931 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -184,6 +184,7 @@ const value_string etype_vals[] = {
{ ETHERTYPE_HSR, "High-availability Seamless Redundancy (IEC62439 Part 3)" },
{ ETHERTYPE_BPQ, "AX.25"},
{ ETHERTYPE_CMD, "CiscoMetaData"},
+ { ETHERTYPE_XIP, "eXpressive Internet Protocol"},
{ 0, NULL }
};