-
* [x] Linux kernel support to work around `skb_orphan()`
* [x] Add tests
* [x] Validate against Cilium
* [x] Submit upstream
* v1: [lore](https://lore.kernel.org/netdev/20200312233648.1767-1…
tgraf updated
2 weeks ago
-
I am trying to compile a simple P4 program containing ingress to egress packet cloning (mirroring) logic with the p4c-ebpf backend targeting the PSA architecture, but the compilation fails, because in…
-
This blew up on my machine today:
```
--- FAIL: TestNetkitAnchor (0.00s)
quicktest.go:12:
error:
got non-nil value
got:
e"netlink receive: file exists"
…
-
It fails to load on Linux but it loads fine on Windows.
[sample.zip](https://github.com/user-attachments/files/16752860/sample.zip)
```java
Cannot invoke "ghidra.program.model.symbol.Symbol.get…
-
### Suggestion
Every time cilium/ebpf uses `mmap(MAP_ANONYMOUS)`, it should give a name to the memory region indicating its purpose (i.e. ring buffer for a specific ebpf map).
```c
share = mm…
alban updated
4 weeks ago
-
I installed `libbpf-dev` (without which the build failed because of not finding `bpf/bpf_helpers.h`)
```
./configure BPFC=bpf-gcc BPFLD=bpf-ld
make BPFC=bpf-gcc BPFLD=bpf-ld
```
It successful…
-
Hi,
This is more a feature request. eBpf allows to capture TLS packets. It would be fantastic if sngrep can use it and capture TLS without need of recompiling and cert. :)
Thank you!
-
**Describe the bug**
I cannot run v1.6.6-1 on Linux Aeon. Just installed Aeon, so I do not have experience with previous opensnitch versions.
- OpenSnitch version: 1.6.6-1
- OS: Aeon (atomic Op…
-
Hello!
I _think_ I may have found an off-by-one error in the various histogram macros provided by `maps.bpf.h` - the tl;dr is that when I record a value in an `exp2` histogram, I see that value ref…
-
## Expected Behavior
* close idle TCP session, or network socket.
## Current Behavior
We noticed that if there is a long period of inactivity in packet exchange within a TCP session, ne…