--- embedaddon/libnet/sample/icmp_timeexceed.c 2012/02/21 22:14:23 1.1.1.1 +++ embedaddon/libnet/sample/icmp_timeexceed.c 2023/09/27 11:11:38 1.1.1.3 @@ -1,11 +1,11 @@ /* - * $Id: icmp_timeexceed.c,v 1.1.1.1 2012/02/21 22:14:23 misho Exp $ + * $Id: icmp_timeexceed.c,v 1.1.1.3 2023/09/27 11:11:38 misho Exp $ * * libnet 1.1 * Build an ICMP timeexceed packet * * Copyright (c) 1998 - 2004 Mike D. Schiffman - * Copyright (c) 2003 Frédéric Raynal + * Copyright (c) 2003 Frédéric Raynal * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -187,4 +187,3 @@ usage(char *name) fprintf(stderr, "usage: %s -s source_ip -d destination_ip\n ", name); } -/* EOF */