mirror of https://github.com/OISF/suricata
dcerpc: do not assume an upper bound on data
TCP data can be presented to the protocol parser in any way e.g. one byte at a time, single complete PDU, fragmented PDU, multiple PDUs at once. A limit of 1MB can be easily reached in some of such scenarios. Remove the check that rejects data that is more than 1MB.pull/12507/head
parent
84d7055056
commit
0d6017d174
Loading…
Reference in New Issue