From c7db6a5d4d39c1930870c1854fea9e98a236f735 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 3 Jan 2012 22:12:16 +0000 Subject: [PATCH] From Pascal Quantin: Display Home eNodeB name. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6691 svn path=/trunk/; revision=40363 --- asn1/lte-rrc/lte-rrc.cnf | 3 +++ epan/dissectors/packet-lte-rrc.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/asn1/lte-rrc/lte-rrc.cnf b/asn1/lte-rrc/lte-rrc.cnf index 8d5d2352c3..ee7497bce6 100644 --- a/asn1/lte-rrc/lte-rrc.cnf +++ b/asn1/lte-rrc/lte-rrc.cnf @@ -356,6 +356,9 @@ if(ue_eutra_cap_tvb){ } } +#.TYPE_ATTR +SystemInformationBlockType9/hnb-Name TYPE=FT_STRING DISPLAY=BASE_NONE + #.FN_HDR MasterInformationBlock col_append_str(actx->pinfo->cinfo, COL_INFO, "MasterInformationBlock "); diff --git a/epan/dissectors/packet-lte-rrc.c b/epan/dissectors/packet-lte-rrc.c index ee30f06c90..c5c73a5a40 100644 --- a/epan/dissectors/packet-lte-rrc.c +++ b/epan/dissectors/packet-lte-rrc.c @@ -22173,7 +22173,7 @@ void proto_register_lte_rrc(void) { "INTEGER_0_7", HFILL }}, { &hf_lte_rrc_hnb_Name, { "hnb-Name", "lte-rrc.hnb_Name", - FT_BYTES, BASE_NONE, NULL, 0, + FT_STRING, BASE_NONE, NULL, 0, "OCTET_STRING_SIZE_1_48", HFILL }}, { &hf_lte_rrc_messageIdentifier, { "messageIdentifier", "lte-rrc.messageIdentifier",