aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2020-09-04 23:12:16 +0200
committerPascal Quantin <pascal@wireshark.org>2020-09-04 21:29:14 +0000
commit6f68f86f2884e8073cc8eda7fe138fcfe8ac9a1f (patch)
tree5fca9fc00cdad7edc0db13fb91bc4b8e3ade017e /epan/dissectors
parent5024bbed65dff54fe7aca4850b3f070ad3c3cfce (diff)
X2AP: fix a field mask
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/asn1/x2ap/packet-x2ap-template.c2
-rw-r--r--epan/dissectors/packet-x2ap.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/asn1/x2ap/packet-x2ap-template.c b/epan/dissectors/asn1/x2ap/packet-x2ap-template.c
index b58255b8c8..e0103650a5 100644
--- a/epan/dissectors/asn1/x2ap/packet-x2ap-template.c
+++ b/epan/dissectors/asn1/x2ap/packet-x2ap-template.c
@@ -454,7 +454,7 @@ void proto_register_x2ap(void) {
NULL, HFILL }},
{ &hf_x2ap_interfacesToTrace_Reserved,
{ "Reserved", "x2ap.interfacesToTrace.Reserved",
- FT_UINT8, BASE_HEX, NULL, 0x1f,
+ FT_UINT8, BASE_HEX, NULL, 0x07,
NULL, HFILL }},
{ &hf_x2ap_traceCollectionEntityIPAddress_IPv4,
{ "IPv4", "x2ap.traceCollectionEntityIPAddress.IPv4",
diff --git a/epan/dissectors/packet-x2ap.c b/epan/dissectors/packet-x2ap.c
index 532fe89714..2d86f79291 100644
--- a/epan/dissectors/packet-x2ap.c
+++ b/epan/dissectors/packet-x2ap.c
@@ -21696,7 +21696,7 @@ void proto_register_x2ap(void) {
NULL, HFILL }},
{ &hf_x2ap_interfacesToTrace_Reserved,
{ "Reserved", "x2ap.interfacesToTrace.Reserved",
- FT_UINT8, BASE_HEX, NULL, 0x1f,
+ FT_UINT8, BASE_HEX, NULL, 0x07,
NULL, HFILL }},
{ &hf_x2ap_traceCollectionEntityIPAddress_IPv4,
{ "IPv4", "x2ap.traceCollectionEntityIPAddress.IPv4",