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 29330: /trunk/tools/ /trunk/tools/: fuzz-test.sh

Date: Fri, 07 Aug 2009 22:36:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29330

User: wmeier
Date: 2009/08/07 03:36 PM

Log:
 fuzz-test: Fix/change WIRESHARK_ABORT_ON_DISSECTOR_BUG handling:
 1. If enabled: the variable must be exported to the env to take effect;
 2. Upon reflection: disable this feature:
    tshark has been changed to output WARNING messages to stderr as a
     default; This means that DISSECTOR_BUGs and failed DISSECTOR_ASSERTs
      which cause WARNING log level messages will thus be output to stderr and 
      thus will be detected by the fuzz-test.

Directory: /trunk/tools/
  Changes    Path            Action
  +5 -2      fuzz-test.sh    Modified