--- embedaddon/libnet/sample/icmp6_echoreq.c 2012/02/21 22:14:23 1.1.1.1 +++ embedaddon/libnet/sample/icmp6_echoreq.c 2013/07/22 11:54:41 1.1.1.2 @@ -1,5 +1,5 @@ /* - * $Id: icmp6_echoreq.c,v 1.1.1.1 2012/02/21 22:14:23 misho Exp $ + * $Id: icmp6_echoreq.c,v 1.1.1.2 2013/07/22 11:54:41 misho Exp $ * * Poseidon++ (c) 1996 - 2002 Mike D. Schiffman * Redone from synflood example by Stefan Schlott @@ -48,7 +48,7 @@ main(int argc, char **argv) u_short src_prt = 0; libnet_t *l; libnet_ptag_t t; - u_char *cp; + char *cp; char errbuf[LIBNET_ERRBUF_SIZE]; int i, c, packet_amt, burst_int, burst_amt, build_ip; char srcname[100],dstname[100];