aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.h
diff options
context:
space:
mode:
authorJaap Keuter <jkeuter@aimvalley.nl>2018-12-28 21:45:41 +0100
committerJaap Keuter <jaap.keuter@xs4all.nl>2018-12-31 10:59:45 +0000
commit5016cd478e4f09bc2e9521f4b4e67a93f3ff0bdf (patch)
treeb7edfacfe9afcb6519348fd2bfe6c2b3efee6d0b /epan/dissectors/packet-rtp.h
parent63106bcf60dfcd1b6a95c7d4720e01a60c5d898b (diff)
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@aimvalley.nl> Change-Id: I6de81007ce11793cd5352fadadd80d3f6f45ae0d Reviewed-on: https://code.wireshark.org/review/31239 Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Diffstat (limited to 'epan/dissectors/packet-rtp.h')
-rw-r--r--epan/dissectors/packet-rtp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rtp.h b/epan/dissectors/packet-rtp.h
index 197d4cd4b3..d8b1beee5d 100644
--- a/epan/dissectors/packet-rtp.h
+++ b/epan/dissectors/packet-rtp.h
@@ -219,4 +219,10 @@ bluetooth_add_address(packet_info *pinfo, address *addr, guint32 stream_number,
const gchar *setup_method, guint32 setup_frame_number,
guint32 media_types, void *data);
+/* Dissect the header only, without side effects */
+WS_DLL_PUBLIC
+gint dissect_rtp_shim_header(tvbuff_t *tvb, gint start,
+ packet_info *pinfo, proto_tree *tree,
+ struct _rtp_info *rtp_info);
+
#endif /*__PACKET_RTP_H__*/