Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-eap.c packet-radius.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: Mon, 25 Feb 2002 18:51:42 -0600 (CST)
guy         2002/02/25 18:51:41 CST

  Modified files:
    .                    packet-eap.c packet-radius.c 
  Log:
  Just put a full EAP tree under the EAP-message TLV; we will eventually
  use that tree to stick fragment information when we reassemble
  EAP-message fragments.
  
  Fix up some "tvb_new_subset()" calls to set the actual length to the
  minimum of the data left in the tvbuff and the length of the subset.
  
  Revision  Changes    Path
  1.14      +22 -40    ethereal/packet-eap.c
  1.48      +24 -18    ethereal/packet-radius.c