#include "netdissect.h"
#include "extract.h"
-static const char tstr[] = "[|ipnet]";
typedef struct ipnet_hdr {
nd_uint8_t iph_version;
ND_PRINT(", length %u: ", length);
return;
trunc:
- ND_PRINT(" %s", tstr);
+ nd_print_trunc(ndo);
}
static void
}
return;
trunc:
- ND_PRINT(" %s", tstr);
+ nd_print_trunc(ndo);
}
/*