Lukas Sismis
Lukas Sismis
Follow-up of #10788 Link to Redmine tickets: - https://redmine.openinfosecfoundation.org/issues/6599 - https://redmine.openinfosecfoundation.org/issues/6686 Describe changes: v5 - inlined and shortened PATH variable edits in the RPM section - added minimal/recommended builds to...
Redmine ticket: https://redmine.openinfosecfoundation.org/issues/6927 Follow-up of: #10786 Describe changes: v2 - added a FatalError check on the number of LiveDevices - changed #if HAVE_DPDK to #if defined(HAVE_DPDK) && defined(UNITTESTS) - enabled...
Code of the example is outdated and had to be updated to work with the newest OpenAI Gymnasium API.
Getting time through the Time Stamp Counter (TSC) can be precise and fast, however only for a short duration of time. The implementation across CPUs seems to vary. The original...
Minor fix to run SCProfilingDump when packet profiling is enabled and not when rule profiling is enabled. SCProfilingDump is a function that dumps information related to packet profiling. https://redmine.openinfosecfoundation.org/issues/7218
Redmine ticket: https://redmine.openinfosecfoundation.org/issues/7036 This is a draft to discuss the user and implementation details of the ticket. Proposal for modes of assignment: ``` // threading.cpu-assignment: // - legacy - assign...
Followup of https://github.com/OISF/suricata/pull/11495 Cache Hyperscan serialized databases to disk to prevent compilation of the same databases when Suricata is run again with the same ruleset. The current work operates in...
Redmine ticket: https://redmine.openinfosecfoundation.org/issues/6927 Follow-up of: #10838 Describe changes: v3 - comments from Philippe - I left TAILQ_INIT in the finalize/cleanup functions - all elements of the arrays are cleaned but...
Redmine ticket: https://redmine.openinfosecfoundation.org/issues/6788 Note: - min-version changes between tests between 7 and 8, the ones with min-version == 7 is where behavior is not expected to change, the others are...
Explained in the MD document that is part of the PR - switch to "rich diff" mode for conversion to a readable format.