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: guy@xxxxxxxxxxxx (Guy Harris)
Date: Tue, 4 May 2004 02:12:03 -0500 (CDT)
guy         2004/05/04 02:12:03 CDT

  Modified files:
    .                    packet-http.c 
  Log:
  Chunked data reassembly *is* done in "req_resp_hdrs_do_reassembly()".
  
  That means that the description of the "desegment HTTP bodies"
  preference setting shouldn't speak of it causing the dissector to trust
  the content length (which makes it somewhat long anyway), as it also
  desegments chunked bodies that lack a Content-Length header; expand the
  tooltip for the preference to speak of that.
  
  Revision  Changes    Path
  1.102     +5 -12     ethereal/packet-http.c