Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ipsec-udp.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Fri, 8 Aug 2003 18:06:47 -0500 (CDT)
guy         2003/08/08 18:06:47 CDT

  Modified files:
    .                    packet-ipsec-udp.c 
  Log:
  Handle NAT-keepalive packets.
  
  Clear the Info column before dissecting.
  
  Use "proto_tree_add_item()" to create the top-level entry - the string
  used in the "proto_tree_add_protocol_format()" call was the protocol's
  long name, so "proto_tree_add_item()" would use it.
  
  Don't register the dissector by name - nobody uses it.
  
  Revision  Changes    Path
  1.2       +18 -12    ethereal/packet-ipsec-udp.c