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 23:02:23 -0500 (CDT)
guy         2001/07/15 23:02:22 CDT

  Modified files:
    .                    packet-ssl.c 
  Log:
  Put back the protocol tree fields for items with subtrees - but as
  FT_NONE, not FT_STRING, as they have no value assigned to them.
  
  Don't use "hf_ssl_handshake_certificate" both for the collection of all
  certificates and for individual certificates, add a new
  "hf_ssl_handshake_certificates" FT_NONE field for the collection of all
  certificates, as is done for other collections.
  
  Properly pluralize the "N specs" in the item for the collection of
  cipher specs.
  
  Properly label the second "ssl.record" as "SSLv2 record data", not
  "Length of SSLv2 record data".
  
  Fix a typo in the field name of the field for the length of the
  collection of certificates.
  
  Revision  Changes    Path
  1.4       +75 -34    ethereal/packet-ssl.c