Hey folks,
Question
I'm writing some packet-sniffing eBPF programs operating at packet-level (on sk_buff), but have been unsuccessful in reading "data" section of TCP packet from sk_buff. Are there any known examples to accomplish this?
I've basically tried a bunch of permutations using...