hex_and_ascii_print(ndo, "\n\t", bp, length); /* pass on lf and indentation string */
}
+/* VARARGS */
static void NORETURN PRINTFLIKE(3, 4)
ndo_error(netdissect_options *ndo, status_exit_codes_t status,
FORMAT_STRING(const char *fmt), ...)
/* NOTREACHED */
}
+/* VARARGS */
static void PRINTFLIKE(2, 3)
ndo_warning(netdissect_options *ndo, FORMAT_STRING(const char *fmt), ...)
{
}
}
+/* VARARGS */
static int PRINTFLIKE(2, 3)
ndo_printf(netdissect_options *ndo, FORMAT_STRING(const char *fmt), ...)
{