aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/inap/inap.cnf
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-07-04 13:27:44 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-07-04 13:27:44 +0000
commitde416e9532c1a2c46177c662e8e71fc6af971333 (patch)
treed5deb4491a109d1fd1c500e91798cefa8b281e1f /asn1/inap/inap.cnf
parent830903c56a9ce5701447a0e3592815294a85b420 (diff)
Preparations for updated CAMEL dissector.
svn path=/trunk/; revision=22239
Diffstat (limited to 'asn1/inap/inap.cnf')
-rw-r--r--asn1/inap/inap.cnf46
1 files changed, 17 insertions, 29 deletions
diff --git a/asn1/inap/inap.cnf b/asn1/inap/inap.cnf
index 7b46769549..2a79bb9d5e 100644
--- a/asn1/inap/inap.cnf
+++ b/asn1/inap/inap.cnf
@@ -3,6 +3,17 @@
# $Id$
#.EXPORTS
+BothwayThroughConnectionInd
+CallingPartysCategory
+CriticalityType
+Duration
+HighLayerCompatibility
+Integer4
+Interval
+LegID
+MiscCallInfo
+RedirectionInformation
+ServiceKey
#.NO_EMIT
@@ -105,10 +116,7 @@ ReceivedInformationArg
col_add_fstr(actx->pinfo->cinfo, COL_INFO, "%s ", val_to_str(opcode, inap_opr_code_strings, "Unknown Inap (%u)"));
}
-#.FN_PARS CalledPartyNumber
-VAL_PTR = &parameter_tvb
-
-#.FN_BODY CalledPartyNumber
+#.FN_BODY CalledPartyNumber VAL_PTR = &parameter_tvb
tvbuff_t *parameter_tvb;
%(DEFAULT_BODY)s
@@ -118,11 +126,7 @@ VAL_PTR = &parameter_tvb
dissect_isup_called_party_number_parameter(parameter_tvb, tree, NULL);
-#.FN_PARS CallingPartyNumber
-
-VAL_PTR = &parameter_tvb
-
-#.FN_BODY CallingPartyNumber
+#.FN_BODY CallingPartyNumber VAL_PTR = &parameter_tvb
tvbuff_t *parameter_tvb;
%(DEFAULT_BODY)s
@@ -133,11 +137,7 @@ VAL_PTR = &parameter_tvb
dissect_isup_calling_party_number_parameter(parameter_tvb, tree, NULL);
-#.FN_PARS BearerCapability/bearerCap
-
- VAL_PTR = &parameter_tvb
-
-#.FN_BODY BearerCapability/bearerCap
+#.FN_BODY BearerCapability/bearerCap VAL_PTR = &parameter_tvb
tvbuff_t *parameter_tvb;
@@ -148,11 +148,7 @@ VAL_PTR = &parameter_tvb
dissect_q931_bearer_capability_ie(parameter_tvb, 0, tvb_length_remaining(parameter_tvb,0), tree);
-#.FN_PARS RedirectionInformation
-
- VAL_PTR = &parameter_tvb
-
-#.FN_BODY RedirectionInformation
+#.FN_BODY RedirectionInformation VAL_PTR = &parameter_tvb
tvbuff_t *parameter_tvb;
@@ -163,11 +159,7 @@ VAL_PTR = &parameter_tvb
dissect_isup_redirection_information_parameter(parameter_tvb, tree, NULL);
-#.FN_PARS OriginalCalledPartyID
-
- VAL_PTR = &parameter_tvb
-
-#.FN_BODY OriginalCalledPartyID
+#.FN_BODY OriginalCalledPartyID VAL_PTR = &parameter_tvb
tvbuff_t *parameter_tvb;
@@ -177,11 +169,7 @@ VAL_PTR = &parameter_tvb
return offset;
dissect_isup_original_called_number_parameter(parameter_tvb, tree, NULL);
-#.FN_PARS RedirectingPartyID
-
- VAL_PTR = &parameter_tvb
-
-#.FN_BODY RedirectingPartyID
+#.FN_BODY RedirectingPartyID VAL_PTR = &parameter_tvb
tvbuff_t *parameter_tvb;