aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/nbap/nbap.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/nbap/nbap.cnf')
-rw-r--r--asn1/nbap/nbap.cnf24
1 files changed, 12 insertions, 12 deletions
diff --git a/asn1/nbap/nbap.cnf b/asn1/nbap/nbap.cnf
index 72604dd96f..4dc30bc151 100644
--- a/asn1/nbap/nbap.cnf
+++ b/asn1/nbap/nbap.cnf
@@ -1,7 +1,7 @@
# nbap.cnf
# nbap conformation file
# Copyright 2005 Anders Broman
-# $Id:$
+# $Id$
#.PDU
NBAP-PDU
@@ -20,8 +20,8 @@ CellSyncBurstTiming/initialPhase initialPhase_0_1048575
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, nbap_ProcedureCode_vals,
"unknown message"));
#.FN_PARS ProtocolIE-ID
@@ -36,39 +36,39 @@ VAL_PTR = &ddMode
/* FIX ME */
guint length;
- offset = dissect_per_length_determinant(tvb, offset, pinfo, tree, hf_nbap_IE_length, &length);
+ offset = dissect_per_length_determinant(tvb, offset, %(ACTX)s, tree, hf_nbap_IE_length, &length);
offset = offset + length;
BYTE_ALIGN_OFFSET(offset)
#.FN_BODY InitiatingMessageValue
- offset = dissect_nbap_InitiatingMessageValueValue(tvb, offset, pinfo, tree);
+ offset = dissect_nbap_InitiatingMessageValueValue(tvb, offset, %(ACTX)s, tree);
#.FN_BODY SuccessfulOutcomeValue
- offset = dissect_nbap_SuccessfulOutcomeValueValue(tvb, offset, pinfo, tree);
+ offset = dissect_nbap_SuccessfulOutcomeValueValue(tvb, offset, %(ACTX)s, tree);
#.FN_BODY OutcomeValue
/* FIX ME */
guint length;
- offset = dissect_per_length_determinant(tvb, offset, pinfo, tree, hf_nbap_pdu_length, &length);
+ offset = dissect_per_length_determinant(tvb, offset, %(ACTX)s, tree, hf_nbap_pdu_length, &length);
offset = offset + length;
BYTE_ALIGN_OFFSET(offset)
#.FN_BODY UnsuccessfulOutcomeValue
- offset = dissect_nbap_UnsuccessfulOutcomeValueValue(tvb, offset, pinfo, tree);
+ offset = dissect_nbap_UnsuccessfulOutcomeValueValue(tvb, offset, %(ACTX)s, tree);
#.FN_BODY ProtocolIEValue
- offset = dissect_nbap_ProtocolIEValueValue(tvb, offset, pinfo, tree);
+ offset = dissect_nbap_ProtocolIEValueValue(tvb, offset, %(ACTX)s, tree);
#.FN_BODY FirstValue
/* FIX ME */
guint length;
- offset = dissect_per_length_determinant(tvb, offset, pinfo, tree, hf_nbap_IE_length, &length);
+ offset = dissect_per_length_determinant(tvb, offset, %(ACTX)s, tree, hf_nbap_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_nbap_IE_length, &length);
+ offset = dissect_per_length_determinant(tvb, offset, %(ACTX)s, tree, hf_nbap_IE_length, &length);
offset = offset + length;
BYTE_ALIGN_OFFSET(offset)
@@ -85,6 +85,6 @@ VAL_PTR = &ddMode
/* FIX ME */
guint length;
- offset = dissect_per_length_determinant(tvb, offset, pinfo, tree, hf_nbap_IE_length, &length);
+ offset = dissect_per_length_determinant(tvb, offset, %(ACTX)s, tree, hf_nbap_IE_length, &length);
offset = offset + length;
BYTE_ALIGN_OFFSET(offset)