aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2021-02-13 10:35:58 -0800
committerGuy Harris <gharris@sonic.net>2021-02-13 10:35:58 -0800
commit8bba6ebe5c5d6a501ba9f2c16386f6ab437025bf (patch)
treee689d72b0ca2f497b3eec279b483a209d97d9942 /wiretap/file_access.c
parent8037be0ef6e52ddb5676d64b48e568a23b6f04a7 (diff)
wiretap: remove spaces from file format names.
File format names are used on the command line, so don't require them to be quoted - replace the space in "systemd journal" with an underscore.
Diffstat (limited to 'wiretap/file_access.c')
-rw-r--r--wiretap/file_access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/file_access.c b/wiretap/file_access.c
index 6d27bf8692..7076c52de7 100644
--- a/wiretap/file_access.c
+++ b/wiretap/file_access.c
@@ -1643,7 +1643,7 @@ static const struct file_type_subtype_info dump_open_table_base[] = {
NULL, NULL, NULL },
/* WTAP_FILE_TYPE_SUBTYPE_SYSTEMD_JOURNAL */
- { "systemd journal export", "systemd journal", NULL, NULL,
+ { "systemd journal export", "systemd_journal", NULL, NULL,
FALSE, FALSE, 0,
NULL, NULL, NULL },