Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-icmpv6.c packet-ipv6.c packet-ipv6.h

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: Sun, 22 Apr 2001 22:56:58 -0500 (CDT)
guy         2001/04/22 22:56:58 CDT

  Modified files:
    .                    packet-icmpv6.c packet-ipv6.c 
                         packet-ipv6.h packet-pim.c 
  Log:
  Now that the IPv6 dissector has been tvbuffified, we can register it; do
  so, make it static, and call it only through a handle.
  
  In the ICMPv6 dissector, when we dissect the invoking packet in an
  ICMPv6 error or in a redirected header option, make the columns
  non-writable, so the summary line for the packet shows it as an ICMPv6
  packet, not as the packet included in the ICMPv6 packet.
  
  Revision  Changes    Path
  1.40      +43 -7     ethereal/packet-icmpv6.c
  1.56      +10 -8     ethereal/packet-ipv6.c
  1.21      +1 -3      ethereal/packet-ipv6.h
  1.26      +6 -5      ethereal/packet-pim.c