aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-11-17 16:43:39 -0800
committerGerald Combs <gerald@wireshark.org>2014-11-18 00:48:34 +0000
commit1dec509a8862706730fb0f8d41da4c3d7d1a3977 (patch)
treeb37f350bcd948477062737d6a696b969a1e7ead1 /epan/dissectors/packet-sip.h
parenta07f0817d7db615d035892e496b93c1debe33ca4 (diff)
voip_calls: Move to ui.
Move voip_calls.[ch] to ui. Add callbacks to voip_calls_tapinfo_t. Remove unused function definitions. Change-Id: Ib12db7053d53afa81ef2a66dc0cfe681bc624dd2 Reviewed-on: https://code.wireshark.org/review/5379 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'epan/dissectors/packet-sip.h')
-rw-r--r--epan/dissectors/packet-sip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sip.h b/epan/dissectors/packet-sip.h
index 13456607df..41177b3a09 100644
--- a/epan/dissectors/packet-sip.h
+++ b/epan/dissectors/packet-sip.h
@@ -30,7 +30,7 @@ typedef struct _sip_info_value_t
guint response_code;
guchar resend;
guint32 setup_time;
- /* added for VoIP calls analysis, see gtk/voip_calls.c*/
+ /* added for VoIP calls analysis, see ui/voip_calls.c*/
gchar *tap_call_id;
gchar *tap_from_addr;
gchar *tap_to_addr;