Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-eap.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: Thu, 28 Mar 2002 03:51:18 -0600 (CST)
guy         2002/03/28 03:51:18 CST

  Modified files:
    .                    packet-eap.c 
  Log:
  Fix a typo.
  
  Don't use the EAP ID of the first fragment as the reassembly key; that
  might not work if EAP IDs are reused.  Use the frame number of the frame
  containing the first fragment, instead.
  
  Revision  Changes    Path
  1.24      +53 -39    ethereal/packet-eap.c