1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-11 18:29:03 +00:00
Files
nmap/scripts
batrick 3eba69f9f8 Removed packet.hextobin and packet.bintohex. Both are unnecessary
with the struct (bin) library available:

function hextobin(str) return bin.pack("H", str) end
function bintohex(str) return bin.unpack("H", str) end

Also removed a commented copy that was in the sniffer-detect.nse script.
2009-05-28 03:59:02 +00:00
..
2009-03-30 20:35:38 +00:00
2009-04-21 19:41:02 +00:00
2009-02-03 01:15:25 +00:00
2009-03-11 14:13:17 +00:00