Hi,
Summary: I am trying to use xdpcap to capture the packets which have IP-in-IP additional header. I couldn't capture the packets with xdpcap.
Issue:
The packets structure is as follows
eth header + ip-ip tunnel header + ip header + tcp/udp header + data
Setup:
Source machine -> Proxy server( where xdpcap runs) -> destination
I am doing some processing in proxy server and apply XDP_TX on the data. I want to trace this data.
Can you suggest how to capture the packets?