X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/ba8936b39b0ce2ff02f3aeb307df4c27657652d8..0f24a43a7e9fbdcff2baae3990939b2bc25d9fd1:/print-openflow.c diff --git a/print-openflow.c b/print-openflow.c index f3c1a832..8a912063 100644 --- a/print-openflow.c +++ b/print-openflow.c @@ -120,7 +120,7 @@ of_header_body_print(netdissect_options *ndo, const u_char *cp, const u_char *ep } invalid: /* fail current packet */ - ND_PRINT("%s", istr); + nd_print_invalid(ndo); ND_TCHECK_LEN(cp, ep - cp); return ep; trunc: