Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal Makefile.am packet-icmpv6.c packet-ip.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 20 Apr 2000 02:06:09 -0500 (CDT)
guy         2000/04/20 02:06:06 CDT

  Modified files:
    .                    Makefile.am packet-icmpv6.c packet-ip.c 
                         packet-ip.h packet-ipsec.c packet-ipsec.h 
                         packet-ipv6.c packet-pim.c packet-tcp.c 
                         packet-tcp.h packet-udp.c packet-udp.h 
  Removed files:
    .                    packet-icmpv6.h packet-pim.h 
  Log:
  Have the IPv6 dissector use the same dissector table as the IPv4
  dissector.
  
  Don't dissect the payload of any fragmented IPv6 packet unless it's the
  initial fragment (that's what we do for IPv4).
  
  Revision  Changes    Path
  1.191     +1 -3      ethereal/Makefile.am
  1.15      +10 -2     ethereal/packet-icmpv6.c
  1.83      +15 -33    ethereal/packet-ip.c
  1.12      +4 -1      ethereal/packet-ip.h
  1.14      +3 -3      ethereal/packet-ipsec.c
  1.2       +1 -3      ethereal/packet-ipsec.h
  1.35      +29 -64    ethereal/packet-ipv6.c
  1.12      +2 -2      ethereal/packet-pim.c
  1.72      +2 -2      ethereal/packet-tcp.c
  1.4       +1 -3      ethereal/packet-tcp.h
  1.69      +2 -2      ethereal/packet-udp.c
  1.3       +1 -3      ethereal/packet-udp.h