Bugfix from Robin Seggelmann for Certificate Request messages.

svn path=/trunk/; revision=26475
This commit is contained in:
Michael Tüxen 2008-10-16 10:11:24 +00:00
parent 25cd2bc4d2
commit ebd05a6014
1 changed files with 1 additions and 1 deletions

View File

@ -1179,7 +1179,7 @@ dissect_dtls_handshake(tvbuff_t *tvb, packet_info *pinfo,
break;
case SSL_HND_CERT_REQUEST:
dissect_dtls_hnd_cert_req(sub_tvb, ssl_hand_tree, offset);
dissect_dtls_hnd_cert_req(sub_tvb, ssl_hand_tree, 0);
break;
case SSL_HND_SVR_HELLO_DONE: