1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-18 12:19:02 +00:00

Removed nse_string. Equivalent procedures are placed in

nse_main and nse_nsock. nse_main now uses Lua to create printable output
while a cleaner hexify procedure has been placed in nsock.
nse_string is removed as a result.
This commit is contained in:
batrick
2008-07-07 17:31:38 +00:00
parent c3281215c0
commit 3ae4bcfa9e
8 changed files with 76 additions and 181 deletions

View File

@@ -286,10 +286,6 @@
RelativePath="..\nse_pcrelib.cc"
>
</File>
<File
RelativePath="..\nse_string.cc"
>
</File>
<File
RelativePath="..\osscan.cc"
>
@@ -475,10 +471,6 @@
RelativePath="..\nse_pcrelib.h"
>
</File>
<File
RelativePath="..\nse_string.h"
>
</File>
<File
RelativePath="..\osscan.h"
>