aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/mms
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-05-22 16:17:54 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-05-22 16:17:54 +0000
commitdca634c4de4fb7e0cf17ca2bd616faa1e4d9348d (patch)
tree729f5dc1ed800790661b93fe56ac019bdb41130b /asn1/mms
parent5e33afbf50f7690a39415e0e4696ddbbbc64caff (diff)
Prepare for the use of the new -X parameter for BER encoded protocols.
svn path=/trunk/; revision=21889
Diffstat (limited to 'asn1/mms')
-rw-r--r--asn1/mms/mms.cnf6
1 files changed, 2 insertions, 4 deletions
diff --git a/asn1/mms/mms.cnf b/asn1/mms/mms.cnf
index bbb060e00f..585b6907e6 100644
--- a/asn1/mms/mms.cnf
+++ b/asn1/mms/mms.cnf
@@ -31,12 +31,10 @@ MMSpdu
#.FN_BODY ApplicationReference/ae-invocation-id
offset=dissect_acse_AE_invocation_identifier(FALSE, tvb, offset, actx, tree, hf_mms_ae_invocation_id);
-#.FN_BODY MMSpdu
+#.FN_BODY MMSpdu VAL_PTR=&branch_taken
gint branch_taken;
- offset = dissect_ber_choice(actx, tree, tvb, offset,
- MMSpdu_choice, hf_index, ett_mms_MMSpdu,
- &branch_taken);
+%(DEFAULT_BODY)s
if(check_col(actx->pinfo->cinfo, COL_INFO))
col_append_fstr(actx->pinfo->cinfo, COL_INFO, "%%s ", val_to_str(branch_taken, mms_MMSpdu_vals, "Unknown"));