Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-radius.c packet-giop.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: Tue, 16 Jan 2001 17:35:59 -0600 (CST)
guy         2001/01/16 17:35:58 CST

  Modified files:
    .                    packet-radius.c packet-giop.c 
  Log:
  Do not use "match_strval()" unless you're prepared to check whether it
  returns NULL and do something appropriate if it does so; instead, use
  "val_to_str()", and let *it* worry about the value passed to it not
  having a corresponding string.
  
  Revision  Changes    Path
  1.23      +3 -3      ethereal/packet-radius.c
  1.29      +7 -7      ethereal/packet-giop.c