feature: send packets (reponse not working tho)
This commit is contained in:
@ -21,6 +21,8 @@ void *routine(void *p_data)
|
||||
scan_data.response =
|
||||
&thread_data->responses[thread_data->port_start - port];
|
||||
scan(&scan_data);
|
||||
printf("state of port %d: %d\n", port,
|
||||
scan_data.response->state);
|
||||
}
|
||||
|
||||
return p_data;
|
||||
|
||||
Reference in New Issue
Block a user