aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-systemd-journal.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2021-04-16 09:43:10 +0000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-04-16 12:20:25 +0000
commitbb4c6969c408debfe6e6d7b7774e53fe586d9c40 (patch)
treef5b4c72301f81b64f892ec77ddeda54fc844b76b /epan/dissectors/packet-systemd-journal.c
parent1fc234aed851ebcfcce83a7f0ac84c36dc3ef92c (diff)
systemd-journal: fix conflict
'systemd_journal.unhandled_field_type' exists multiple times with incompatible types: FT_NONE and FT_STRING
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 bab338eb55..3daebb4c72 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", PI_UNDECODED, PI_ERROR,
+ { "systemd_journal.unhandled_field_type.undecoced", PI_UNDECODED, PI_ERROR,
"Unhandled field type", EXPFILL }
},
{ &ei_nonbinary_field,