From 92c725cafb37067291022d3e9d05b9cbf4624b6e Mon Sep 17 00:00:00 2001 From: Jiri Novak Date: Fri, 16 Dec 2016 11:49:56 +0100 Subject: SIP/SDP, RTP: Dissectors shows information about ED-137 related states of radio in info column/VoIP call flow Based on EUROCAE ED-137B specification: ED-137B, Part 1: RADIO, INTEROPERABILITY STANDARDS FOR VOIP ATM COMPONENTS https://boutique.eurocae.net/eshop/catalog/index.php Bug: 13252 Change-Id: Ifab1aaf47e3405fcd46309167237f11ce2d7e2ff Reviewed-on: https://code.wireshark.org/review/19302 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- ui/rtp_stream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/rtp_stream.h') diff --git a/ui/rtp_stream.h b/ui/rtp_stream.h index f4b46dd63f..602dce5c41 100644 --- a/ui/rtp_stream.h +++ b/ui/rtp_stream.h @@ -76,6 +76,7 @@ typedef struct _rtp_stream_info { tap_rtp_stat_t rtp_stats; /**< here goes the RTP statistics info */ gboolean problem; /**< if the streams had wrong sequence numbers or wrong timestamps */ + gchar *ed137_info; } rtp_stream_info_t; /** tapping modes */ -- cgit v1.2.1