summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-m3ap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-02-23 13:10:59 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-02-23 13:10:59 +0000
commit59ce03713486c3e4e180bb04ca45011a0760896c (patch)
tree354f411bd49aee7953dc731d0fd5b3666015ee3b /epan/dissectors/packet-m3ap.c
parent412c5a903c242d1ee6dbf532e2d41553b5c35bba (diff)
downloadwireshark-59ce03713486c3e4e180bb04ca45011a0760896c.tar.gz
Fix a 3GPP specification error.
svn path=/trunk/; revision=41161
Diffstat (limited to 'epan/dissectors/packet-m3ap.c')
-rw-r--r--epan/dissectors/packet-m3ap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-m3ap.c b/epan/dissectors/packet-m3ap.c
index ca11cd050f..e6f76b7382 100644
--- a/epan/dissectors/packet-m3ap.c
+++ b/epan/dissectors/packet-m3ap.c
@@ -899,7 +899,7 @@ dissect_m3ap_MCE_ID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, pro
static const per_sequence_t Global_MCE_ID_sequence[] = {
{ &hf_m3ap_pLMN_Identity , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_m3ap_PLMN_Identity },
{ &hf_m3ap_mCE_ID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_m3ap_MCE_ID },
- { &hf_m3ap_extendedMCE_ID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_m3ap_ExtendedMCE_ID },
+ { &hf_m3ap_extendedMCE_ID , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_m3ap_ExtendedMCE_ID },
{ &hf_m3ap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_m3ap_ProtocolExtensionContainer },
{ NULL, 0, 0, NULL }
};