aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorUli Heilmeier <uh@heilmeier.eu>2019-07-16 20:38:07 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2019-07-17 07:07:49 +0000
commitfb0cb6373c15e30533927b5275f000602b4e0839 (patch)
treeff5e3890782ba8be41e0b1466a13d061987109a5 /epan
parent3a4a1640d500cd0f693136d79a42860434735422 (diff)
BGP: Update description for IE Flag (EVPN IGMP)
Ping-Bug: 15911 Change-Id: I2607eb96e8a217451a493a301dc06b56a4db3081 Reviewed-on: https://code.wireshark.org/review/33966 Reviewed-by: Anders Broman <a.broman58@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-bgp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-bgp.c b/epan/dissectors/packet-bgp.c
index f9894552e6..867707d6d1 100644
--- a/epan/dissectors/packet-bgp.c
+++ b/epan/dissectors/packet-bgp.c
@@ -10390,8 +10390,8 @@ proto_register_bgp(void)
{ "IGMP Version 3", "bgp.evpn.nlri.igmp_mc_flags.v3", FT_BOOLEAN,
8, TFS(&tfs_set_notset), EVPN_IGMP_MC_FLAG_V3, NULL, HFILL}},
{ &hf_bgp_evpn_nlri_igmp_mc_flags_ie,
- { "Group Type", "bgp.evpn.nlri.igmp_mc_flags.ie", FT_BOOLEAN,
- 8, TFS(&tfs_exclude_include), EVPN_IGMP_MC_FLAG_IE, NULL, HFILL}},
+ { "Group Type (IE Flag)", "bgp.evpn.nlri.igmp_mc_flags.ie", FT_BOOLEAN,
+ 8, TFS(&tfs_exclude_include), EVPN_IGMP_MC_FLAG_IE, "Group Type (Include/Exclude Flag)", HFILL}},
{ &hf_bgp_evpn_nlri_igmp_mc_flags_reserved,
{ "Reserved", "bgp.evpn.nlri.igmp_mc_flags.reserved", FT_UINT8,
BASE_HEX, NULL, EVPN_IGMP_MC_FLAG_RESERVED, NULL, HFILL}}