-static void ndo_default_print(netdissect_options *ndo, const u_char *bp,
- u_int length);
-
-static void NORETURN ndo_error(netdissect_options *ndo,
- status_exit_codes_t status,
- FORMAT_STRING(const char *fmt), ...)
- PRINTFLIKE(3, 4);
-static void ndo_warning(netdissect_options *ndo,
- FORMAT_STRING(const char *fmt), ...)
- PRINTFLIKE(2, 3);
-
-static int ndo_printf(netdissect_options *ndo,
- FORMAT_STRING(const char *fmt), ...)
- PRINTFLIKE(2, 3);
-