ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 42930: /trunk/ /trunk/epan/: prefs.c /trunk/test/: suite

Date: Wed, 30 May 2012 21:42:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42930

User: gerald
Date: 2012/05/30 02:42 PM

Log:
 In recent versions of GLib (test with 2.32) g_log_default_handler
 helpfully ignores G_LOG_LEVEL_INFO and G_LOG_LEVEL_DEBUG messages by
 default. If the console_log_level preference includes either of those
 two levels set the G_MESSAGES_DEBUG environment variable so that those
 messages are printed.
 
 Add checks for various console log messages to the stdin capture suite.
 
 Fixes bug 7265.

Directory: /trunk/epan/
  Changes    Path          Action
  +7 -0      prefs.c       Modified

Directory: /trunk/test/
  Changes    Path                Action
  +30 -4     suite-capture.sh    Modified