Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-wsp.c

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

From: Gerald Combs <gerald@xxxxxxxxxxxxxxxxx>
Date: Wed, 12 Nov 2003 23:08:59 -0600 (CST)
gerald      2003/11/12 23:08:59 CST

  Modified files:
    .                    packet-wsp.c 
  Log:
  We can't pass NULLs to proto_tree_add_text().  Replace a bunch of occurrences
  of match_strval() with val_to_str() so that we don't throw an assertion.
  
  These changes fix a problem with a file from Martin Dubovsky; otherwise
  they haven't been heavily tested.
  
  Revision  Changes    Path
  1.85      +23 -14    ethereal/packet-wsp.c