Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal Makefile.am packet-http.c packet-ipp.c packe

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: Wed, 15 Nov 2000 02:27:15 -0600 (CST)
guy         2000/11/15 02:27:15 CST

  Modified files:
    .                    Makefile.am packet-http.c packet-ipp.c 
  Removed files:
    .                    packet-ipp.h 
  Log:
  Tvbuffify the IPP dissector, and have it register itself rather than
  being a global function.
  
  The HTTP dissector should set "pinfo->current_proto" to HTTP even if we
  consider the packet to be IPP, so that if we run past the end of a
  tvbuff while dissecting HTTP stuff it's reported as a problem with HTTP,
  not IPP.
  
  Revision  Changes    Path
  1.247     +1 -2      ethereal/Makefile.am
  1.27      +10 -10    ethereal/packet-http.c
  1.15      +96 -99    ethereal/packet-ipp.c