aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cmip/packet-cmip-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/cmip/packet-cmip-template.c')
-rw-r--r--asn1/cmip/packet-cmip-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/cmip/packet-cmip-template.c b/asn1/cmip/packet-cmip-template.c
index d6e62344e3..95951b121e 100644
--- a/asn1/cmip/packet-cmip-template.c
+++ b/asn1/cmip/packet-cmip-template.c
@@ -120,10 +120,10 @@ dissect_cmip(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
case SES_CONNECTION_ACCEPT:
case SES_DISCONNECT:
case SES_FINISH:
+ case SES_REFUSE:
dissect_cmip_CMIPUserInfo(FALSE,tvb,0,pinfo,tree,-1);
break;
case SES_ABORT:
- case SES_REFUSE:
dissect_cmip_CMIPAbortInfo(FALSE,tvb,0,pinfo,tree,-1);
break;
case SES_DATA_TRANSFER: