http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21373
User: richardv
Date: 2007/04/10 06:40 PM
Log:
From Sake Blok:
- changed dissect_ssl2_hnd_client_hello to use hf_ssl_handshake_version instead
of hf_ssl_record_version. SSLv2 client hello's did not display when the filter
ssl.handshake.version == 0x0002 was used, only SSLv2 server hello's were
displayed. Now they are both displayed
- Added generated hf_ssl_record_version to SSLv2 handshake. Since the SSLv2
does not include a record layer version field (unlike SSLv3), this field is
generated so that all packets with a SSLv2 record layer can be filtered out.
[this is actually what bug 1503 was all about]
Directory: /trunk/epan/dissectors/
Changes Path Action
+23 -2 packet-ssl.c Modified