aboutsummaryrefslogtreecommitdiffstats
path: root/ui/capture_globals.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-08-03 23:30:47 +0000
committerGerald Combs <gerald@wireshark.org>2012-08-03 23:30:47 +0000
commita234d1215c9cc5787a2c91e3b89765ba7723094a (patch)
tree1332d2be69388b048b7093849ec37dc3fbc17394 /ui/capture_globals.h
parent0114eca349f09514a0914725d2f4d82542cc3d07 (diff)
Move capture_globals.h from ui/gtk/ to ui/. Show interface activity
using sparklines in the qtshark main window. svn path=/trunk/; revision=44253
Diffstat (limited to 'ui/capture_globals.h')
-rw-r--r--ui/capture_globals.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/ui/capture_globals.h b/ui/capture_globals.h
new file mode 100644
index 0000000000..341b081a4b
--- /dev/null
+++ b/ui/capture_globals.h
@@ -0,0 +1,30 @@
+/* capture_globals.h
+ * Capture-related globals.
+ *
+ * $Id$
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+#ifndef __CAPTURE_GLOBALS_H__
+#define __CAPTURE_GLOBALS_H__
+
+extern capture_options global_capture_opts;
+
+#endif /* __CAPTURE_GLOBALS_H__ */