Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-http.h Makefile.am packet-http.c pack

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: Thu, 11 Jan 2001 00:30:55 -0600 (CST)
guy         2001/01/11 00:30:55 CST

  Modified files:
    .                    Makefile.am packet-http.c packet-ipp.c 
  Added files:
    .                    packet-http.h 
  Log:
  Provide a way by which protocols that run atop HTTP, such as IPP, can
  register their port as being for XXX-over-HTTP; the HTTP dissector
  registers that port in the "tcp.port" table as an HTTP port, and
  registers it in its *own* table with the dissector and protocol provided
  to it.
  
  Parse the HTTP MIME headers regardless of whether we're building a
  protocol tree or not; we have to do so in order to find the offset of
  the payload, to hand to an XXX-over-HTTP dissector.
  
  Revision  Changes    Path
  1.272     +2 -1      ethereal/Makefile.am
  1.36      +123 -125  ethereal/packet-http.c
  1.22      +8 -6      ethereal/packet-ipp.c