summaryrefslogtreecommitdiff
path: root/asn1/camel/camel.cnf
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-04-18 21:52:11 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-04-18 21:52:11 +0000
commite7e9a81155e869f8e46483749fed1d87a7a84d90 (patch)
tree34f6da0e8868524bd502354d7fd08ecb126c1a7b /asn1/camel/camel.cnf
parent4d0920e5d6924e59d95249e55fb6a8bcdfcc0a55 (diff)
downloadwireshark-e7e9a81155e869f8e46483749fed1d87a7a84d90.tar.gz
Fix to BUG GSM CAMEL-3 GPRS InvokeInitialDPGPRS.APN decoded incorrectly
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1543 svn path=/trunk/; revision=21471
Diffstat (limited to 'asn1/camel/camel.cnf')
-rw-r--r--asn1/camel/camel.cnf19
1 files changed, 1 insertions, 18 deletions
diff --git a/asn1/camel/camel.cnf b/asn1/camel/camel.cnf
index e68be422e2..8de2aacae9 100644
--- a/asn1/camel/camel.cnf
+++ b/asn1/camel/camel.cnf
@@ -381,24 +381,6 @@ tvbuff_t *parameter_tvb;
de_gmm_ms_radio_acc_cap(parameter_tvb, subtree, 0, tvb_length_remaining(parameter_tvb,0), NULL, 0);
#.END
-#----------------------------------------------------------------------------------------
-#.FN_PARS AccessPointName
- VAL_PTR = &parameter_tvb
-
-#.FN_BODY AccessPointName
-
- tvbuff_t *parameter_tvb;
- proto_item *item;
- proto_tree *subtree;
-
-%(DEFAULT_BODY)s
-
- if (!parameter_tvb)
- return offset;
- item = get_ber_last_created_item();
- subtree = proto_item_add_subtree(item, ett_camel_AccessPointName);
- de_sm_apn(parameter_tvb, subtree, 0, tvb_length_remaining(parameter_tvb,0), NULL, 0);
-#.END
#----------------------------------------------------------------------------------------
#.FN_PARS PDPTypeOrganization
@@ -506,4 +488,5 @@ tvbuff_t *parameter_tvb;
CallingPartysCategory TYPE = FT_UINT16 DISPLAY = BASE_DEC STRINGS = VALS(isup_calling_partys_category_value)
PDPTypeOrganization TYPE = FT_UINT8 DISPLAY = BASE_DEC BITMASK = 0x0f STRINGS = VALS(gsm_map_PDP_Type_Organisation_vals)
DateAndTime TYPE = FT_STRING DISPLAY = NONE
+AccessPointName TYPE = FT_STRING DISPLAY = NONE
#.END