From df4f3e77b842df47636bb4867c8afd3e3b9f8be5 Mon Sep 17 00:00:00 2001 From: henri Date: Tue, 8 Apr 2014 13:21:31 +0000 Subject: [PATCH] Added TLS heartbeat Content Type, which everyone is needing today --- nselib/tls.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nselib/tls.lua b/nselib/tls.lua index 208a2ecdc..8f65223cc 100644 --- a/nselib/tls.lua +++ b/nselib/tls.lua @@ -30,7 +30,8 @@ TLS_CONTENTTYPE_REGISTRY = { ["change_cipher_spec"] = 20, ["alert"] = 21, ["handshake"] = 22, - ["application_data"] = 23 + ["application_data"] = 23, + ["heartbeat"] = 24 } --