aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2020-07-04 16:41:14 +0200
committerAnders Broman <a.broman58@gmail.com>2020-07-05 07:46:14 +0000
commit18421cc7332c6ce7bd44879f02fc266807271769 (patch)
treebdb6c4797086513017df62c1aea3c38136351d7f
parentf0490ae52af02a1af6a3df813594bf6b5464e4d5 (diff)
BFD: Adjust BDF echo message filter name
The field filter name and protocol name are identical, where the field filter name has to adhere to the protocol.field format. This is picked up by conflict check. Change-Id: I8ea0f0845916666ac39726b16ef3d907737c38b3 Reviewed-on: https://code.wireshark.org/review/37694 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl> Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-bfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bfd.c b/epan/dissectors/packet-bfd.c
index 805faa3412..463917c6b2 100644
--- a/epan/dissectors/packet-bfd.c
+++ b/epan/dissectors/packet-bfd.c
@@ -858,7 +858,7 @@ proto_register_bfd(void)
/* BFD Echo */
static hf_register_info hf_echo[] = {
{ &hf_bfd_echo,
- { "Echo", "bfd_echo",
+ { "Echo", "bfd_echo.packet",
FT_BYTES, BASE_NONE, NULL, 0x0,
"Originator specific echo packet", HFILL }
}