AW Arne Welzel
- Login: arne.welzel
- Registered on: 11/11/2021
- Last sign in: 02/04/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 7 | 7 |
| Reported issues | 0 | 5 | 5 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Suricata | Developer | 02/06/2024 |
| Suricata-Update | Developer | 02/06/2024 |
Activity
02/06/2024
- AW 09:53 AM Suricata Bug #6732: eve/stats: parent interface object in stats contains VLAN-ID as keys
- Proposed fix: https://github.com/OISF/suricata/pull/10316
10/13/2023
- AW 05:09 PM Suricata Bug #6398: eve/stats: threads object in stats contains memcap_pressure scalars
- Ah, here's the issue to the original report - I forgot to include it in the description:
https://github.com/corelight/suricata_exporter/issues/11
10/12/2023
- AW 01:26 PM Suricata Bug #6398 (Closed): eve/stats: threads object in stats contains memcap_pressure scalars
- The suricata_exporter translating from Suricata's dump-counters JSON output to Prometheus metrics expects all entries in the "threads" object to map thread names to further JSON objects containing stats for individual threads.
08/20/2023
- AW 03:51 PM Suricata Bug #6276 (Closed): community-id: Fix IPv6 address sorting not respecting byte order
- Reported by @AlyaGomaa on the pycommunityid project:
https://github.com/corelight/pycommunityid/issues/8
The following flow produces the wrong community id value:
```
"src_ip": "fe80:0000:0000:0000:00d2:4591:568e:c3d1",
"s...
03/29/2023
- AW 04:09 PM Suricata Bug #5955 (Closed): af-packet: duplicate packets when sniffing on loopback interface
- I've recently come across this snippet in libpcap:
https://github.com/the-tcpdump-group/libpcap/blob/244080f5f9d4f17340041d1f5a3efd278ff08d7b/pcap-linux.c#L1173-L1181
05/05/2022
- AW 08:09 AM Suricata Bug #5331 (Closed): stacktrace-on-signal: Kills all processes in the same process group
- A test in our CI pipeline tickled a Suricata segfault, `stacktrace-on-signal` functionality was enabled and our test driver was killed when re-raising the signal to the whole process group rather than just the Suricata process.
Will o...
02/13/2022
- AW 01:56 PM Suricata Bug #5073 (In Review): Off-by-one in flow-manager flow_hash row allocation
- AW 01:55 PM Suricata Bug #5073 (Closed): Off-by-one in flow-manager flow_hash row allocation
- When configuring more than one flow manager, a single row between the per-flow-manager ranges is left-out.
The current code doesn't cover all rows when more than one flow manager is
used. It leaves a single row between ftd->max and f...