Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-arp.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: Fri, 30 Jul 1999 00:42:30 -0500 (CDT)
guy         1999/07/30 00:42:27 CDT

  Modified files:
    .                    packet-arp.c 
  Log:
  The protocol tree field created for a protocol itself is of type
  FT_NONE, so the first argument in the variable-length portion of the
  argument list to the "proto_tree_add_item()" or
  "proto_tree_add_item_format()" call to add the top-level protocol tree
  item for a protocol has to be a null pointer.
  
  Revision  Changes    Path
  1.16      +5 -5      ethereal/packet-arp.c