aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x420.c
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2007-07-14 08:16:43 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2007-07-14 08:16:43 +0000
commit406b6bb630d46cb9fcbbef493af1805e9e6314d0 (patch)
tree280246951d789721d06b8b5a5e4d80fd92e8da38 /epan/dissectors/packet-x420.c
parentfad7133f8188d0f8600549c967b065ea09256d6b (diff)
From Stig Bjorlykke.
ExtendedBodyPart parameters are OPTIONAL. svn path=/trunk/; revision=22307
Diffstat (limited to 'epan/dissectors/packet-x420.c')
-rw-r--r--epan/dissectors/packet-x420.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-x420.c b/epan/dissectors/packet-x420.c
index f937161781..a25c5cce57 100644
--- a/epan/dissectors/packet-x420.c
+++ b/epan/dissectors/packet-x420.c
@@ -1742,7 +1742,7 @@ static int dissect_nationally_defined_impl(proto_tree *tree _U_, tvbuff_t *tvb _
static const ber_old_sequence_t ExtendedBodyPart_sequence[] = {
- { BER_CLASS_CON, 0, BER_FLAGS_IMPLTAG, dissect_extended_parameters_impl },
+ { BER_CLASS_CON, 0, BER_FLAGS_OPTIONAL|BER_FLAGS_IMPLTAG, dissect_extended_parameters_impl },
{ BER_CLASS_UNI, 8, BER_FLAGS_NOOWNTAG, dissect_extended_data },
{ 0, 0, 0, NULL }
};