Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-x25.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: Tue, 4 Mar 2003 23:20:39 -0600 (CST)
guy         2003/03/04 23:20:39 CST

  Modified files:
    .                    packet-x25.c 
  Log:
  Distinguish between the two directions of X.25 traffic when doing
  reassembly - don't reassemble packets from different directions into a
  single packet.
  
  We don't need to check whether we have enough data for reassembly -
  "fragment_add_seq_next()" does that for us.
  
  If we're doing reassembly, show the user data of packets with the M bit
  set as "User data".
  
  Revision  Changes    Path
  1.83      +48 -8     ethereal/packet-x25.c