Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-gprs-ns.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Tue, 9 Sep 2003 03:53:48 -0500 (CDT)
guy         2003/09/09 03:53:48 CDT

  Modified files:
    .                    packet-gprs-ns.c 
  Log:
  Don't use "match_strval()" unless you know the value is going to match
  or you are prepared to handle a null pointer return value; use
  "val_to_str()" if you want an "Unknown (XXX)" string if the value is
  unknown.
  
  Revision  Changes    Path
  1.4       +5 -3      ethereal/packet-gprs-ns.c