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: Sun, 28 Dec 2003 02:39:10 -0600 (CST)
guy         2003/12/28 02:39:10 CST

  Modified files:
    .                    packet-http.c 
  Log:
  If we've seen an HTTP request or response or header line, and the line
  we're looking at looks as if it could be the beginning of a header line
  but stops at the end of the tvbuff before we see the colon for the
  header line, throw an exception rather than treating it as "not HTTP".
  
  Revision  Changes    Path
  1.86      +39 -1     ethereal/packet-http.c