#include "rping.h" void sig_int(int signo) { libnet_close_raw_sock(sock); exit(EXIT_FAILURE); }