dcerpc: do not error the whole flow on unhandled packet type

Ticket: 5133
(cherry picked from commit 55ad2953bf)
pull/15105/head
Philippe Antoine 2 months ago committed by Victor Julien
parent d3a11d96da
commit 8e14f4872d

@ -995,7 +995,7 @@ impl DCERPCState {
}
_ => {
SCLogDebug!("Unrecognized packet type: {:?}", x);
return AppLayerResult::err();
// skip unrecognized packet types such as AUTH3
}
},
None => {

Loading…
Cancel
Save