aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/sctp_assoc_analyse.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_assoc_analyse.c
parent9f3740b414d8e4dd7312aa7f7d4486907106947e (diff)
Make the packet analysis for SCTP independent from GTK and QT.
svn path=/trunk/; revision=52945
Diffstat (limited to 'ui/gtk/sctp_assoc_analyse.c')
-rw-r--r--ui/gtk/sctp_assoc_analyse.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/ui/gtk/sctp_assoc_analyse.c b/ui/gtk/sctp_assoc_analyse.c
index 7844bc0a89..fbd495682b 100644
--- a/ui/gtk/sctp_assoc_analyse.c
+++ b/ui/gtk/sctp_assoc_analyse.c
@@ -38,7 +38,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 "frame_tvbuff.h"
@@ -1047,7 +1048,6 @@ struct sctp_analyse *u_data;
register_tap_listener_sctp_stat();
/* (redissect all packets) */
- sctp_stat_scan();
u_data = (struct sctp_analyse *)g_malloc(sizeof(struct sctp_analyse));
u_data->assoc = NULL;
u_data->children = NULL;
@@ -1069,7 +1069,6 @@ sctp_analyse_start(GtkAction *action _U_, gpointer user_data _U_)
register_tap_listener_sctp_stat();
/* (redissect all packets) */
- sctp_stat_scan();
u_data = (struct sctp_analyse *)g_malloc(sizeof(struct sctp_analyse));
u_data->assoc = NULL;
@@ -1083,8 +1082,3 @@ sctp_analyse_start(GtkAction *action _U_, gpointer user_data _U_)
}
-void
-register_tap_listener_sctp_analyse(void)
-{
-}
-