X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/6288c273b66fa124b58af66026151fff1d5931c2..HEAD:/print-babel.c?ds=sidebyside diff --git a/print-babel.c b/print-babel.c index d802a720..c7593ce1 100644 --- a/print-babel.c +++ b/print-babel.c @@ -37,9 +37,7 @@ * draft-ietf-babel-source-specific-0 */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" @@ -57,7 +55,7 @@ babel_print(netdissect_options *ndo, const u_char *cp, u_int length) { ndo->ndo_protocol = "babel"; - ND_PRINT("babel"); + nd_print_protocol(ndo); ND_TCHECK_4(cp);