pathspider
pathspider copied to clipboard
Adds support for IPv6 options in the observer
Currently, packets with IPv6 extension headers are not correctly matched by the observer, which uses the next protocol field to construct the flow ID. This adds support for Destination Options and Hop-by-Hop Options (protocol numbers 60 and 0), by ensuring the flow ID uses the correct protocol field.