aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-10-12 21:26:27 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-10-12 21:26:27 +0000
commita5b56a104aed6d939e30b8ada0957ef11c89c75b (patch)
tree65514efdadc5e78ba2b5e9c38383f51eeae56d59 /epan/prefs.h
parent8782f4e3aa70eec86963d49eaadd38240abf7c1a (diff)
from Richard van der Hoff:
Attached is a patch which makes the console log level (warning/message/debug etc) a configurable preference. There's no gui for setting it, but since it's pretty much only going to be useful for developers, I'm sure you'll cope... ---- I've added a small comment to the file output that it has no dialog output git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16205 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/prefs.h')
-rw-r--r--epan/prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/prefs.h b/epan/prefs.h
index 76c69ce89e..a7d010a520 100644
--- a/epan/prefs.h
+++ b/epan/prefs.h
@@ -139,6 +139,7 @@ typedef struct _e_prefs {
layout_pane_content_e gui_layout_content_1;
layout_pane_content_e gui_layout_content_2;
layout_pane_content_e gui_layout_content_3;
+ gint console_log_level;
guint32 name_resolve;
gint name_resolve_concurrency;
gchar *capture_device;