Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-afs.c packet-rx.c packet-rx.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:34 -0500 (CDT)
guy         2001/08/03 23:04:34 CDT

  Modified files:
    .                    packet-afs.c packet-rx.c packet-rx.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.33      +65 -64    ethereal/packet-afs.c
  1.24      +10 -8     ethereal/packet-rx.c
  1.6       +16 -4     ethereal/packet-rx.h