Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-ipp.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: Mon, 6 Mar 2000 13:41:12 -0600 (CST)
guy         2000/03/06 13:41:09 CST

  Modified files:
    .                    packet-ipp.c 
  Log:
  Fix a call to "proto_tree_add_text()", and declare "name_length" in such
  a fashion as not to cause GCC to whine about format/argument mismatches
  if "proto.h" is tweaked to declare "proto_tree_add_text()" with an
  "__attribute__((format (printf, ...))" clause.
  
  Revision  Changes    Path
  1.5       +13 -13    ethereal/packet-ipp.c