Fix bogus connections with root due to fragments

Connections with random ports sometimes appeared while capturing packets
as root, in particular while exporting data via the UDP exporter. These
were actually IP fragments, whose data was misinterpreted due to the
lack of L4 headers.
This commit is contained in:
emanuele-f
2021-07-01 18:15:49 +02:00
parent 4291d606c5
commit 51dc0dde7e
7 changed files with 53 additions and 11 deletions