From 361ab030bc59d00cc55ed12b15340ac50473e8cb Mon Sep 17 00:00:00 2001 From: cardigliano Date: Mon, 29 Apr 2019 09:44:39 +0200 Subject: ndpi_handle_rule accepted formats --- src/lib/ndpi_main.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 924298551..a7971837e 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -2884,6 +2884,12 @@ int ndpi_handle_rule(struct ndpi_detection_module_struct *ndpi_mod, Format: :,:,.....@ + Subprotocols Format: + host:"",host:"",.....@ + + IP based Subprotocols Format ( is IP or CIDR): + ip:,ip:,.....@ + Example: tcp:80,tcp:3128@HTTP udp:139@NETBIOS -- cgit v1.2.3