X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/d8acd8f5d0d7cac4881b5552eca5dc40a5d3c0d1..d1cffd99e6487cc1c2f2dbbc6ea4cc60c36226c7:/print-openflow-1.0.c diff --git a/print-openflow-1.0.c b/print-openflow-1.0.c index 73a9fd88..51c37386 100644 --- a/print-openflow-1.0.c +++ b/print-openflow-1.0.c @@ -622,7 +622,7 @@ of10_data_print(const u_char *cp, const u_char *ep, const u_int len) { printf("\n\t data (%u octets)", len); TCHECK2(*cp, len); if (vflag >= 2) - hex_and_ascii_print("\n\t ", cp, len); + hex_and_ascii_print(gndo, "\n\t ", cp, len); return cp + len; trunc: