dmiller
|
1b71f75aad
|
Spelling fixes for Lua files
Mostly in documentation/comments, but a couple code bugs were caught,
including a call to stdnse.pirnt_debug and a mis-declared variable.
|
2014-02-19 04:15:46 +00:00 |
|
dmiller
|
4ea4977a37
|
Replace "buffered socket" classes with socket.receive_buf()
The match library has a helpful function for doing exactly this, with
less copy-and-pasted code:
http://nmap.org/nsedoc/lib/match.html#numbytes
|
2014-02-10 17:27:09 +00:00 |
|
dmiller
|
69e343f0aa
|
Reindent the last of the NSE libraries.
https://secwiki.org/w/Nmap/Code_Standards
|
2014-02-04 19:47:26 +00:00 |
|
dmiller
|
620f9fdb34
|
Remove trailing whitespace in lua files
Whitespace is not significant, so this should not be a problem.
https://secwiki.org/w/Nmap/Code_Standards
|
2014-01-23 21:51:58 +00:00 |
|
batrick
|
000f6dc4d9
|
Lua 5.2 upgrade [1] for NSE.
[1] http://seclists.org/nmap-dev/2012/q2/34
|
2012-05-27 08:53:32 +00:00 |
|
fyodor
|
009f3fb2e4
|
Just added a missing period
|
2011-06-29 06:24:17 +00:00 |
|
david
|
62a111478d
|
Fix capitalization of ipOps import.
|
2011-06-08 06:04:23 +00:00 |
|
patrik
|
873cf47611
|
o [NSE] Added the Netware Core Protocol (NCP) library and the scripts
ncp-serverinfo and ncp-enum-users. [Patrik]
|
2011-05-28 09:01:31 +00:00 |
|