Commit Graph

14 Commits (833a738dd1429f63c79d95edf25bb86fcc15b51a)

Author SHA1 Message Date
Philippe Antoine 96afdce283 detect: rename SCSigTableElmt to SCSigTableAppLiteElmt 4 months ago
Jason Ish 155706f96b jsonbuilder: prefix C API with SC 5 months ago
Jason Ish 813eb27b95 rust/conf: use generated bindings to SCConf API 5 months ago
Jason Ish 22b77b0c56 conf: prefix conf API with SC 5 months ago
Jason Ish 81915548de ndpi: ignore packets that have a different proto than the flow
This can happen when the flow is UDP, but an ICMP unreachable is
returned, which gets assigned to the same flow.

Reference: https://github.com/ntop/nDPI/issues/2762
5 months ago
Jason Ish 10ed6280ff ndpi: fix memory in keyword setup
- remove duplicate calls to ndpi_init_detection_module
- cleanup ndpi_init_detection_module when no longer needed
5 months ago
Jason Ish d3835bbb11 detect: split new keyword id from registration
Split DetectHelperKeywordRegister into 2 functions, one for acquiring
a new keyword ID, and another to perform the registration.

This makes it easier to do the traditional C keyword initialization
with a dynamic ID.
5 months ago
Alfredo Cardigliano dfd9ef5784 ndpi: initial implementation of nDPI plugin
Ticket: #7231
5 months ago
Philippe Antoine c164cfcf6b plugins: check version for all plugins 5 months ago
Jeff Lucovsky 7d5c170dd2 gen/bool: Clarify bool checks
Remove comparisons with true or false with C bools.
6 months ago
Victor Julien 1591ad4408 packetpool: allow larger max-pending-packets
Original limit was due to a specific data structure.

(lifted from 96a0ffadde)
10 months ago
Jeff Lucovsky d5feb8accc napatech: add as plugin
Issue: 7165
10 months ago
Victor Julien 96a0ffadde packetpool: allow larger max-pending-packets
Original limit was due to a specific data structure.
12 months ago
Jason Ish 79df4b4c89 pf-ring: add as plugin
Ticket: #7162
1 year ago