Commit Graph

21 Commits (main-8.0.x)

Author SHA1 Message Date
Jason Ish 3264677d4c ndpi: fix logging of pcap_cnt
PcapPacketCntGet does not exist in 8.0.x.
1 month ago
Antoine Abou Faysal 5ed352db7b plugins/ndpi: guard against NULL f->storage in all callbacks
(cherry picked from commit 29834e3917)
1 month ago
Victor Julien 6e6e12e42b ndpi: minor optimization
Check protocol before doing more expensive work.

(cherry picked from commit 28ba93e60c)
1 month ago
Victor Julien e0ad703a9a npdi: fix null pointer deref in detect keywords
Check for the existence of a flow before calling FlowGetStorageById() on it.

Ticket: #8308.
(cherry picked from commit 278da4bc6a)
2 months ago
Philippe Antoine a2b5225612 rust: bindgen SCSigMatchAppendSMToList
Ticket: 7667
11 months ago
Philippe Antoine 13449344e8 rust: bindgen SCDetectHelperKeywordRegister
Ticket: 7667
11 months ago
Jason Ish 9d5158594f util-device: break into public and private definitions
util-device.h exposes some details that are particularly problematic
for C++, even when wrapped in 'extern "C"'. To address this, break the
header into public and private parts. The public part exposes
LiveDevice as an opaque data structure, while the private header has
the actual definition.

The idea is that only Suricata C source files should include the
private header, it should not be re-included in any other header
file. And this is the header library users should use, however we
don't enforce it with tecnical means, a library user could still
include the private header, but the clue there is in the name.
12 months ago
Philippe Antoine 96afdce283 detect: rename SCSigTableElmt to SCSigTableAppLiteElmt 1 year ago
Jason Ish 155706f96b jsonbuilder: prefix C API with SC 1 year ago
Jason Ish 813eb27b95 rust/conf: use generated bindings to SCConf API 1 year ago
Jason Ish 22b77b0c56 conf: prefix conf API with SC 1 year 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
1 year 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
1 year 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.
1 year ago
Alfredo Cardigliano dfd9ef5784 ndpi: initial implementation of nDPI plugin
Ticket: #7231
1 year ago
Philippe Antoine c164cfcf6b plugins: check version for all plugins 1 year ago
Jeff Lucovsky 7d5c170dd2 gen/bool: Clarify bool checks
Remove comparisons with true or false with C bools.
1 year ago
Victor Julien 1591ad4408 packetpool: allow larger max-pending-packets
Original limit was due to a specific data structure.

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