aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509if.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-x509if.c')
-rw-r--r--epan/dissectors/packet-x509if.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-x509if.c b/epan/dissectors/packet-x509if.c
index 10639033c2..6604b54aef 100644
--- a/epan/dissectors/packet-x509if.c
+++ b/epan/dissectors/packet-x509if.c
@@ -2743,15 +2743,15 @@ void proto_register_x509if(void) {
FT_UINT32, BASE_DEC, VALS(x509sat_DirectoryString_vals), 0,
"DirectoryString", HFILL }},
{ &hf_x509if_AllowedSubset_baseObject,
- { "baseObject", "x509if.baseObject",
+ { "baseObject", "x509if.AllowedSubset.baseObject",
FT_BOOLEAN, 8, NULL, 0x80,
NULL, HFILL }},
{ &hf_x509if_AllowedSubset_oneLevel,
- { "oneLevel", "x509if.oneLevel",
+ { "oneLevel", "x509if.AllowedSubset.oneLevel",
FT_BOOLEAN, 8, NULL, 0x40,
NULL, HFILL }},
{ &hf_x509if_AllowedSubset_wholeSubtree,
- { "wholeSubtree", "x509if.wholeSubtree",
+ { "wholeSubtree", "x509if.AllowedSubset.wholeSubtree",
FT_BOOLEAN, 8, NULL, 0x20,
NULL, HFILL }},