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 19:12:18 -0600 (CST)
guy         2003/03/04 19:12:18 CST

  Modified files:
    .                    packet-x25.c 
  Log:
  When reassembling, test the correct M bit based on whether it's mod-8 or
  mod-128.
  
  Don't reassemble if we don't have all the payload (e.g., if we have a
  short frame).
  
  Clean up indentation.
  
  Remove the "_x25" at the end of the preference for reassembling X.25
  packets - it already has "x25." at the beginning.
  
  Add a bunch of #defines for various bits to be tested, and use them.
  
  Revision  Changes    Path
  1.82      +47 -32    ethereal/packet-x25.c