/*** Simple ICMP-monitor. GPL. *** ***/ #include #include #include int main(int argc, char **argv) { ICMP icmp("127.0.0.1"); char buf[1000] = {0}, src[1000], dst[1000]; int i = 0; if (argc < 2) { cout<"< " <