http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21034
User: sfisher
Date: 2007/03/16 12:47 AM
Log:
Fix bug #1394: Runtime error crash after clicking on HTTP packet
The capture file the user supplied had a HTTP chunked response
in it with no actual chunks other than the zero length chunk
indicating the end of the chunks. The fix is to only create
a new_tvb and copy it over the tvb going into the
chunked_encoding_dissector() function if the chunk size is > 0.
Directory: /trunk/epan/dissectors/
Changes Path Action
+7 -3 packet-http.c Modified