Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc-lsa.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, 27 Aug 2002 14:02:53 -0500 (CDT)
guy         2002/08/27 14:02:52 CDT

  Modified files:
    .                    packet-dcerpc-lsa.c 
  Log:
  "lsa.key" is a Unicode string, and is ultimately put into the protocol
  tree with "proto_tree_add_string()", so it has to have the type
  FT_STRING, not FT_BYTES.
  
  Revision  Changes    Path
  1.57      +2 -2      ethereal/packet-dcerpc-lsa.c