X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/ee68aa36460d7efeca48747f33b7f2adc0900bfb..41ef9cfe38f86553ffd8f61b6f87e9c00baf5f07:/print-zeromq.c diff --git a/print-zeromq.c b/print-zeromq.c index 59f86b7f..ac61056a 100644 --- a/print-zeromq.c +++ b/print-zeromq.c @@ -120,7 +120,6 @@ zmtp1_print_frame(netdissect_options *ndo, const u_char *cp, const u_char *ep) if (body_len_printed > 1) { ND_PRINT(", first %" PRIu64 " byte(s) of body:", body_len_printed - 1); hex_and_ascii_print(ndo, "\n\t ", cp + header_len + 1, body_len_printed - 1); - ND_PRINT("\n"); } } @@ -198,7 +197,6 @@ zmtp1_print_intermediate_part(netdissect_options *ndo, const u_char *cp, const u if (len_printed > 1) { ND_PRINT(", first %"PRIu64" byte(s):", len_printed); hex_and_ascii_print(ndo, "\n\t ", cp, len_printed); - ND_PRINT("\n"); } } }