From ff3b7c9a935e3b910e0ab988534a92e417f37ef0 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Fri, 22 Jun 2018 14:01:25 +0200 Subject: 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 --- epan/dissectors/asn1/s1ap/packet-s1ap-template.c | 2 +- epan/dissectors/packet-s1ap.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'epan') 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, -- cgit v1.2.3