Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-icmpv6.c packet-ip.c packet-udp.c pac

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: Wed, 28 Feb 2001 13:33:51 -0600 (CST)
guy         2001/02/28 13:33:50 CST

  Modified files:
    .                    packet-icmpv6.c packet-ip.c packet-udp.c 
                         packet-tcp.c 
  Log:
  Add hidden fields for bad checksums to various IP-family protocols.
  
  Initialize the "hf_" value for "icmp.checksum_bad" to -1, the way all
  other "hf_" values are initialized, and declare it and "ip.checksum_bad"
  to have base BASE_NONE, not 4.
  
  Revision  Changes    Path
  1.37      +10 -2     ethereal/packet-icmpv6.c
  1.125     +6 -6      ethereal/packet-ip.c
  1.88      +8 -1      ethereal/packet-udp.c
  1.100     +8 -1      ethereal/packet-tcp.c