1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
josh
df71e36084 Updated uses of the ctype function to support explict casting of the arguments
to (int)(unsigned char).
2009-08-06 15:10:00 +00:00
batrick
a470d311a7 Fixed a compiler warning. 2009-04-22 18:43:37 +00:00
batrick
07cfc5aee4 Corrected many #includes for header files (where they are included).
Moved the includes for Lua headers to the .cc files so they are
not needlessly, repeatedly included.

Similarly, moved some standard headers to the .cc files and reorganized
includes to be uniform for all nse_* source files.

Fixed whitespace (removed tabs).
2009-03-10 05:56:10 +00:00
david
0c4deb5b95 Use nbase's s8, u8, s16, etc. types for specific-size integers rather than the
nonstandard u_int8_t and so on.
2008-08-29 20:57:36 +00:00
pgpickering
c007b41389 modified binlib to use type definitions from nbase.h to achieve portability
(especially between 32 and 64 bit platforms)
2008-08-21 08:24:02 +00:00
pgpickering
7c4db4f2ee silenced signed/unsigned warnings in nse_binlib.cc 2008-08-02 10:35:28 +00:00
pgpickering
177de9e877 added nse_binlib.cc: bin.pack() and bin.unpack() 2008-07-31 14:19:23 +00:00