1
0
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:
henri
2014-04-08 13:21:31 +00:00
parent 162a30b3cf
commit df4f3e77b8

View File

@@ -30,7 +30,8 @@ TLS_CONTENTTYPE_REGISTRY = {
["change_cipher_spec"] = 20,
["alert"] = 21,
["handshake"] = 22,
["application_data"] = 23
["application_data"] = 23,
["heartbeat"] = 24
}
--