Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-bxxp.c packet-hsrp.c packet-ldp.c pac

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: Sat, 2 Dec 2000 02:41:09 -0600 (CST)
guy         2000/12/02 02:41:09 CST

  Modified files:
    .                    packet-bxxp.c packet-hsrp.c packet-ldp.c 
                         packet-null.c packet-quake.c 
                         packet-tftp.c packet-wsp.c packet-wtp.c 
                         packet-zebra.c 
  Log:
  Some tvbuffified dissectors weren't setting "pinfo->current_proto", so
  that if they threw an exception, the wrong protocol would be blamed.
  Add the missing assignments.
  
  Clean up the extraction of the null-encapsulation header.
  
  Revision  Changes    Path
  1.12      +3 -1      ethereal/packet-bxxp.c
  1.12      +3 -1      ethereal/packet-hsrp.c
  1.6       +3 -1      ethereal/packet-ldp.c
  1.36      +4 -2      ethereal/packet-null.c
  1.10      +3 -1      ethereal/packet-quake.c
  1.19      +3 -1      ethereal/packet-tftp.c
  1.5       +3 -1      ethereal/packet-wsp.c
  1.5       +3 -1      ethereal/packet-wtp.c
  1.5       +3 -1      ethereal/packet-zebra.c