We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c369096 + 42ee12b commit f7bf59bCopy full SHA for f7bf59b
README.md
@@ -5,3 +5,4 @@ Projects that use elibpcap:
5
- [eCapture](https://github.com/gojue/ecapture)
6
- [ptcpdump](https://github.com/mozillazg/ptcpdump)
7
- [skbdist](https://github.com/Asphaltt/skbdist)
8
+- [bpfsnoop](https://github.com/bpfsnoop/bpfsnoop)
compile.go
@@ -27,7 +27,7 @@ const (
27
type StackOffset int
28
29
const (
30
- BpfReadKernelOffset StackOffset = -8*(iota+1) - 80
+ BpfReadKernelOffset StackOffset = -8 * (iota + 1)
31
R1Offset
32
R2Offset
33
R3Offset
0 commit comments