diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-01-30 10:59:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-30 10:59:18 +0100 |
commit | 9f27cd56b01db4c45fd5c3de8375b5287f9c72ce (patch) | |
tree | 4af215bd4812f4e3498e5cece20f2041b4824f2c /tests/pcap | |
parent | 3e6cadbb76a3ebe9af7ff1b858f129116fbbb878 (diff) |
ndpiReader: fix packet dissection (CAPWAP and TSO) (#1878)
Fix decapsulation of CAPWAP; we are interested only in "real" user data
tunneled via CAPWAP.
When Tcp Segmentation Offload is enabled in the NIC, the received packet
might have 0 as "ip length" in the IPv4 header
(see
https://osqa-ask.wireshark.org/questions/16279/why-are-the-bytes-00-00-but-wireshark-shows-an-ip-total-length-of-2016/)
The effect of these two bugs was that some packets were discarded.
Be sure that flows order is deterministic
Diffstat (limited to 'tests/pcap')
-rw-r--r-- | tests/pcap/capwap_data.pcapng | bin | 0 -> 3832 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/pcap/capwap_data.pcapng b/tests/pcap/capwap_data.pcapng Binary files differnew file mode 100644 index 000000000..a302ce0a0 --- /dev/null +++ b/tests/pcap/capwap_data.pcapng |