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: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 16 Jan 2001 17:02:21 -0600 (CST)
guy         2001/01/16 17:02:21 CST

  Modified files:
    .                    packet-wsp.c 
  Log:
  The PDU type of a WSP packet is presumably not signed, so assign it to a
  "guint8", not a "char".
  
  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.10      +3 -3      ethereal/packet-wsp.c