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.
This commit is contained in:
Guy Harris 2021-02-13 10:35:58 -08:00
parent 8037be0ef6
commit 8bba6ebe5c
1 changed files with 1 additions and 1 deletions

View File

@ -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 },