els0r / goProbe

High-performance IP packet metadata aggregation and efficient storage and querying of flows
GNU General Public License v2.0
12 stars 4 forks source link

Incomplete IPv6 support (e.g. jumbograms) #322

Open fako1024 opened 3 months ago

fako1024 commented 3 months ago

In https://github.com/fako1024/slimcap/issues/55 it was shown that slimcap supports IPv6 jumbograms already. However, since the transport layer is stored in a different location than usually expected in our current IPv6 parsing protocol specific parsing currently doesn't work (e.g. extraction of TCP / UDP ports).

This is not limited to jumbograms - any extension header will be ignored at present.

DoD