aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorDeveloper Alexander <dev@alex-mails.de>2021-09-09 10:18:16 +0200
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-09-09 09:37:28 +0000
commit02285e53b8a8f478a0e14c7f57b5d59a3a0140e8 (patch)
treee00ee4bad11b9b3d5468ffba741ce47c46f4aaba /file.c
parentbe7b4163dea55f242cd0f9ff6dab3a21232d9524 (diff)
Qt: JSON Export - Statusbar info corrected
During a JSON Export "Writing JSON" will displayed in the statusbar.
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 24507d1efe..aacd9ec16a 100644
--- a/file.c
+++ b/file.c
@@ -3022,7 +3022,7 @@ cf_write_json_packets(capture_file *cf, print_args_t *print_args)
/* Iterate through the list of packets, printing the packets we were
told to print. */
- ret = process_specified_records(cf, &print_args->range, "Writing PDML",
+ ret = process_specified_records(cf, &print_args->range, "Writing JSON",
"selected packets", TRUE,
write_json_packet, &callback_args, TRUE);