mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 03:19:02 +00:00
Added TLS heartbeat Content Type, which everyone is needing today
This commit is contained in:
@@ -30,7 +30,8 @@ TLS_CONTENTTYPE_REGISTRY = {
|
||||
["change_cipher_spec"] = 20,
|
||||
["alert"] = 21,
|
||||
["handshake"] = 22,
|
||||
["application_data"] = 23
|
||||
["application_data"] = 23,
|
||||
["heartbeat"] = 24
|
||||
}
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user