Commit Graph

8 Commits (77ddbbb9c88cb499d702d1273383fb2c6fd7df1e)

Author SHA1 Message Date
Victor Julien 77ddbbb9c8 counters: regular counter get local API update 8 months ago
Victor Julien 78da4cfcae counters: regular counter Incr API update 8 months ago
Victor Julien 045142a1f1 counters: regular counter Set API update 8 months ago
Victor Julien c27d0b4192 counters: remove ThreadVars from sync API 8 months ago
Victor Julien 444166ec84 counters: move regular counter id to dedicated type 8 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.
1 year 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