Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-http.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: obiot@xxxxxxxxxxxx (Olivier Biot)
Date: Sat, 8 May 2004 05:28:48 -0500 (CDT)
obiot       2004/05/08 05:28:48 CDT

  Modified files:
    .                    packet-http.c 
  Log:
  Fix a tvb_free() of a tvbuffer created as a tvb_new_subset(), which caused
  double freeing of memory. Add a comment at the tvb_new_subset() call so
  future developers will be warned.
  
  Always add the compressed entity as an item in the protocol tree, so it can
  be exported by selecting the packet bytes.
  
  Revision  Changes    Path
  1.105     +18 -16    ethereal/packet-http.c