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 41656: /trunk/ /trunk/doc/: rawshark.pod tshark.pod wire

Date: Mon, 19 Mar 2012 02:00:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41656

User: morriss
Date: 2012/03/18 07:00 PM

Log:
 Add a new environment variable (WIRESHARK_ABORT_ON_OUT_OF_MEMORY) that
 prevents OutOfMemory exceptions from being thrown.  This makes it easier
 to debug such conditions.
 
 Set this variable in test-fuzzed-cap.sh but not in fuzz-test.sh; it's nice
 to see the friendly out-of-memory error message in the bug reports the
 latter script generates.

Directory: /trunk/doc/
  Changes    Path                      Action
  +10 -3     rawshark.pod              Modified
  +10 -3     tshark.pod                Modified
  +10 -3     wireshark.pod.template    Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +8 -2      emem.c        Modified

Directory: /trunk/tools/
  Changes    Path                  Action
  +3 -0      test-fuzzed-cap.sh    Modified