mirror of https://github.com/OISF/suricata
cybersecurityidsintrusion-detection-systemintrusion-prevention-systemipsnetwork-monitornetwork-monitoringnsmsecuritysuricatathreat-hunting
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.
In preparation of a patchset that will allow for disabling the detect module, this patch introduces a way to register a function for getting the lowest active tx id. This is used by the app layer for cleaning up transactions that already fully inspected, and by the flow timeout code to determine if a flow is fully inspected and logged at timeout. The registration function RegisterAppLayerGetActiveTxIdFunc allows for registration of a custom function of type: uint64_t (*GetActiveTxIdFunc)(Flow *f, uint8_t flags); If no function is called, AppLayerTransactionGetActiveDetectLog is used, which implements the existing behaviour of considering both the inspect_id's and the log_id. |
12 years ago | |
---|---|---|
benches | 16 years ago | |
contrib | 12 years ago | |
doc | 13 years ago | |
m4 | 16 years ago | |
qa | 12 years ago | |
rules | 12 years ago | |
scripts | 13 years ago | |
src | 12 years ago | |
.gitignore | 12 years ago | |
COPYING | 16 years ago | |
ChangeLog | 12 years ago | |
LICENSE | 16 years ago | |
Makefile.am | 12 years ago | |
Makefile.cvs | 16 years ago | |
acsite.m4 | 16 years ago | |
autogen.sh | 13 years ago | |
classification.config | 16 years ago | |
config.rpath | 12 years ago | |
configure.ac | 12 years ago | |
doxygen.cfg | 12 years ago | |
reference.config | 14 years ago | |
suricata.yaml.in | 12 years ago | |
threshold.config | 13 years ago |