Network traffic classification using OpenWrt

Hi All,

I configured the openWRT as the edge of my wireless netwrok. I aim to inspect al the network trafic and do some classification based on the result. So far I am using TCPDUMP which is giving me a naive information about packet header info. I need more detailed data. I was looking for some Deep Packet Inspections to run on openWRT and saw netfy but it seems all the features are not free. Can anyone helps me a better solution for my objective?

Thanks

How about the qosify package ?

See

1 Like

If you are on x86 you can use ntopng as a docker container for dpi.

2 Likes