betolj / ndpi-netfilter

GNU General Public License v2.0
126 stars 69 forks source link

IPv6 support #23

Open nielspeen opened 8 years ago

nielspeen commented 8 years ago

Is there support for IPv6? (Or will there be?)

While IPv4 works fine, trying to use IPv6 throws this error:

ip6tables v1.4.21: Couldn't load match 'ndpi':No such file or directory

brettowe commented 7 years ago

would be nice to see this if wanting the windows_update match for windows 10 as it uses ipv6 primarily

halvors commented 7 years ago

This is still a problem, what is causing it? IPv6 protocol is at layer 3 not 7. So packets should match fine based on actual layer 7 data anyways.

elico commented 7 years ago

@brettowe I belive that it's using it only where it's already deployed but it's not everywhere around the world(I hope it will spread faster now)

halvors commented 7 years ago

Is there any progress on this? This is really a must for DPI nowadays.

halvors commented 7 years ago

@betolj What is your thoughts on this?