From 9f3a5e5210a50fc94281f763a43c1f76257362e8 Mon Sep 17 00:00:00 2001 From: jah Date: Tue, 2 Dec 2008 18:30:05 +0000 Subject: [PATCH] Fix the closure of a multiline comment which is not strictly legal http://www.lua.org/pil/1.3.html, but only impacts syntax highlighting and not script execution. --- scripts/sniffer-detect.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sniffer-detect.nse b/scripts/sniffer-detect.nse index a44a8f184..2761cda9e 100644 --- a/scripts/sniffer-detect.nse +++ b/scripts/sniffer-detect.nse @@ -32,7 +32,7 @@ function bintohex(str) end return b end -]]-- +--]] callback = function(packetsz, layer2, layer3) return string.sub(layer2, 0, 12)