aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-systemd-journal.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2021-04-16 17:50:26 +0200
committerPascal Quantin <pascal@wireshark.org>2021-04-16 17:50:26 +0200
commit4e23db3841050f7ccc6801e6d8d7d3e67024ac25 (patch)
tree998da003ee8f1fd1ca5a1baa119f2320300013b0 /epan/dissectors/packet-systemd-journal.c
parentf42a6e0705f5754ba6768b943fc33e2af7ce6d6a (diff)
systemd Journal Entry: fix a typo in filter name
Diffstat (limited to 'epan/dissectors/packet-systemd-journal.c')
-rw-r--r--epan/dissectors/packet-systemd-journal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-systemd-journal.c b/epan/dissectors/packet-systemd-journal.c
index 3daebb4c72..2744700f7f 100644
--- a/epan/dissectors/packet-systemd-journal.c
+++ b/epan/dissectors/packet-systemd-journal.c
@@ -855,7 +855,7 @@ proto_register_systemd_journal(void)
/* Setup protocol expert items */
static ei_register_info ei[] = {
{ &ei_unhandled_field_type,
- { "systemd_journal.unhandled_field_type.undecoced", PI_UNDECODED, PI_ERROR,
+ { "systemd_journal.unhandled_field_type.undecoded", PI_UNDECODED, PI_ERROR,
"Unhandled field type", EXPFILL }
},
{ &ei_nonbinary_field,