Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal capture.c packet-clnp.c packet-eth.c packet-

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: Tue, 20 Nov 2001 16:29:06 -0600 (CST)
guy         2001/11/20 16:29:06 CST

  Modified files:
    .                    capture.c packet-clnp.c packet-eth.c 
                         packet-gtp.c packet-ip.c packet-ipv6.c 
                         packet-isl.c packet-tcp.c packet-wcp.c 
  Log:
  Get rid of the "len" and "captured_len" members of the "packet_info"
  structure; they're no longer used.
  
  Revision  Changes    Path
  1.159     +1 -13     ethereal/capture.c
  1.38      +4 -13     ethereal/packet-clnp.c
  1.68      +3 -25     ethereal/packet-eth.c
  1.15      +5 -6      ethereal/packet-gtp.c
  1.146     +4 -5      ethereal/packet-ip.c
  1.66      +4 -5      ethereal/packet-ipv6.c
  1.27      +1 -12     ethereal/packet-isl.c
  1.115     +5 -5      ethereal/packet-tcp.c
  1.13      +4 -5      ethereal/packet-wcp.c