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

Ticket: 5133
pull/15046/head
Philippe Antoine 2 months ago committed by Victor Julien
parent e9f8e17b16
commit 55ad2953bf

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

Loading…
Cancel
Save