aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rrc
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-12-08 20:03:15 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-12-08 20:03:15 +0000
commit93398e794e9afb2e304d27d86287db3054724755 (patch)
treeb28073e4314ca33a4058bfd392df1642576a1f40 /asn1/rrc
parent2dd25c2c482e573a26db19db995dd171c7667cea (diff)
Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the remaining dissectors
svn path=/trunk/; revision=53867
Diffstat (limited to 'asn1/rrc')
-rw-r--r--asn1/rrc/rrc.cnf5
1 files changed, 2 insertions, 3 deletions
diff --git a/asn1/rrc/rrc.cnf b/asn1/rrc/rrc.cnf
index ea95626ec5..9fd5918b5c 100644
--- a/asn1/rrc/rrc.cnf
+++ b/asn1/rrc/rrc.cnf
@@ -645,14 +645,13 @@ fp_info *fpinf ;
}
#.TYPE_ATTR
-HNBName TYPE=FT_STRING DISPLAY=BASE_NONE
+HNBName TYPE=FT_STRING DISPLAY=STR_UNICODE
#.FN_BODY HNBName VAL_PTR = &hnbname_tvb HF_INDEX = -1
tvbuff_t *hnbname_tvb = NULL;
%(DEFAULT_BODY)s
- actx->created_item = proto_tree_add_unicode_string(tree, hf_index, hnbname_tvb, 0, -1,
- tvb_get_string_enc(wmem_packet_scope(), hnbname_tvb, 0, tvb_length(hnbname_tvb), ENC_UTF_8 | ENC_NA));
+ actx->created_item = proto_tree_add_item(tree, hf_index, hnbname_tvb, 0, -1, ENC_UTF_8|ENC_NA);
#.FN_BODY CN-DomainIdentity VAL_PTR = &nas_sys_info_gsm_map
guint32 nas_sys_info_gsm_map;