]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-openflow-1.0.c
NDOize LLC decoder
[tcpdump] / print-openflow-1.0.c
index 73a9fd88e5e7483e5ce175b0e4a01300afc11453..51c37386115243d982a6b4f24db1d7466f3ccca0 100644 (file)
@@ -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: