aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cmip
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-21 21:12:09 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-21 21:12:09 +0000
commit8cb2bd149d04d2386a0c522e97ef4669564f5585 (patch)
tree68fb52d6451f213d2aac83fac70ff15605ae509e /asn1/cmip
parent04b037b32804abcd2a66a126a8759c8a32cbd2a3 (diff)
change the symbol dissect_ber_CHOICE back into dissect_ber_choice
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14980 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/cmip')
-rw-r--r--asn1/cmip/cmip.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/cmip/cmip.cnf b/asn1/cmip/cmip.cnf
index b421c93454..618b310bb4 100644
--- a/asn1/cmip/cmip.cnf
+++ b/asn1/cmip/cmip.cnf
@@ -40,7 +40,7 @@ InvokeIDType
guint32 value;
offset = dissect_ber_integer(implicit_tag, pinfo, tree, tvb, offset, hf_index, &value);
if(check_col(pinfo->cinfo, COL_INFO)){
- col_append_fstr(pinfo->cinfo, COL_INFO, " AbortSource:%s", val_to_str(value, cmip_CMIPAbortSource_vals, " Unknown AbortSource:%d"));
+ col_append_fstr(pinfo->cinfo, COL_INFO, " AbortSource:%%s", val_to_str(value, cmip_CMIPAbortSource_vals, " Unknown AbortSource:%%d"));
}
#.END