Wireshark-commits: [Wireshark-commits] rev 36748: /trunk/ /trunk/: capinfos.c capture_info.c file.c
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36748
User: guy
Date: 2011/04/21 02:41 AM
Log:
Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discovered
by the gunzipping code. Have it also supply a err_info string, and
report it. Have file_error() supply an err_info string.
Put "the file" - or, for WTAP_ERR_DECOMPRESS, "the compressed file", to
suggest a decompression error - into the rawshark and tshark errors,
along the lines of what other programs print.
Fix a case in the Netscaler code where we weren't fetching the error
code on a read failure.
Directory: /trunk/
Changes Path Action
+1 -0 capinfos.c Modified
+8 -0 capture_info.c Modified
+23 -0 file.c Modified
+10 -5 rawshark.c Modified
+19 -5 tshark.c Modified
Directory: /trunk/wiretap/
Changes Path Action
+14 -13 5views.c Modified
+22 -17 airopeek9.c Modified
+6 -6 ascendtext.c Modified
+5 -5 ber.c Modified
+13 -11 btsnoop.c Modified
+14 -13 commview.c Modified
(40 files not shown)