dcerpc: Missing break in switch (CID 280449 & 280450 & 284051)

Change-Id: I68fa9650c234c0f1fb8464b464a781b54f2c728c
Reviewed-on: https://code.wireshark.org/review/5657
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2014-12-07 19:51:16 +01:00 committed by Michael Mann
parent 9d8cb74abf
commit 42cdc2bc9b
1 changed files with 3 additions and 0 deletions

View File

@ -4584,6 +4584,7 @@ dissect_dcerpc_cn_rts(tvbuff_t *tvb, gint offset, packet_info *pinfo,
default:
break;
}
break;
case RTS_FLAG_IN_CHANNEL:
switch (commands_nb) {
case 7:
@ -4594,6 +4595,7 @@ dissect_dcerpc_cn_rts(tvbuff_t *tvb, gint offset, packet_info *pinfo,
default:
break;
}
break;
case RTS_FLAG_OUT_CHANNEL|RTS_FLAG_RECYCLE_CHANNEL:
switch (commands_nb) {
case 7:
@ -4627,6 +4629,7 @@ dissect_dcerpc_cn_rts(tvbuff_t *tvb, gint offset, packet_info *pinfo,
default:
break;
}
break;
case RTS_FLAG_EOF:
switch (commands_nb) {
case 1: