URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5016cd478e4f09bc2e9521f4b4e67a93f3ff0bdf
Submitter: "Jaap Keuter <jaap.keuter@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
5016cd4 by Jaap Keuter (jkeuter@xxxxxxxxxxxx):
CESoETH: Add dissection of MEF 8 CES over Ethernet
Add dissection of Metro Ethernet Forum specification of Implementation
Agreement for the Emulation of PDH Circuits over Metro Ethernet
Networks [MEF 8]. This includes the introduction of a RTP shim header
dissection function, as is not uncommon in PW and CES services.
Signed-off-by: Jaap Keuter <jaap.keuter@xxxxxxxxxxxx>
Change-Id: I6de81007ce11793cd5352fadadd80d3f6f45ae0d
Reviewed-on: https://code.wireshark.org/review/31239
Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Actions performed:
from 63106bc Accept v1 of GeoNetworking and improve item tree
add 5016cd4 CESoETH: Add dissection of MEF 8 CES over Ethernet
Summary of changes:
docbook/release-notes.asciidoc | 1 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/packet-cesoeth.c | 345 +++++++++++++++++++++++++++++++++++++++
epan/dissectors/packet-rtp.c | 167 +++++++++++++++++++
epan/dissectors/packet-rtp.h | 6 +
5 files changed, 520 insertions(+)
create mode 100644 epan/dissectors/packet-cesoeth.c