Closed dammeax closed 3 months ago
I just tested this too, and sure enough... ipv6 rules don't work at all. :( ntopng: 01/Jul/2024 14:02:06 [startup.lua:123] [protos_utils.lua:147] WARNING: [protos.txt] Ignoring bad rule: ipv6:[2607:f8b0:4008:80e::200e]:443@QUIC=1024
Hi @djstarfox @dammeax the issue should be fixed in the latest ntopng dev version, added the support to the GUI too, so simply add the rule from the user interface
Environment:
What happened: I'm trying to add protocol custom rules via protos.txt with the command parameter --ndpi-protocols. I cannot find documentation related to what are the rules supported in the protos.txt file, but I'm looking to add ipv6 rules. If I look at the file https://github.com/ntop/nDPI/blob/dev/example/protos.txt it shows quite a lot of ipv6 rules. Unfortunately when loading this example file I get the following erors:
How did you reproduce it? docker run -it -p 3000:3000 -v /opt/protos.txt/proto.txt:/opt/protos.txt --network=host ntop/ntopng:stable -i test.pcap --ndpi-protocols /opt/protos.txt
then I go in the settings/Application and Categories menu
Are ipv6 rule supported?