mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 08:29:04 +00:00
Fix up some more header includes
This commit is contained in:
@@ -135,7 +135,7 @@
|
||||
#define SERVICE_SCAN_H
|
||||
|
||||
#include "portlist.h"
|
||||
#include "nmap.h"
|
||||
#include "scan_lists.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
@@ -145,12 +145,17 @@
|
||||
# include <pcre.h>
|
||||
#endif
|
||||
|
||||
#undef NDEBUG
|
||||
#include <assert.h>
|
||||
|
||||
/********************** DEFINES/ENUMS ***********************************/
|
||||
#define DEFAULT_SERVICEWAITMS 5000
|
||||
#define DEFAULT_TCPWRAPPEDMS 2000 // connections closed after this timeout are not considered "tcpwrapped"
|
||||
#define DEFAULT_CONNECT_TIMEOUT 5000
|
||||
#define DEFAULT_CONNECT_SSL_TIMEOUT 8000 // includes connect() + ssl negotiation
|
||||
#define SERVICEMATCH_REGEX 1
|
||||
#define MAXFALLBACKS 20 /* How many comma separated fallbacks are allowed in the service-probes file? */
|
||||
|
||||
// #define SERVICEMATCH_STATIC 2 -- no longer supported
|
||||
|
||||
/********************** STRUCTURES ***********************************/
|
||||
|
||||
Reference in New Issue
Block a user