Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan packet_info.c packet_info.h

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: Fri, 3 Aug 2001 23:04:36 -0500 (CDT)
guy         2001/08/03 23:04:36 CDT

  Modified files:
    epan                 packet_info.c packet_info.h 
  Log:
  Replace the protocol-specific data in the "packet_info" structure with a
  "void *" that a dissector can set to point to such a structure; that
  means that the stuff in the epan directory doesn't have to know anything
  about the protocol-specific private data one dissector passes to
  another, and that structure doesn't have to be changed if a dissector
  wants to pass some new type of data to another dissector.
  
  Revision  Changes    Path
  1.2       +3 -4      ethereal/epan/packet_info.c
  1.5       +2 -10     ethereal/epan/packet_info.h