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

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: Fri, 25 Oct 2002 18:23:27 -0500 (CDT)
guy         2002/10/25 18:23:27 CDT

  Modified files:
    .                    packet-ip.c packet-ipv6.c 
  Log:
  Count ICMPv6 packets as ICMP when capturing.
  
  Check the next header type - properly handling extension headers - in
  "capture_ipv6()".
  
  Get rid of the count of IPv6 packets - we break that down in
  "capture_ipv6()" now.
  
  Fix a typo.
  
  Revision  Changes    Path
  1.176     +2 -1      ethereal/packet-ip.c
  1.90      +87 -7     ethereal/packet-ipv6.c