mirror of
https://github.com/nmap/nmap.git
synced 2025-12-29 19:09:01 +00:00
memory releasing patch from Marek
This commit is contained in:
@@ -332,6 +332,11 @@ public:
|
||||
|
||||
int isExcluded(unsigned short port, int proto);
|
||||
struct scan_lists *excludedports;
|
||||
|
||||
static AllProbes *service_scan_init(void);
|
||||
static void service_scan_free(void);
|
||||
protected:
|
||||
static AllProbes *global_AP;
|
||||
};
|
||||
|
||||
/********************** PROTOTYPES ***********************************/
|
||||
|
||||
Reference in New Issue
Block a user