Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ssl.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: Sun, 15 Jul 2001 20:38:35 -0500 (CDT)
guy         2001/07/15 20:38:35 CDT

  Modified files:
    .                    packet-ssl.c 
  Log:
  Put various length fields into the protocol tree.
  
  Opaque fields should be FT_BYTES, not FT_STRING; FT_STRING is for text
  strings.
  
  Don't supply a null value when putting an FT_BYTES field into the tree;
  supply a pointer to the actual bytes.
  
  For items with subtrees, use "proto_tree_add_text()" if the actual value
  of all the stuff under the subtree, treated as a big array of bytes,
  isn't interesting (e.g., if the individual items are put into the
  protocol tree).  Also, make the items with subtrees refer to the same
  data as all the items under them.
  
  Revision  Changes    Path
  1.3       +98 -92    ethereal/packet-ssl.c