core: use only one struct data instead of thead_data and scan_data
core: do parsing in the main, put all in struct general fix: code support port > 1024
This commit is contained in:
@ -3,6 +3,5 @@
|
||||
#include "parsing.h"
|
||||
#include "response.h"
|
||||
|
||||
void print_host_results(const char *ip_addr, const struct response *responses,
|
||||
const struct option_lst *options, double scan_time);
|
||||
void print_host_results(const struct scan *general, double scan_time);
|
||||
void print_usage(void);
|
||||
|
Reference in New Issue
Block a user