Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-isis-clv.c packet-nlsp.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, 2 Apr 2003 02:31:38 -0600 (CST)
guy         2003/04/02 02:31:38 CST

  Modified files:
    .                    packet-isis-clv.c packet-nlsp.c 
  Log:
  "proto_tree_add_text()" takes printf-style arguments; there's no need to
  use snprintf to format a string into a buffer and then supply that
  string to "proto_tree_add_text()".
  
  Revision  Changes    Path
  1.24      +5 -8      ethereal/packet-isis-clv.c
  1.4       +5 -8      ethereal/packet-nlsp.c