]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-openflow.c
Clean up whitespaces/indentation
[tcpdump] / print-openflow.c
index f3c1a8329d992def11c57c4a637e96ecbf815ce8..8a912063b8820d022a62684378b13c2e44aedf54 100644 (file)
@@ -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: