1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 18:39:03 +00:00
Files
nmap/nselib
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-01-19 04:57:34 +00:00
2008-11-19 17:46:27 +00:00
2009-03-12 18:27:52 +00:00
2009-04-19 17:44:45 +00:00
2009-01-13 00:10:33 +00:00
2009-01-13 00:10:33 +00:00