summaryrefslogtreecommitdiff
path: root/ui/rtp_stream.h
diff options
context:
space:
mode:
authorJiri Novak <j.novak@netsystem.cz>2016-12-16 11:49:56 +0100
committerMichael Mann <mmann78@netscape.net>2016-12-18 11:55:03 +0000
commit92c725cafb37067291022d3e9d05b9cbf4624b6e (patch)
treeef1158b4a340e4b201b73507ea46efd179973a46 /ui/rtp_stream.h
parentb4ea3c50f5f966896d47e7b47426682d7db3e077 (diff)
downloadwireshark-92c725cafb37067291022d3e9d05b9cbf4624b6e.tar.gz
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 <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui/rtp_stream.h')
-rw-r--r--ui/rtp_stream.h1
1 files changed, 1 insertions, 0 deletions
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 */