Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-eap.c packet-eapol.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 Feb 2002 15:51:19 -0600 (CST)
guy         2002/02/22 15:51:19 CST

  Modified files:
    .                    packet-eap.c packet-eapol.c 
  Log:
  Get rid of an unnecessary "volatile".
  
  Give the type field a value_string array, and use that field when
  putting the type into the protocol tree.
  
  Display the data under the EAPOL tree, as it's part of the EAPOL PDU.
  
  Just use "next_tvb" as the tvbuff for the data; don't create a new one
  that, the different fourth argument to "tvb_new_subset()"
  nonwithstanding, refers to the same data as "next_tvb".
  
  Call the EAP dissector through a handle.
  
  Nobody directly calls the EAP dissector any more, they all call it
  through handles; make it static.
  
  Revision  Changes    Path
  1.10      +2 -2      ethereal/packet-eap.c
  1.7       +20 -19    ethereal/packet-eapol.c