Nmap Development mailing list archives

Re: Completed Lua 5.3 upgrade!


From: Tom Sellers <nmap () fadedcode net>
Date: Thu, 7 Jul 2016 05:46:11 -0500

On 7/2/2016 12:06 PM, Patrick Donnelly wrote:
On Sun, Jun 26, 2016 at 4:53 PM, Patrick Donnelly <batrick () batbytes com> wrote:
On Sat, Jun 25, 2016 at 1:25 PM, Patrick Donnelly <batrick () batbytes com> wrote:
On Fri, Jun 17, 2016 at 8:43 PM, Patrick Donnelly <batrick () batbytes com> wrote:
On Wed, Jun 8, 2016 at 9:31 PM, Patrick Donnelly <batrick () batbytes com> wrote:
Without further ado, here's the branch:

https://github.com/batrick/nmap/tree/nse-lua53

If there are no questions/comments/complaints/objections, I'd like to
merge the branch sometime around next Friday. All feedback is still
welcome!

I've incorporated Daniel's suggestions. The branch is now in svn:
https://svn.nmap.org/nmap-exp/patrick/nse-lua53

Last call for comments. I plan to merge into /nmap tomorrow.

Alright, I've resolved all of the reported problems. I will give the
branch another few days to cool before merging. Please keep testing
everyone!

Merged in https://svn.nmap.org/nmap@35945.



Patrick,

  Will the debug statements in bin.lua remain?  They generate the following at debug level2:


Fetchfile found /usr/local/bin/../share/nmap/nselib/bin.lua
NSE: format = '!1=>=c4>'
NSE: format = '!1=<=c4<'
NSE: format = '!1==c4c1='
NSE: format = '!1=c8'
NSE: format = '!1=c8'
NSE: format = '!1=c8c3'
NSE: format = '!1=>xI2I2I4I2c1'
NSE: format = '!1=xx'
NSE: format = '!1=>I4zzzz=c1>'
NSE: format = '!1=bbbb'
NSE: format = '!1=bbbb'
NSE: format = '!1=bbbb'
NSE: format = '!1=bbbb'
NSE: format = '!1=xbbb'
NSE: format = '!1=bbxx'
NSE: bin.pack: clamping arg[1]: 0x123 -> 0x23
NSE: bin.pack: clamping arg[2]: 0xfff1 -> 0xf1
NSE: bin.pack: clamping arg[3]: 0x1ffff -> 0xffff
NSE: bin.pack: clamping arg[4]: 0x112345678 -> 0x12345678
NSE: format = '!1=BBI2I4I8'
NSE: format = 'H'
NSE: 0: =:1
NSE: 0: H:1
NSE: format = 'H0'
NSE: 0: =:1
NSE: 0: H:0
NSE: format = 'H1'
NSE: 0: =:1
NSE: 0: H:1
NSE: format = 'H2'
NSE: 0: =:1
NSE: 0: H:2
NSE: format = '<H4'
NSE: 0: =:1
NSE: 0: <:1
NSE: 0: H:4
NSE: format = '>H4'
NSE: 0: =:1
NSE: 0: >:1
NSE: 0: H:4
NSE: format = 'B'
NSE: 0: =:1
NSE: 0: B:1
NSE: format = 'B0'
NSE: 0: =:1
NSE: 0: B:0
NSE: format = 'B1'
NSE: 0: =:1
NSE: 0: B:1
NSE: format = 'B2'
NSE: 0: =:1
NSE: 0: B:2
NSE: format = '<B4'
NSE: 0: =:1
NSE: 0: <:1
NSE: 0: B:4
NSE: format = '>B4'
NSE: 0: =:1
NSE: 0: >:1
NSE: 0: B:4
NSE: format = 'A'
NSE: 0: =:1
NSE: 0: A:1
NSE: format = 'A0'
NSE: 0: =:1
NSE: 0: A:0
NSE: format = 'A1'
NSE: 0: =:1
NSE: 0: A:1
NSE: format = 'A2'
NSE: 0: =:1
NSE: 0: A:2
NSE: format = 'A3'
NSE: 0: =:1
NSE: 0: A:3
NSE: format = 'A4'
NSE: 0: =:1
NSE: 0: A:4

_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: