aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
authorMaximilian Kohler <maximilian.kohler@viavisolutions.com>2019-02-15 15:15:55 +0100
committerAnders Broman <a.broman58@gmail.com>2019-02-19 18:50:48 +0000
commit334f7e1fd98220fd21a088e2332ebdfae31b9891 (patch)
tree0865f08bff2abe232f21bb52a6a992c3bf7747f4 /epan/dissectors/packet-ethertype.c
parentf1421927d82d0aef91976e1f0b076d38b6d9c67d (diff)
eCPRI: added new dissector
evolved Common Public Radio Interface (eCPRI) is a protocol, which will be used in fronthaul transport network. It will be included in standard ethernet frames and UDP frames. There are 8 Message Types to decode with eCPRI Specification V1.2. Bug: 15510 Change-Id: I2bb74c1e95e89f0b812492509a05395d6b86eb54 Reviewed-on: https://code.wireshark.org/review/32004 Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl> Reviewed-by: Anders Broman <a.broman58@gmail.com>
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 ab07a7e176..407b0c9d87 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -180,6 +180,7 @@ const value_string etype_vals[] = {
{ ETHERTYPE_QINQ_OLD, "QinQ: old non-standard 802.1ad" },
{ ETHERTYPE_6LOWPAN, "6LoWPAN" },
{ ETHERTYPE_AVSP, "Arista Timestamp" },
+ { ETHERTYPE_ECPRI, "eCPRI" },
{ 0, NULL }
};