aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2015-05-08 17:16:53 +0100
committerAnders Broman <a.broman58@gmail.com>2015-05-09 07:16:41 +0000
commit9f613e33055fdea2476996002895000498c2de71 (patch)
tree25edf6529265ccf8fdc2a845e97d287a1d235e01 /asn1
parent2d63e58b478a138d5253e252b5ace694b4a7962b (diff)
RRC: add domain and release cause information to the INFO column.
Change-Id: If0bee7f283d6c4dd44618221d528fb55e30f510a Reviewed-on: https://code.wireshark.org/review/8353 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'asn1')
-rw-r--r--asn1/rrc/rrc.cnf7
1 files changed, 7 insertions, 0 deletions
diff --git a/asn1/rrc/rrc.cnf b/asn1/rrc/rrc.cnf
index bf164f486e..87b532725c 100644
--- a/asn1/rrc/rrc.cnf
+++ b/asn1/rrc/rrc.cnf
@@ -684,6 +684,7 @@ HNBName TYPE=FT_STRING DISPLAY=STR_UNICODE
#.FN_BODY CN-DomainIdentity VAL_PTR = &nas_sys_info_gsm_map
guint32 nas_sys_info_gsm_map;
%(DEFAULT_BODY)s
+ col_append_fstr(actx->pinfo->cinfo, COL_INFO, "(%%s)", val_to_str_const(nas_sys_info_gsm_map,rrc_CN_DomainIdentity_vals,"Unknown"));
actx->private_data = GUINT_TO_POINTER(nas_sys_info_gsm_map+1);
#.FN_BODY CN-InformationInfo/cn-CommonGSM-MAP-NAS-SysInfo
@@ -928,5 +929,11 @@ HNBName TYPE=FT_STRING DISPLAY=STR_UNICODE
actx->private_data = GUINT_TO_POINTER(RRC_NAS_SYS_INFO_PS+1);
%(DEFAULT_BODY)s
+#.FN_BODY ReleaseCause VAL_PTR=&value
+ guint32 value;
+%(DEFAULT_BODY)s
+ col_append_fstr(actx->pinfo->cinfo, COL_INFO, " [cause=%%s]",
+ val_to_str(value, rrc_ReleaseCause_vals, "Unknown"));
+
#.END