aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/lte-rrc
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-09-09 23:37:46 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2016-09-10 07:47:48 +0000
commitd6f91a7ca421caa7787c1539bca61f943923fa9c (patch)
tree46223e64eb893a1e1f1e00255444a3b13dc8f91a /epan/dissectors/asn1/lte-rrc
parent4a6dde12d6fe6af05b05d4c06b10056f6508711a (diff)
S1AP: prettify dissection
Change-Id: I2b4339e489d11ade2751cad8874ba220d12fe3db Reviewed-on: https://code.wireshark.org/review/17615 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/asn1/lte-rrc')
-rw-r--r--epan/dissectors/asn1/lte-rrc/packet-lte-rrc-template.c4
-rw-r--r--epan/dissectors/asn1/lte-rrc/packet-lte-rrc-template.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/epan/dissectors/asn1/lte-rrc/packet-lte-rrc-template.c b/epan/dissectors/asn1/lte-rrc/packet-lte-rrc-template.c
index 26d4669f53..d7464623aa 100644
--- a/epan/dissectors/asn1/lte-rrc/packet-lte-rrc-template.c
+++ b/epan/dissectors/asn1/lte-rrc/packet-lte-rrc-template.c
@@ -2198,7 +2198,7 @@ static const value_string lte_rrc_messageIdentifier_vals[] = {
{ 0x112b, "CMAS Identifier for operator defined use for additional languages"},
{ 0, NULL},
};
-static value_string_ext lte_rrc_messageIdentifier_vals_ext = VALUE_STRING_EXT_INIT(lte_rrc_messageIdentifier_vals);
+value_string_ext lte_rrc_messageIdentifier_vals_ext = VALUE_STRING_EXT_INIT(lte_rrc_messageIdentifier_vals);
static const value_string lte_rrc_serialNumber_gs_vals[] = {
{ 0, "Display mode immediate, cell wide"},
@@ -3624,7 +3624,7 @@ void proto_register_lte_rrc(void) {
NULL, HFILL }},
{ &hf_lte_rrc_warningMessageSegment_decoded_page,
{ "Decoded Page", "lte-rrc.warningMessageSegment.decoded_page",
- FT_STRING, BASE_NONE, NULL, 0,
+ FT_STRING, STR_UNICODE, NULL, 0,
NULL, HFILL }},
{ &hf_lte_rrc_interBandTDD_CA_WithDifferentConfig_bit1,
{ "Bit 1", "lte-rrc.interBandTDD_CA_WithDifferentConfig.bit1",
diff --git a/epan/dissectors/asn1/lte-rrc/packet-lte-rrc-template.h b/epan/dissectors/asn1/lte-rrc/packet-lte-rrc-template.h
index 76ad9df287..cee3512e3b 100644
--- a/epan/dissectors/asn1/lte-rrc/packet-lte-rrc-template.h
+++ b/epan/dissectors/asn1/lte-rrc/packet-lte-rrc-template.h
@@ -23,6 +23,8 @@
#ifndef PACKET_LTE_RRC_H
#define PACKET_LTE_RRC_H
+extern value_string_ext lte_rrc_messageIdentifier_vals_ext;
+
#include "packet-lte-rrc-exp.h"
#endif /* PACKET_LTE_RRC_H */