Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal AUTHORS packet-icmpv6.c packet-ipsec.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: Sun, 22 Apr 2001 22:37:33 -0500 (CDT)
guy         2001/04/22 22:37:33 CDT

  Modified files:
    .                    AUTHORS packet-icmpv6.c packet-ipsec.c 
                         packet-ipsec.h packet-ipv6.c 
                         packet-ipv6.h packet-pim.c 
  Log:
  Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixes
  and an update to draft 7 of ICMPv6 name lookups, from Heikki Vatiainen.
  
  Fix some formats in the ICMPv6 dissector to use %u, rather than %d, for
  unsigned quantities.
  
  Show various type and code values in ICMPv6 as decimal, not hexadecimal
  (they're decimal in the RFCs).
  
  Revision  Changes    Path
  1.223     +1 -0      ethereal/AUTHORS
  1.39      +314 -282  ethereal/packet-icmpv6.c
  1.29      +2 -18     ethereal/packet-ipsec.c
  1.6       +3 -2      ethereal/packet-ipsec.h
  1.55      +134 -109  ethereal/packet-ipv6.c
  1.20      +2 -2      ethereal/packet-ipv6.h
  1.25      +3 -6      ethereal/packet-pim.c