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