aboutsummaryrefslogtreecommitdiffstats
path: root/ui/rtp_stream.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-09-03 11:46:20 -0700
committerGerald Combs <gerald@wireshark.org>2015-09-03 21:48:48 +0000
commite4d9ce18d8008e29c824d6de89b04eb486532755 (patch)
treeef20e949a410782d6d319d9b0e692dea38bcd665 /ui/rtp_stream.h
parent04913778d899939cefbcfa47de50e9c9a1aa0447 (diff)
Move IAX2 analysis to the ui directory.
Rename ui/gtk/iax2_analysis.h to ui/tap-iax2-analysis.h. Move iax2_packet_analyse to ui/tap-iax2-analysis.c. Rename rtp_analysis.h to tap-rtp-analysis.h to match IAX2. Change-Id: Ice7e9ad0d7bf62d631850089c880ec09a3e101dd Reviewed-on: https://code.wireshark.org/review/10375 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/rtp_stream.h')
-rw-r--r--ui/rtp_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/rtp_stream.h b/ui/rtp_stream.h
index 2df54e9a03..358ec17890 100644
--- a/ui/rtp_stream.h
+++ b/ui/rtp_stream.h
@@ -35,7 +35,7 @@
extern "C" {
#endif /* __cplusplus */
-#include "rtp_analysis.h"
+#include "tap-rtp-analysis.h"
#include <glib.h>
#include <stdio.h>