summaryrefslogtreecommitdiff
path: root/ui/gtk/sctp_error_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_error_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_error_dlg.c')
-rw-r--r--ui/gtk/sctp_error_dlg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/gtk/sctp_error_dlg.c b/ui/gtk/sctp_error_dlg.c
index 34d3b8a67d..8840c113ec 100644
--- a/ui/gtk/sctp_error_dlg.c
+++ b/ui/gtk/sctp_error_dlg.c
@@ -34,7 +34,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/gui_utils.h"
static GtkWidget *sctp_error_dlg=NULL;