mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07:04 +00:00
Merge pull request #35 from mattslot/master
Add renegotiation_info extension
This commit is contained in:
commit
c3563374d9
1 changed files with 5 additions and 0 deletions
|
@ -2655,6 +2655,11 @@ decoder extension_decoder[] = {
|
|||
"next_protocol_negotiation",
|
||||
decode_extension
|
||||
},
|
||||
{
|
||||
0xff01,
|
||||
"renegotiation_info",
|
||||
decode_extension
|
||||
},
|
||||
|
||||
{-1}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue