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 21034: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 16 Mar 2007 00:47:27 GMT
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