X-Git-Url: http://dolda2000.com/gitweb/?p=icmp-dn.git;a=blobdiff_plain;f=src%2Fidnlookup.c;h=b120c52090dcc5a55bb6a67d02b7d6de4dab8d07;hp=0fd367fb37482ef206dba81c82be44fd6ecbd3a1;hb=29183b092874493c6585c4c0c3caf19683436945;hpb=1eb230f9a739866bcf329573bf728f701d84008b diff --git a/src/idnlookup.c b/src/idnlookup.c index 0fd367f..b120c52 100644 --- a/src/idnlookup.c +++ b/src/idnlookup.c @@ -35,32 +35,7 @@ #include "config.h" #endif -struct icmphdr { - u_int8_t type; - u_int8_t code; - u_int16_t checksum; -}; - -struct reqhdr { - u_int8_t type; - u_int8_t code; - u_int16_t checksum; - u_int16_t id; - u_int16_t seq; -}; - -struct rephdr { - u_int8_t type; - u_int8_t code; - u_int16_t checksum; - u_int16_t id; - u_int16_t seq; - int32_t ttl; - -}; - -#define ICMP_NAMEREQ 37 -#define ICMP_NAMEREP 38 +#include "icmpdefs.h" unsigned char buf[65536];