mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Added TLS heartbeat Content Type, which everyone is needing today
This commit is contained in:
parent
162a30b3cf
commit
df4f3e77b8
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ TLS_CONTENTTYPE_REGISTRY = {
|
|||
["change_cipher_spec"] = 20,
|
||||
["alert"] = 21,
|
||||
["handshake"] = 22,
|
||||
["application_data"] = 23
|
||||
["application_data"] = 23,
|
||||
["heartbeat"] = 24
|
||||
}
|
||||
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue