feature: SCAN_ALL implemented (to be tested)
This commit is contained in:
@ -12,5 +12,5 @@ struct pshdr {
|
||||
uint16_t tcp_length;
|
||||
};
|
||||
|
||||
int send_packets(const struct scan *data, int sockfd);
|
||||
int send_packet(const struct scan *data, int sockfd);
|
||||
unsigned short checksum(void *data, int len);
|
||||
|
Reference in New Issue
Block a user