summaryrefslogtreecommitdiff
path: root/ui/voip_calls.h
diff options
context:
space:
mode:
authorMichal Pazdera <michal.pazdera@gmail.com>2015-07-03 10:21:04 +0200
committerAnders Broman <a.broman58@gmail.com>2015-07-26 07:32:34 +0000
commitc711a63e48cfff65ae6905c0bcf826de59d8cad1 (patch)
tree40273789b2658c9b09d11ddc4510e42323bf62aa /ui/voip_calls.h
parent19578ba619d1cf8e170406861e265814de229f56 (diff)
downloadwireshark-c711a63e48cfff65ae6905c0bcf826de59d8cad1.tar.gz
Avoid duplicate SIP and Q.931 calls in VoIP Calls list in case of Q.931
transported over SIP as described in RFC 3204, 3.2 QSIG Media Type. Change-Id: Ida30a7b115e60fa64d30cfc1f4b7c11be724f8ee Reviewed-on: https://code.wireshark.org/review/9479 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/voip_calls.h')
-rw-r--r--ui/voip_calls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/voip_calls.h b/ui/voip_calls.h
index dbc26d0515..6378f300cc 100644
--- a/ui/voip_calls.h
+++ b/ui/voip_calls.h
@@ -219,6 +219,7 @@ typedef struct _voip_calls_tapinfo {
guint16 h225_call_num;
int h225_cstype; /* XXX actually an enum */
gboolean h225_is_faststart;
+ guint32 sip_frame_num;
guint32 actrace_frame_num;
gint32 actrace_trunk;
gint32 actrace_direction;