--- embedaddon/libnet/sample/icmp_redirect.c 2012/02/21 22:14:23 1.1.1.1 +++ embedaddon/libnet/sample/icmp_redirect.c 2023/09/27 11:11:38 1.1.1.2 @@ -1,5 +1,5 @@ /* - * $Id: icmp_redirect.c,v 1.1.1.1 2012/02/21 22:14:23 misho Exp $ + * $Id: icmp_redirect.c,v 1.1.1.2 2023/09/27 11:11:38 misho Exp $ * * libnet 1.1 * Build an ICMP redirect packet @@ -197,4 +197,3 @@ usage(char *name) fprintf(stderr, "usage: %s -s source_ip -d destination_ip -g gateway_ip\n ", name); } -/* EOF */