URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=334f7e1fd98220fd21a088e2332ebdfae31b9891
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
334f7e1 by Maximilian Kohler (maximilian.kohler@xxxxxxxxxxxxxxxxxx):
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@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from f142192 Add new Debian symbols.
add 334f7e1 eCPRI: added new dissector
Summary of changes:
docbook/release-notes.adoc | 1 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/packet-ecpri.c | 846 +++++++++++++++++++++++++++++++++++++
epan/dissectors/packet-ethertype.c | 1 +
epan/etypes.h | 4 +
5 files changed, 853 insertions(+)
create mode 100644 epan/dissectors/packet-ecpri.c