aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
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/etypes.h
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/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 cb4a390346..ee0dd88fd2 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -598,6 +598,10 @@ extern "C" {
#define ETHERTYPE_6LOWPAN 0xA0ED /* RFC 4944: Transmission of IPv6 Packets over IEEE 802.15.4 Networks */
#endif
+#ifndef ETHERTYPE_ECPRI
+#define ETHERTYPE_ECPRI 0xAEFE /* Ethernet type of eCPRI */
+#endif
+
#ifndef ETHERTYPE_LLT
#define ETHERTYPE_LLT 0xCAFE /* Veritas Low Latency Transport (not officially registered) */
#endif