Commit graph

32 commits

Author SHA1 Message Date
Luca Deri
3aadd4e8be Added tracings
Added details parameter to NetworkInterface::lua() and subclasses
2024-02-15 07:10:24 +01:00
Luca Deri
55870e97b9 (C) Update 2024-01-12 11:44:18 +01:00
Luca Deri
0b61572e16 Fixes #7923 2023-10-24 12:56:50 +02:00
Luca Deri
4db4ca7761 ZMQ Fixes 2023-10-09 23:51:14 +02:00
Luca Deri
93166909a2 Fixed crash in ZMQ probe lifecycle 2023-06-13 22:28:21 +02:00
Alfredo Cardigliano
0edd399d2e Keep track of active probes 2023-06-12 16:45:48 +02:00
Alfredo Cardigliano
e07dbb55f8 Change/fix source_id which is 32-bit in zmq messages v2 2023-06-09 17:24:06 +02:00
Alfredo Cardigliano
fa32379501 Add ZMQUtils class used by ZMQCollectorInterface and ZMQPublisher. Add support for encryption in ZMQPublisher. 2023-05-31 11:38:04 +02:00
Alfredo Cardigliano
c8bbb0196b Make findEncryptionKeys callable from external classes 2023-05-30 18:55:27 +02:00
Alfredo Cardigliano
ac75d47024 Rework/cleanup ZMQ key generation 2023-05-30 18:07:23 +02:00
lucaderi
d395deac4e Automated commit of clang-format CI changes. 2023-04-07 14:20:44 +00:00
Luca Deri
f726b867c7 Updated (C) 2023-01-01 16:37:57 +01:00
Alfredo Cardigliano
068cee7d6d Fix num_subscribers type 2022-11-18 16:54:07 +01:00
Alfredo Cardigliano
f2060f2488 Copyright update (C) 2022-01-03 09:35:09 +01:00
Luca
ff3f9a43a1 Introduced traffic direction in ZMQ when %DIRECTION information
element is set in the nProbe template (-T)
2021-06-28 09:13:58 +02:00
Alfredo Cardigliano
c658b8ed24 Full purge idle scan on shutdown when processing pcap 2021-02-11 15:56:43 +01:00
Luca Deri
a1178a0791 Updated (C) 2021-01-02 12:08:23 +01:00
Simone Mainardi
17ad258589 Fixes exporter stats displayed for invalid interfaces
Fixes #4559
2020-10-11 14:04:45 +02:00
Alfredo Cardigliano
eaa98e6002 Show counters for unhandled flows 2020-09-16 18:52:19 +02:00
Luca Deri
192a1cf942 Fixed logic of flow purging with ZMQ interfaces 2020-08-07 23:31:43 +02:00
Alfredo Cardigliano
6e1e21f7ba Fix interface type detection with sub interfaces 2020-07-20 12:20:13 +02:00
Simone Mainardi
1658074448 Allows custom protocols to be set on dynamic interfaces
Fixes #4071
2020-06-24 14:38:47 +02:00
Luca Deri
57e6a93065 Improved scheduling algorithm to guarantee minimum service time when number of entries allow
Updated (C)
2020-01-06 23:36:36 +01:00
Alfredo Cardigliano
8a58dcdd37 Compilation fix for ubuntu8 (checking ZMQ version) 2019-11-21 17:02:17 +01:00
Alfredo Cardigliano
e585ad9f1b Autogenerate persistent ZMQ CURVE key pairs. Display the public key in the interface details. New --zmq-encryption option to enable encryption (disabled by default for the time being) 2019-11-21 13:01:48 +01:00
Simone Mainardi
008b0ca1fb Fixes certain hash entries never returned as idle 2019-10-11 15:39:14 +02:00
Simone Mainardi
77c1f85cd3 Implements interface and collection stats reset for ZMQ interfaces 2019-09-13 12:12:54 +02:00
Simone Mainardi
72ebd961c9 Adds ZMQ total message and avg flows/msg counters 2019-09-09 12:57:04 +02:00
Simone Mainardi
f035d5c894 Reworks shutdown operations to properly terminate pool loops and periodic activites 2019-07-25 11:58:13 +02:00
Simone Mainardi
2309e6df5e Initial work to parse nProbe mini eBPF fields via ZMQ 2019-04-23 20:18:01 +02:00
Simone Mainardi
db26158c3e Handles drops in ZMQ collector mode 2019-04-18 12:08:01 +02:00
Alfredo Cardigliano
61a8ce9a76 Implemented SyslogCollectorInterface/SyslogParserInterface
Implemented TCP-based syslog collector (multi producer)
Initial Suricata EVE events parsing (basic flows)
Reworked ZMQ CollectorInterface/Parser interface hierarchy
2019-04-02 18:32:52 +02:00
Renamed from include/CollectorInterface.h (Browse further)