xdp

  1. N

    Detect and capture openconnect traffic using eBPF/XDP

    I'm new to networking. I'm also learning the usage of eBPF. Currently I'm working on a project where I've to capture the inner packet of a openconnect traffic. This is my code: https://github.com/inspektors-io/xdp-tutorial/tree/nobin/xdp_dump_with_grpc xdp_dump.c // Copyright (c) 2019 Dropbox...
Top