Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-eap.c packet-eapol.c packet-ip.c pack

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: Sat, 16 Feb 2002 18:51:21 -0600 (CST)
guy         2002/02/16 18:51:20 CST

  Modified files:
    .                    packet-eap.c packet-eapol.c packet-ip.c 
                         packet-ipv6.c packet-ipx.c 
                         packet-snaeth.c 
  Log:
  With the tvbuffication of all dissectors, the "packet_info" structure no
  longer contains length fields, so there's no need to pass a "packet_info
  *" argument to "set_actual_length()".
  
  Revision  Changes    Path
  1.7       +2 -2      ethereal/packet-eap.c
  1.6       +2 -2      ethereal/packet-eapol.c
  1.161     +2 -2      ethereal/packet-ip.c
  1.76      +2 -2      ethereal/packet-ipv6.c
  1.102     +2 -2      ethereal/packet-ipx.c
  1.2       +2 -2      ethereal/packet-snaeth.c