aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/sctp_byte_graph_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_byte_graph_dlg.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_byte_graph_dlg.c')
-rw-r--r--ui/gtk/sctp_byte_graph_dlg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/gtk/sctp_byte_graph_dlg.c b/ui/gtk/sctp_byte_graph_dlg.c
index 8226635959..64c080aa90 100644
--- a/ui/gtk/sctp_byte_graph_dlg.c
+++ b/ui/gtk/sctp_byte_graph_dlg.c
@@ -39,7 +39,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/old-gtk-compat.h"