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

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Ed Warnicke <hagbard@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 25 Nov 2001 23:41:14 -0600 (CST)
hagbard     2001/11/25 23:41:14 CST

  Modified files:
    epan                 packet.c packet.h plugins.c proto.h 
  Log:
  This should be the final bit of removing the dissect_data symbol
  from being required by anyone other than packet-data.c.
  It can now be accessed with call_dissector() with the name "data".
  dissect_data is now also of dissect_t.
  
  Revision  Changes    Path
  1.42      +6 -2      ethereal/epan/packet.c
  1.41      +1 -4      ethereal/epan/packet.h
  1.42      +1 -3      ethereal/epan/plugins.c
  1.22      +1 -9      ethereal/epan/proto.h