aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2018-06-22 14:01:25 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2018-06-22 12:11:51 +0000
commitff3b7c9a935e3b910e0ab988534a92e417f37ef0 (patch)
tree77e50eb556710dd7e0a401965c4be6a08329365d /epan
parente7ac2e4e92901dc601b3ae7f93900bb02ba6f3a3 (diff)
S1AP: fix a copy/paste error in a field name
Change-Id: I3c602deaaeffa6738f325df5e4abda7b8214f560 Reviewed-on: https://code.wireshark.org/review/28386 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/asn1/s1ap/packet-s1ap-template.c2
-rw-r--r--epan/dissectors/packet-s1ap.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/asn1/s1ap/packet-s1ap-template.c b/epan/dissectors/asn1/s1ap/packet-s1ap-template.c
index 8c0f976729..23862ee245 100644
--- a/epan/dissectors/asn1/s1ap/packet-s1ap-template.c
+++ b/epan/dissectors/asn1/s1ap/packet-s1ap-template.c
@@ -586,7 +586,7 @@ void proto_register_s1ap(void) {
FT_UINT8, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_s1ap_WarningMessageContents_decoded_page,
- { "Decoded Page", "lte-rrc.WarningMessageContents.decoded_page",
+ { "Decoded Page", "s1ap.WarningMessageContents.decoded_page",
FT_STRING, STR_UNICODE, NULL, 0,
NULL, HFILL }},
{ &hf_s1ap_measurementsToActivate_M1,
diff --git a/epan/dissectors/packet-s1ap.c b/epan/dissectors/packet-s1ap.c
index 82b54af375..cefa76ae8a 100644
--- a/epan/dissectors/packet-s1ap.c
+++ b/epan/dissectors/packet-s1ap.c
@@ -15904,7 +15904,7 @@ void proto_register_s1ap(void) {
FT_UINT8, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_s1ap_WarningMessageContents_decoded_page,
- { "Decoded Page", "lte-rrc.WarningMessageContents.decoded_page",
+ { "Decoded Page", "s1ap.WarningMessageContents.decoded_page",
FT_STRING, STR_UNICODE, NULL, 0,
NULL, HFILL }},
{ &hf_s1ap_measurementsToActivate_M1,