Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ip.c packet-udp.c packet-tcp.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: Wed, 28 Mar 2001 15:33:32 -0600 (CST)
guy         2001/03/28 15:33:32 CST

  Modified files:
    .                    packet-ip.c packet-udp.c packet-tcp.c 
  Log:
  Use "proto_tree_add_boolean_hidden()", not
  "proto_tree_add_item_hidden()", to add the "checksum bad" flags to
  packets; the value should be "TRUE", not the numerical value of the
  checksum field.
  
  Revision  Changes    Path
  1.129     +3 -3      ethereal/packet-ip.c
  1.89      +2 -2      ethereal/packet-udp.c
  1.101     +2 -2      ethereal/packet-tcp.c