aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.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-isup.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-isup.h')
-rw-r--r--epan/dissectors/packet-isup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isup.h b/epan/dissectors/packet-isup.h
index 3dc95b8f3c..d2c1ad7861 100644
--- a/epan/dissectors/packet-isup.h
+++ b/epan/dissectors/packet-isup.h
@@ -31,7 +31,7 @@
typedef struct _isup_tap_rec_t {
guint8 message_type;
- /* added for VoIP calls analysis, see gtk/voip_calls.c*/
+ /* added for VoIP calls analysis, see ui/voip_calls.c*/
gchar *called_number;
gchar *calling_number;
guint8 cause_value;