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 17:33:21 -0500 (CDT)
guy         2003/04/09 17:33:20 CDT

  Modified files:
    .                    packet-ipx.c packet-ipx.h packet-ndps.c 
  Log:
  Make the individual flag bits in the Connection Control field of the SPX
  header be filterable fields.
  
  Don't hand retransmitted SPX frames to subdissectors - just show the
  payload as a retransmission of the original frame.
  
  Instead of handing a retransmission indicator to SPX subdissectors, hand
  them a structure containing the datastream type (under the assumption
  that it's data for the protocol running atop SPX, and that the dissector
  for that protocol might use it) and the state of the end-of-message bit
  (under the assumption that it's data for the protocol running atop SPX).
  
  Revision  Changes    Path
  1.126     +102 -37   ethereal/packet-ipx.c
  1.27      +6 -5      ethereal/packet-ipx.h
  1.19      +2 -11     ethereal/packet-ndps.c