1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 12:19:02 +00:00

Replace some string.char and bin.pack calls with literals

This commit is contained in:
dmiller
2015-02-27 19:42:56 +00:00
parent 204d37e4d7
commit 0e74dd7a35
37 changed files with 85 additions and 97 deletions

View File

@@ -231,7 +231,7 @@ KRB5 = {
data = bin.pack(">I", kdc_options) .. data
-- add padding
data = bin.pack("C", 0) .. data
data = '\0' .. data
-- hmm, wonder what this is
data = bin.pack("H", "A0070305") .. data