├── LICENSE ├── Makefile ├── README.md └── patches ├── 001-remove-request-module-nf_conntrack-ip_tables-ip6_tables.patch └── 002-fix-help-protocol-message.patch /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-develop/ndpi-netfilter/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-develop/ndpi-netfilter/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-develop/ndpi-netfilter/HEAD/README.md -------------------------------------------------------------------------------- /patches/001-remove-request-module-nf_conntrack-ip_tables-ip6_tables.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-develop/ndpi-netfilter/HEAD/patches/001-remove-request-module-nf_conntrack-ip_tables-ip6_tables.patch -------------------------------------------------------------------------------- /patches/002-fix-help-protocol-message.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-develop/ndpi-netfilter/HEAD/patches/002-fix-help-protocol-message.patch --------------------------------------------------------------------------------