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.


(cherry picked from commit 8bba6ebe5c)
This commit is contained in:
Guy Harris 2021-02-13 18:35:58 +00:00
parent db364ed3d5
commit b88fcfafd7
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 },