summaryrefslogtreecommitdiff
path: root/ui/gtk/sctp_stat_dlg.c
diff options
context:
space:
mode:
authorIrene RĂ¼ngeler <I.Ruengeler@fh-muenster.de>2013-10-29 12:11:23 +0000
committerIrene RĂ¼ngeler <I.Ruengeler@fh-muenster.de>2013-10-29 12:11:23 +0000
commit6d3988ffd378867ef0c2d8e398d275ccef1a0de1 (patch)
treec6aa452602cfad633be208f5ed5d531ba09a4a69 /ui/gtk/sctp_stat_dlg.c
parent9f3740b414d8e4dd7312aa7f7d4486907106947e (diff)
downloadwireshark-6d3988ffd378867ef0c2d8e398d275ccef1a0de1.tar.gz
Make the packet analysis for SCTP independent from GTK and QT.
svn path=/trunk/; revision=52945
Diffstat (limited to 'ui/gtk/sctp_stat_dlg.c')
-rw-r--r--ui/gtk/sctp_stat_dlg.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/ui/gtk/sctp_stat_dlg.c b/ui/gtk/sctp_stat_dlg.c
index 9ed9cf3165..8b182d8b88 100644
--- a/ui/gtk/sctp_stat_dlg.c
+++ b/ui/gtk/sctp_stat_dlg.c
@@ -36,7 +36,8 @@
#include "ui/gtk/dlg_utils.h"
#include "ui/gtk/gui_utils.h"
#include "ui/gtk/main.h"
-#include "ui/gtk/sctp_stat.h"
+#include "ui/tap-sctp-analysis.h"
+#include "ui/gtk/sctp_stat_gtk.h"
#include "ui/gtk/gtkglobals.h"
#include "ui/gtk/old-gtk-compat.h"
@@ -670,10 +671,6 @@ void sctp_stat_start(GtkAction *action _U_, gpointer user_data _U_)
}
/****************************************************************************/
-void
-register_tap_listener_sctp_stat_dlg(void)
-{
-}
GtkWidget *get_stat_dlg(void)
{