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 00:36:11 -0500 (CDT)
guy         2003/04/12 00:36:10 CDT

  Modified files:
    .                    packet-ipx.c 
  Log:
  You can't put an FT_FRAMENUM into the tree with a length of -1, so, for
  a retransmitted SPX frame, just put the number of the original frame in
  as an item not referring to any data (offset and length of 0), and, if
  there is any remaining data, put it into the tree as a separate item.
  
  Revision  Changes    Path
  1.127     +7 -2      ethereal/packet-ipx.c