Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ipx.c packet-ipx.h packet-ndps.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: Wed, 9 Apr 2003 15:45:06 -0500 (CDT)
guy         2003/04/09 15:45:06 CDT

  Modified files:
    .                    packet-ipx.c packet-ipx.h packet-ndps.c 
  Log:
  Instead of using passing the SPX hash value to subdissectors, attach to
  frames that are retransmissions a data structure containing the frame
  number of the original frame, and pass that to subdissectors (or, if not
  present, pass NULL).
  
  That means we can free the hash values when we're done with the first
  pass through the packets.
  
  Revision  Changes    Path
  1.125     +109 -62   ethereal/packet-ipx.c
  1.26      +3 -9      ethereal/packet-ipx.h
  1.18      +3 -3      ethereal/packet-ndps.c