summaryrefslogtreecommitdiff
path: root/print-openflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-openflow.c')
-rw-r--r--print-openflow.c2
1 files changed, 1 insertions, 1 deletions
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: