aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
authorJörg Mayer <jmghc@loplof.de>2021-08-29 14:11:34 +0000
committerJörg Mayer <jmghc@loplof.de>2021-08-29 14:11:34 +0000
commitc8656a2dcb72f9dacddae2424bb3742979556665 (patch)
tree01d09104bfca5cfd5cfac3fbf632c04be63c623a /epan/dissectors/packet-ethertype.c
parented9e958a2ed506220fdab320738f1f96a3c2ffbb (diff)
New dissector for EXOS internal capture extra header
Diffstat (limited to 'epan/dissectors/packet-ethertype.c')
-rw-r--r--epan/dissectors/packet-ethertype.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index 6c75f31cf8..f786ccce08 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -188,6 +188,7 @@ const value_string etype_vals[] = {
{ ETHERTYPE_AVSP, "Arista Timestamp" },
{ ETHERTYPE_ECPRI, "eCPRI" },
{ ETHERTYPE_CABLELABS, "CableLabs Layer-3 Protocol" },
+ { ETHERTYPE_EXEH, "EXos internal Extra Header" },
{ ETHERTYPE_ACIGLEAN, "Cisco ACI ARP gleaning" },
{ ETHERTYPE_IEEE_802_1CB, "802.1CB Frame Replication and Elimination for Reliability" },
{ 0, NULL }
@@ -260,7 +261,7 @@ dissect_ethertype(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *dat
payload_etype = 0x0806;
}
ethertype_data->etype = payload_etype;
-// FIXME: Add glean to protocol-stack in frame-header
+ // FIXME: Add glean to protocol-stack in frame-header
}
}