Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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