summaryrefslogtreecommitdiff
path: root/tshark.c
diff options
context:
space:
mode:
authorMartin Kacer <kacer.martin@gmail.com>2017-02-11 15:55:05 +0100
committerDario Lombardo <lomato@gmail.com>2017-02-12 17:03:15 +0000
commitdc3b7722cd05bf7d77d244116827925dc417212f (patch)
tree431f0616d089d2ffbcaf7ff2f244226b5c51e462 /tshark.c
parent6322f9ce613032ed590aa2175f86851bd3fd06b6 (diff)
downloadwireshark-dc3b7722cd05bf7d77d244116827925dc417212f.tar.gz
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>
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tshark.c b/tshark.c
index 8570d3497f..9245cb2605 100644
--- a/tshark.c
+++ b/tshark.c
@@ -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);
}
}