feature: send packets (reponse not working tho)

This commit is contained in:
0x35c
2025-05-26 12:18:06 +02:00
parent 9378251248
commit 1ffb554a32
7 changed files with 150 additions and 5 deletions

View File

@ -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;