mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
truncate fn is only active and used by dcerpc and smb parsers. In case
stream depth is reached for any side, truncate fn is supposed to set the
tx entity (request/response) in the same direction as complete so the
other side is not forever waiting for data.
However, whether the stream depth is reached is already checked by
AppLayerParserGetStateProgress fn which is called by:
- DetectTx
- DetectEngineInspectBufferGeneric
- AppLayerParserSetTransactionInspectId
- OutputTxLog
- AppLayerParserTransactionsCleanup
and, in such a case, StateGetProgressCompletionStatus is returned for
the respective direction. This fn following
|
8 months ago | |
---|---|---|
.. | ||
log.rs | 2 years ago | |
mod.rs | 9 months ago | |
nfs.rs | 8 months ago | |
nfs2.rs | 2 years ago | |
nfs2_records.rs | 1 year ago | |
nfs3.rs | 2 years ago | |
nfs3_records.rs | 1 year ago | |
nfs4.rs | 2 years ago | |
nfs4_records.rs | 2 years ago | |
nfs_records.rs | ||
rpc_records.rs | 2 years ago | |
types.rs | 2 years ago |