/* \summary: IPv4 mobility printer */
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
#include "netdissect-stdinc.h"
ndo->ndo_protocol = "mobile";
mob = (const struct mobile_ip *)bp;
- ND_ICHECK_U(length, <, MOBILE_SIZE);
- ND_TCHECK_SIZE(mob);
nd_print_protocol(ndo);
ND_PRINT(": ");
+ ND_ICHECK_U(length, <, MOBILE_SIZE);
+ ND_TCHECK_SIZE(mob);
proto = GET_BE_U_2(mob->proto);
crc = GET_BE_U_2(mob->hcheck);