nmap/nselib
batrick 0bc91f9db2 Improved and changed the make_buffer function.
It now returns the line as its first argument always, otherwise nil, errmsg

I updated scripts that use make_buffer.

When Lua 5.2 comes out, we may be able to use a function I've added
called stdnse.lines (commented for now). It cannot be used yet because
we cannot yield inside generic for loop. The function is built for
generic for loops. It will work as such:
for line in stdnse.lines(socket) do
  ...
end
2008-06-20 13:50:50 +00:00
..
comm.lua o Added a new NSE Comm library for common network discovery tasks such 2008-06-12 14:32:25 +00:00
datafiles.lua Adding my Datafiles NSElib for parsing the nmap-* data files for scripts and also update rpcinfo.nse to use this library. Includes CHANGELOG and docs/scripting.xml updates 2008-03-30 20:33:33 +00:00
http.lua o Update the HTTP library to use the new timing_level functionality to 2008-06-18 00:15:27 +00:00
ipOps.lua I hope this will recover nselib history 2007-11-27 22:50:00 +00:00
listop.lua Updated to Lua 5.1.3 (Bug fix release) 2008-05-31 01:43:43 +00:00
match.lua I hope this will recover nselib history 2007-11-27 22:50:00 +00:00
packet.lua I hope this will recover nselib history 2007-11-27 22:50:00 +00:00
shortport.lua Simple change: make state_table local in the NSElib shortport.service() 2008-04-10 15:24:49 +00:00
stdnse.lua Improved and changed the make_buffer function. 2008-06-20 13:50:50 +00:00
strbuf.lua Minor bug fix to new strbuf. 2008-06-08 07:29:31 +00:00
tab.lua NSElib that provides NSE scripts with a way to output structured tables similar to NmapOutputTable.cc. 2008-01-15 19:54:23 +00:00
url.lua I hope this will recover nselib history 2007-11-27 22:50:00 +00:00