http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36774
User: guy
Date: 2011/04/21 10:51 AM
Log:
In file_wrappers.c, explicitly set err_info to null for all errors that
don't have an "additional information" string.
Get rid of WTAP_ERR_ZLIB; just report an internal error with
WTAP_ERR_INTERNAL instead. (If they start happening, we can think about
supplying an "additional information" string for compression errors on
output.)
Directory: /trunk/wiretap/
Changes Path Action
+17 -2 file_wrappers.c Modified
+2 -9 wtap.c Modified
+2 -11 wtap.h Modified