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 Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 21 Nov 2000 16:40:40 -0600 (CST)
guy         2000/11/21 16:40:40 CST

  Modified files:
    .                    packet-http.c 
  Log:
  Initialize "http_type" to HTTP_OTHERS before calling
  "is_http_request_or_reply()", so that if "is_http_request_or_reply()"
  decides the line is part of a request or a response it'll set "*type"
  (which it does only if "*type" is HTTP_OTHERS).
  
  Revision  Changes    Path
  1.30      +3 -1      ethereal/packet-http.c