1
0
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:
dmiller
2017-04-19 18:18:38 +00:00
parent e80976a13a
commit 256378df5c
3 changed files with 8 additions and 4 deletions

View File

@@ -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 ***********************************/