diff --git a/src/scan.c b/src/scan.c index 3d8cfa4..058b519 100644 --- a/src/scan.c +++ b/src/scan.c @@ -48,7 +48,6 @@ static int send_recv_packet(const struct scan *data, int sockfd, pcap_t *handle) break; usleep(100000); } - pcap_breakloop(handle); if (timer == TIMEOUT * 10) { no_response(data); return 0;