alanesmizi
alanesmizi
It could be related to the size of the packet not being 100% Wireguard spec: https://github.com/cloudflare/boringtun/blob/18eaf59c9c9718850c63e1c82ba933e09224d3dd/boringtun/src/noise/mod.rs#L141 encrypted_static: &src[40..88], // SIZE u8;32, 88-40 = 48 bytes, seems too big for the...
I am afraid you need to do the analysis yourself. It may be related to handshake field length, but this is for you to find out...
From the main page of this repo "You will need to give the executable the CAP_NET_ADMIN capability using: sudo setcap cap_net_admin+epi boringtun. sudo is not needed."