Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ipx.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: Sat, 20 Oct 2001 13:10:40 -0500 (CDT)
guy         2001/10/20 13:10:40 CDT

  Modified files:
    .                    packet-ipx.c 
  Log:
  Use "val_to_str()", rather than "match_strval()", in "socket_text()".
  
  Make the source and destination socket fields enumerated types, so we
  don't have to use "proto_tree_add_uint_format()" on them, and so that
  you can match on them by service name.
  
  Use lower-case letters when formatting the hex value of sockets; that's
  what's done with fields not added with "proto_tree_add_XXX_format".
  
  Revision  Changes    Path
  1.90      +11 -19    ethereal/packet-ipx.c