Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan packet.c packet.h plugins.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: Sat, 13 Jan 2001 00:34:35 -0600 (CST)
guy         2001/01/13 00:34:34 CST

  Modified files:
    epan                 packet.c packet.h plugins.c 
  Log:
  Tvbuffify the PIM dissector.
  
  It was the last dissector that used "old_call_dissector()", and
  tvbuffifying it got rid of that, so get rid of "old_call_dissector()".
  
  Revision  Changes    Path
  1.18      +1 -39     ethereal/epan/packet.c
  1.19      +1 -3      ethereal/epan/packet.h
  1.18      +1 -2      ethereal/epan/plugins.c