Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan packet.c packet.h plugins.c proto.c pro

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: Sun, 2 Dec 2001 22:00:19 -0600 (CST)
guy         2001/12/02 22:00:18 CST

  Modified files:
    epan                 packet.c packet.h plugins.c proto.c 
                         proto.h 
  Log:
  Make "dissector_add()", "dissector_delete()", and "dissector_change()"
  take a dissector handle as an argument, rather than a pointer to a
  dissector function and a protocol ID.  Associate dissector handles with
  dissector table entries.
  
  Revision  Changes    Path
  1.48      +62 -71    ethereal/epan/packet.c
  1.43      +15 -14    ethereal/epan/packet.h
  1.43      +2 -1      ethereal/epan/plugins.c
  1.46      +1 -29     ethereal/epan/proto.c
  1.23      +1 -4      ethereal/epan/proto.h