1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-06 06:29:03 +00:00

NSE committed

This commit is contained in:
fyodor
2006-12-11 00:34:26 +00:00
parent cc451cdb54
commit b361685be8
136 changed files with 23553 additions and 201 deletions

8
nse_string.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef NSE_STRING
#define NSE_STRING
int nse_isprint(int c);
char* nse_hexify(const void *data, unsigned int data_len);
char* nse_printable(const void *data, unsigned int data_len);
#endif