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@xxxxxxxxxxxxxxxxx>
Date: Sat, 19 Jul 2003 02:06:02 -0500 (CDT)
guy         2003/07/19 02:06:01 CDT

  Modified files:
    .                    packet-ssl.c 
  Log:
  Add URLs and RFC numbers for protocol specs.
  
  #define the SSL 3.x message types in decimal, as they're decimal in the
  spec.
  
  #if 0-out some tables that would be used if we dissected some messages.
  
  Move some of the unimplemented SSL 3.x message cases to be in numerical
  order by message type (and appearance in the TLS 1.0 spec).
  
  Revision  Changes    Path
  1.27      +48 -16    ethereal/packet-ssl.c