tshark removed empty line in -T ek output

Change-Id: Id4c1ab258308ecc8421a5c82b6e937a9d35bf58e
Reviewed-on: https://code.wireshark.org/review/20061
Reviewed-by: Dario Lombardo <lomato@gmail.com>
This commit is contained in:
Martin Kacer 2017-02-11 15:55:05 +01:00 committed by Dario Lombardo
parent 6322f9ce61
commit dc3b7722cd
1 changed files with 0 additions and 1 deletions

View File

@ -4023,7 +4023,6 @@ print_packet(capture_file *cf, epan_dissect_t *edt)
case WRITE_EK:
print_args.print_hex = print_hex;
write_ek_proto_tree(output_fields, &print_args, protocolfilter, protocolfilter_flags, edt, stdout);
printf("\n");
return !ferror(stdout);
}
}