aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/s1ap
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-19 09:56:18 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-19 09:56:18 +0000
commit03ecdd65129c1d9f163905a7a68503c6b96a6635 (patch)
tree6f33171a766a5652432708d64729dc6f8278f9a4 /asn1/s1ap
parent0c4b172432993c34a9eb043494c29a3b7cae9cdf (diff)
ENBname is now a PrintableString. handling in .cnf no longer needed.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31014 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/s1ap')
-rw-r--r--asn1/s1ap/s1ap.cnf25
1 files changed, 0 insertions, 25 deletions
diff --git a/asn1/s1ap/s1ap.cnf b/asn1/s1ap/s1ap.cnf
index 2ae08ed2b3..ab067a612a 100644
--- a/asn1/s1ap/s1ap.cnf
+++ b/asn1/s1ap/s1ap.cnf
@@ -175,31 +175,6 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
return offset;
dissect_e212_mcc_mnc(parameter_tvb, tree, 0);
#.END
-#.FN_BODY ENBname VAL_PTR = parameter_tvb
- tvbuff_t *parameter_tvb=NULL;
- int length;
- int p_offset;
- gboolean is_ascii;
-
- offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
- NO_BOUND, NO_BOUND, FALSE, &parameter_tvb);
-
- if (!parameter_tvb)
- return offset;
-
- length = tvb_length(parameter_tvb);
-
- is_ascii = TRUE;
- for (p_offset=0; p_offset < length; p_offset++){
- if(!isalpha(tvb_get_guint8(parameter_tvb, p_offset ))){
- is_ascii = FALSE;
- break;
- }
- }
- if (is_ascii)
- proto_item_append_text(actx->created_item,"(%%s)",tvb_format_text(parameter_tvb, 0, length));
-
-#.END
#.FN_BODY NAS-PDU VAL_PTR = &parameter_tvb