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: Thu, 15 Nov 2001 04:58:50 -0600 (CST)
guy         2001/11/15 04:58:50 CST

  Modified files:
    .                    packet-clnp.c packet-gtp.c packet-ip.c 
                         packet-ipv6.c packet-tcp.c packet-wcp.c 
  Log:
  Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"
  structure, the check for a null tvbuff pointer in "alloc_field_info()",
  and the "tvb_create_from_top()" macro; they're no longer needed, as
  there's no non-tvbuffified dissector code remaining.
  
  Revision  Changes    Path
  1.37      +1 -2      ethereal/packet-clnp.c
  1.14      +1 -2      ethereal/packet-gtp.c
  1.144     +1 -2      ethereal/packet-ip.c
  1.65      +1 -2      ethereal/packet-ipv6.c
  1.114     +1 -2      ethereal/packet-tcp.c
  1.12      +1 -2      ethereal/packet-wcp.c