nmap/mswin32
batrick 7f5ec526fe Merge branch 'nse-lua53'
Lua 5.3 adds several awesome features of particular interest to nmap including
bitwise operators and integers, a utf8 library, and standard binary pack/unpack
functions.

In addition to adding Lua 5.3, this branch changes:

o Complete removal of the NSE bit library (in C), It has been replaced with
  a new Lua library wrapping Lua 5.3's bit-wise operators.

o Complete removal of the NSE bin library (in C). It has been replaced with a
  new Lua library wrapping Lua 5.3's string.pack|unpack functions.

o The bin.pack "B" format specifier (which has never worked correctly) is
  unimplemented.  All scripts/libraries which use it have been updated. Most
  usage of this option was to allow string based bit-wise operations which are no
  longer necessary now that Lua 5.3 provides integers and bit-wise operators.

o The base32/base64 libraries have been reimplemented using Lua 5.3's new
  bitwise operators. (This library was the main user of the bin.pack "B" format
  specifier.)

o A new "bits" library has been added for common bit hacks. Currently only has
  a reverse function.

Thanks to David Fifield, Daniel Miller, Jacek Wielemborek, and  Paulino
Calderon for testing this branch.
2016-07-02 17:02:27 +00:00
..
lib Applied Winpcap installer patch from Rob Nicholls which: 2009-10-25 23:26:40 +00:00
license-format
NET
NETINET Spellcheck: common misspellings in the entire source tree 2014-02-21 21:10:51 +00:00
nsis Rework Windows bundling to include Npcap instead of Winpcap 2016-06-14 14:16:48 +00:00
pcap-include Fix a compiler error on VS2013 2014-11-11 18:56:05 +00:00
RPC
winpcap Updated WinPcap to 4.1.3. 2014-01-11 14:55:10 +00:00
icon1.ico Update the old blue eye with the modern "blue insecure eye". 2011-02-22 20:09:16 +00:00
ifaddrlist.h
IPExport.h
libpcap-note.txt
Makefile Rework Windows bundling to include Npcap instead of Winpcap 2016-06-14 14:16:48 +00:00
nmap.rc Bump version for 7.12 release 2016-03-29 19:43:37 +00:00
nmap.rc.in Don't edit nmap.rc and nsis/Nmap.nsi in place. 2012-10-31 17:00:59 +00:00
nmap.sln Merge final changes to support VS2013 build 2015-01-17 04:35:01 +00:00
nmap.vcxproj Merge branch 'nse-lua53' 2016-07-02 17:02:27 +00:00
nmap_performance.reg
packet_types.h Got rid of (unnecessary) spaces in blank lines in *.cc and *.h files. 2014-06-19 11:36:10 +00:00
python-wrap.bat Fix syntax issues with python-wrap.bat 2014-08-23 04:22:20 +00:00
resource.h
winclude.h Bump date in copyright headers 2016-04-04 15:38:44 +00:00
winfix.cc Enable Nmap, Nping to use Npcap over Winpcap if available. 2016-06-14 14:16:46 +00:00
winfix.h