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: Fri, 22 Mar 2002 05:42:00 -0600 (CST)
guy         2002/03/22 05:42:00 CST

  Modified files:
    .                    packet-eap.c packet-radius.c 
  Log:
  Attach to all frames containing LEAP messages an indication of the state
  of the LEAP negotiation, so we can properly dissect the LEAP message
  after the first pass through the packets.
  
  For that to be computed correctly, EAP frames have to be dissected on
  the first pass through the capture file, even if the protocol tree isn't
  being generated; that means that RADIUS AVPs need to be dissected even
  if the protocol tree isn't being generated.
  
  Revision  Changes    Path
  1.20      +140 -72   ethereal/packet-eap.c
  1.51      +39 -37    ethereal/packet-radius.c