Commit Graph

10 Commits (main)

Author SHA1 Message Date
Victor Julien 7c0776abeb counters: remove ThreadVars from counter registration
Just pass the StatsThreadContext pointer directly.
1 month ago
Victor Julien 045142a1f1 counters: regular counter Set API update 1 month ago
Victor Julien 444166ec84 counters: move regular counter id to dedicated type 1 month ago
Victor Julien f6b67a8d50 napatech: update thread count callback to match API change 4 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.
9 months ago
Jason Ish 22b77b0c56 conf: prefix conf API with SC 10 months ago
Philippe Antoine c164cfcf6b plugins: check version for all plugins 10 months ago
Jeff Lucovsky 7d5c170dd2 gen/bool: Clarify bool checks
Remove comparisons with true or false with C bools.
11 months ago
Victor Julien 1591ad4408 packetpool: allow larger max-pending-packets
Original limit was due to a specific data structure.

(lifted from 96a0ffadde)
1 year ago
Jeff Lucovsky d5feb8accc napatech: add as plugin
Issue: 7165
1 year ago