add ttl error when verbose is active
This commit is contained in:
@ -107,11 +107,11 @@ void show_help(t_settings *set, char *name);
|
||||
void send_pings(t_settings *set);
|
||||
uint16_t calc_checksum(void *ptr, size_t len);
|
||||
double timediff(struct timeval *from);
|
||||
void waitlist_remove(t_waitlist **lst, uint16_t seq, t_settings *set, t_stats *stats, uint8_t ttl);
|
||||
void show_ping_res_line(t_waitlist *cur, t_settings *set, uint16_t seq, t_stats *stats, uint8_t ttl);
|
||||
void waitlist_free(t_waitlist *lst);
|
||||
t_waitlist *send_icmp(t_settings *set, struct addrinfo *host, uint16_t *seq, struct timeval *last, t_stats *stats);
|
||||
t_waitlist *waitlist_remove(t_waitlist **lst, t_icmp_ip_reply *res, int is_ttl_exceeded);
|
||||
void waitlist_add(t_waitlist **waitlist, t_waitlist *elem);
|
||||
void receive_icmp(t_settings *set, struct addrinfo *info, t_waitlist **wl, t_stats *stats);
|
||||
void receive_icmp(t_settings *set, t_waitlist **wl, t_stats *stats);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user