aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rnsap/rnsap.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/rnsap/rnsap.cnf')
-rw-r--r--asn1/rnsap/rnsap.cnf22
1 files changed, 11 insertions, 11 deletions
diff --git a/asn1/rnsap/rnsap.cnf b/asn1/rnsap/rnsap.cnf
index 6f8c1a9a29..79987b9dd5 100644
--- a/asn1/rnsap/rnsap.cnf
+++ b/asn1/rnsap/rnsap.cnf
@@ -15,8 +15,8 @@ RNSAP-PDU
VAL_PTR = &ProcedureCode
#.FN_FTR ProcedureCode
- if (check_col(pinfo->cinfo, COL_INFO))
- col_add_fstr(pinfo->cinfo, COL_INFO, "%s ",
+ if (check_col(actx->pinfo->cinfo, COL_INFO))
+ col_add_fstr(actx->pinfo->cinfo, COL_INFO, "%s ",
val_to_str(ProcedureCode, rnsap_ProcedureCode_vals,
"unknown message"));
#.FN_PARS ProtocolIE-ID
@@ -29,37 +29,37 @@ VAL_PTR = &ddMode
#.FN_BODY Extension
- offset = dissect_rnsap_ProtocolIEValueValue(tvb, offset, pinfo, tree);
+ offset = dissect_rnsap_ProtocolIEValueValue(tvb, offset, %(ACTX)s, tree);
#.FN_BODY InitiatingMessageValue
- offset = dissect_rnsap_InitiatingMessageValueValue(tvb, offset, pinfo, tree);
+ offset = dissect_rnsap_InitiatingMessageValueValue(tvb, offset, %(ACTX)s, tree);
#.FN_BODY SuccessfulOutcomeValue
- offset = dissect_rnsap_SuccessfulOutcomeValueValue(tvb, offset, pinfo, tree);
+ offset = dissect_rnsap_SuccessfulOutcomeValueValue(tvb, offset, %(ACTX)s, tree);
#.FN_BODY OutcomeValue
/* FIX ME */
guint length;
- offset = dissect_per_length_determinant(tvb, offset, pinfo, tree, hf_rnsap_pdu_length, &length);
+ offset = dissect_per_length_determinant(tvb, offset, %(ACTX)s, tree, hf_rnsap_pdu_length, &length);
offset = offset + length;
BYTE_ALIGN_OFFSET(offset)
#.FN_BODY UnsuccessfulOutcomeValue
- offset = dissect_rnsap_UnsuccessfulOutcomeValueValue(tvb, offset, pinfo, tree);
+ offset = dissect_rnsap_UnsuccessfulOutcomeValueValue(tvb, offset, %(ACTX)s, tree);
#.FN_BODY ProtocolIEValue
- offset = dissect_rnsap_ProtocolIEValueValue(tvb, offset, pinfo, tree);
+ offset = dissect_rnsap_ProtocolIEValueValue(tvb, offset, %(ACTX)s, tree);
#.FN_BODY FirstValue
/* FIX ME */
guint length;
- offset = dissect_per_length_determinant(tvb, offset, pinfo, tree, hf_rnsap_IE_length, &length);
+ offset = dissect_per_length_determinant(tvb, offset, %(ACTX)s, tree, hf_rnsap_IE_length, &length);
offset = offset + length;
BYTE_ALIGN_OFFSET(offset)
@@ -67,7 +67,7 @@ VAL_PTR = &ddMode
/* FIX ME */
guint length;
- offset = dissect_per_length_determinant(tvb, offset, pinfo, tree, hf_rnsap_IE_length, &length);
+ offset = dissect_per_length_determinant(tvb, offset, %(ACTX)s, tree, hf_rnsap_IE_length, &length);
offset = offset + length;
BYTE_ALIGN_OFFSET(offset)
@@ -76,7 +76,7 @@ VAL_PTR = &ddMode
/* FIX ME */
guint length;
- offset = dissect_per_length_determinant(tvb, offset, pinfo, tree, hf_rnsap_IE_length, &length);
+ offset = dissect_per_length_determinant(tvb, offset, %(ACTX)s, tree, hf_rnsap_IE_length, &length);
offset = offset + length;
BYTE_ALIGN_OFFSET(offset)