Replace a handful of tabs with spaces.
[obnox/wireshark/wip.git] / log.h
diff --git a/log.h b/log.h
index 56bb60d6f2951a50ae6489d6197039ab24492b54..5e12b33a19e938c95321e3b6939984bfb58d0184 100644 (file)
--- a/log.h
+++ b/log.h
@@ -3,8 +3,8 @@
  *
  * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * 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
 /* 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 */
+/* (might slightly degrade performance) */
 /*#define LOG_CAPTURE_VERBOSE*/