Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ipx.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: Sat, 12 Apr 2003 02:35:54 -0500 (CDT)
guy         2003/04/12 02:35:53 CDT

  Modified files:
    .                    packet-ipx.c 
  Log:
  An SPX packet is not a retransmission of an earlier packet unless the
  two packets have the same sequence number; use the sequence number in
  the hash key.
  
  The sequence number is not incremented for system packets, and system
  packets probably don't get ACKed and thus presumably don't get
  retransmitted, so don't do retransmission checks for system packets.
  
  Revision  Changes    Path
  1.128     +92 -59    ethereal/packet-ipx.c