From Peter Wu
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Mon, 18 Nov 2013 20:26:46 +0000 (20:26 -0000)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Mon, 18 Nov 2013 20:26:46 +0000 (20:26 -0000)
commit954584d31bb8c1d7dad76672c0385eba091879b6
treefa0715d4a8f3d6ab08178bd511e987912095d4f8
parent22f57a900ba2ff37f38a7683efafcd222a0d071e
From Peter Wu

Add TLS StatusRequest (RFC6066) ClientHello extension recognition

Only empty Responder ID lists and empty Request Extensions are
implemented. I could not really find existing clients or servers that
populate these.

This status_request extension has a different signature for a
ClientHello and ServerHello, in the latter the extension_data field
must be empty. Therefore an additional parameter is added to
dissect_ssl3_hnd_hello_ext.

From me :
Fix typo

svn path=/trunk/; revision=53415
epan/dissectors/packet-ssl-utils.c
epan/dissectors/packet-ssl-utils.h
epan/dissectors/packet-ssl.c