aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/mcast_stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/mcast_stream.c')
-rw-r--r--gtk/mcast_stream.c32
1 files changed, 18 insertions, 14 deletions
diff --git a/gtk/mcast_stream.c b/gtk/mcast_stream.c
index 36f353901b..0ed2ceaef2 100644
--- a/gtk/mcast_stream.c
+++ b/gtk/mcast_stream.c
@@ -32,20 +32,6 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
-
-#include "mcast_stream.h"
-#include "mcast_stream_dlg.h"
-
-#include "globals.h"
-
-#include <epan/tap.h>
-#include "register.h"
-
-#include "alert_box.h"
-#include "simple_dialog.h"
-#include "file_util.h"
-#include <time.h>
-
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif
@@ -54,9 +40,27 @@
# include <sys/types.h>
#endif
+#include <time.h>
#include <string.h>
+
+#include <gtk/gtk.h>
+
+#include <epan/epan.h>
+#include <epan/packet.h>
+#include <epan/tap.h>
#include <epan/strutil.h>
+#include "../globals.h"
+#include "../register.h"
+#include "../alert_box.h"
+#include "../simple_dialog.h"
+#include "wiretap/file_util.h"
+
+#include "gtk/mcast_stream.h"
+#include "gtk/mcast_stream_dlg.h"
+
+
+
gint32 trigger=50; /* limit for triggering the burst alarm (in packets per second) */
gint32 bufferalarm = 10000; /* limit for triggernig the buffer alarm (in bytes) */
guint16 burstint = 100; /* burts interval in ms */