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: Wed, 27 Mar 2002 01:41:21 -0600 (CST)
guy         2002/03/27 01:41:20 CST

  Modified files:
    .                    packet-eap.c 
  Log:
  From Adam Sulmicki: EAP-TLS reassembly.
  
  (Modified not to use global variables for state, but to keep state in
  the conversation, to use "fragment_add_seq()", and to make the protocol
  tree entries for the fragment list refer to the reassembled data and to
  make the entries for items in that list refer to the part that item
  contributed to that data.)
  
  Revision  Changes    Path
  1.22      +353 -47   ethereal/packet-eap.c