aboutsummaryrefslogtreecommitdiffstats
path: root/log.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-10-06 00:55:21 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-10-06 00:55:21 +0000
commitebcc89507860cfa65e2507edd53ff45693c05e25 (patch)
tree433f89941372c48953ab394a1dda36da8b645606 /log.h
parentd5854fa2bc0495815a293a994ce22a2842a5da8d (diff)
fix a packet_list_freeze / thaw pair, if a return comes in it's way
add a g_warning() call if an error occured while reading from capture file (while doing a live update), usually shouldn't happen but is difficult to debug *if* it happens add a new log domain LOG_DOMAIN_MAIN and the standard log handler for it add some (partly commented out) g_log() calls, useful for GUI sequence debugging git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16136 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'log.h')
-rw-r--r--log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/log.h b/log.h
index 56bb60d6f2..4d13bbecf2 100644
--- a/log.h
+++ b/log.h
@@ -31,6 +31,8 @@
/* capture child domain (the capture child might also contain file domain messages!) */
#define LOG_DOMAIN_CAPTURE_CHILD "CaptureChild"
+/* main domain */
+#define LOG_DOMAIN_MAIN "Main"
/* enable very verbose capture log debug output */
/*#define LOG_CAPTURE_VERBOSE*/