From 334f7e1fd98220fd21a088e2332ebdfae31b9891 Mon Sep 17 00:00:00 2001 From: Maximilian Kohler Date: Fri, 15 Feb 2019 15:15:55 +0100 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Jaap Keuter Reviewed-by: Anders Broman --- epan/dissectors/packet-ethertype.c | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-ethertype.c') 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 } }; -- cgit v1.2.3