dmiller
|
ea58c6bebb
|
Replace chained concatenation reassignment with simple concatenation
Example:
x = y
x = x .. z
Fixed:
x = y
.. z
This simple fix would save 1 string creation/deletion. Most changes
involve many more than this.
|
2015-03-02 13:47:42 +00:00 |
|
batrick
|
ee6622aea4
|
nselib stdnse.print_debug -> stdnse.debug
$ f() { find -name \*.lua -exec /bin/echo sed -i "$1" {} \; ; }
$ f 's/stdnse.print_debug( *\([0-9]*\) *, */stdnse.debug\1(/'
$ f 's/stdnse.print_debug( *"\(.*\))/stdnse.debug1("\1)/'
|
2014-08-03 00:56:45 +00:00 |
|
dmiller
|
961ea25225
|
Re-indent some NSE libraries.
https://secwiki.org/w/Nmap/Code_Standards
|
2014-02-03 19:47:34 +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 |
|
fyodor
|
5272dd5a82
|
spell out OSPF acronym
|
2012-11-16 02:24:02 +00:00 |
|
kroosec
|
275d739cae
|
ospf.lua: Couple of more bug fixes in how IP values are stored and packed.
|
2012-08-06 00:01:54 +00:00 |
|
kroosec
|
36e2449a8a
|
ospf.lua: Removed debugging print.
|
2012-08-05 18:44:56 +00:00 |
|
kroosec
|
de920a2afc
|
ospf.lua: Couple of bug fixes in ospf packet conversion to raw string.
|
2012-08-05 18:41:42 +00:00 |
|
kroosec
|
7864c3cb08
|
ospf.lua: Corrected header tostring for null authentication packets.
|
2012-08-05 11:23:16 +00:00 |
|
kroosec
|
93a54ee8b1
|
ospf.lua: Fixed error in checksum calculation for hello and dbdescription packets.
|
2012-08-05 11:02:44 +00:00 |
|
patrik
|
217b27bace
|
nse_check_globals cleanup
|
2012-07-24 10:08:43 +00:00 |
|
kroosec
|
71bfe5c700
|
Added ospf library that was written by Patrik and added documentation and some bug fixes to it.
|
2012-07-13 14:55:34 +00:00 |
|