Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-clnp.c packet-gtp.c packet-ip.c packe

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: Wed, 21 Nov 2001 15:37:28 -0600 (CST)
guy         2001/11/21 15:37:27 CST

  Modified files:
    .                    packet-clnp.c packet-gtp.c packet-ip.c 
                         packet-ipv6.c packet-tcp.c packet-wcp.c 
  Log:
  If we have to worry about subdissectors changing the "packet_info"
  structure, we may have to worry about it in more places than the places
  that *used* to set "pi.len" and "pi.captured_len", so there's no point
  in just saving and restoring it there.  We'll remove those
  saves/restores, and worry about saves and restores when we find a
  problem.
  
  Revision  Changes    Path
  1.39      +1 -10     ethereal/packet-clnp.c
  1.17      +1 -11     ethereal/packet-gtp.c
  1.147     +1 -15     ethereal/packet-ip.c
  1.67      +1 -9      ethereal/packet-ipv6.c
  1.116     +1 -16     ethereal/packet-tcp.c
  1.14      +1 -12     ethereal/packet-wcp.c