From b5f89dbe2db357a0f4a08de7d00fdeed7ca2780c Mon Sep 17 00:00:00 2001 From: Jim Young Date: Thu, 13 Jan 2022 01:18:38 +0000 Subject: tshark: Add new long option --hexdump --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.c') diff --git a/file.c b/file.c index a1fb7d3301..02c9c4ae04 100644 --- a/file.c +++ b/file.c @@ -2467,7 +2467,7 @@ print_packet(capture_file *cf, frame_data *fdata, wtap_rec *rec, Buffer *buf, goto fail; } /* Print the full packet data as hex. */ - if (!print_hex_data(args->print_args->stream, &args->edt)) + if (!print_hex_data(args->print_args->stream, &args->edt, HEXDUMP_SOURCE_MULTI | HEXDUMP_ASCII_INCLUDE)) goto fail; /* Print a blank line if we print anything after this (aka more than one packet). */ -- cgit v1.2.3