Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-http.c req_resp_hdrs.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: Wed, 24 Dec 2003 03:50:54 -0600 (CST)
guy         2003/12/24 03:50:54 CST

  Modified files:
    .                    packet-http.c req_resp_hdrs.c 
  Log:
  In the loop that processes lines in HTTP requests and replies, loop as
  long as there's reported data, don't just loop through the data in the
  tvbuff.
  
  Fix some problems with short frames.
  
  Revision  Changes    Path
  1.82      +11 -5     ethereal/packet-http.c
  1.2       +29 -8     ethereal/req_resp_hdrs.c