mirror of
https://github.com/nmap/nmap.git
synced 2025-12-17 21:19:01 +00:00
Fix a typo in bin.luadoc.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
-- A problem script authors often face is the necessity of encoding values
|
-- A problem script authors often face is the necessity of encoding values
|
||||||
-- into binary data. For example after analyzing a protocol the starting
|
-- into binary data. For example after analyzing a protocol the starting
|
||||||
-- point to write a script could be a hex dump, which serves as a preamble
|
-- point to write a script could be a hex dump, which serves as a preamble
|
||||||
-- to every sent packet. Although it is possible work with the
|
-- to every sent packet. Although it is possible to work with the
|
||||||
-- functionality Lua provides, it's not very convenient. Therefore NSE includes
|
-- functionality Lua provides, it's not very convenient. Therefore NSE includes
|
||||||
-- Binlib, based on lpack (http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/)
|
-- Binlib, based on lpack (http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/)
|
||||||
-- by Luiz Henrique de Figueiredo.
|
-- by Luiz Henrique de Figueiredo.
|
||||||
|
|||||||
Reference in New Issue
Block a user