From 16d5435b99ac2dd4c542ac7d961749e63a63ea06 Mon Sep 17 00:00:00 2001 From: Gerard Wagener Date: Wed, 19 Feb 2020 17:20:45 +0100 Subject: [PATCH] chg: [pibs-isn] apply isn matching rule on all packets --- bin/pibs-isn.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/pibs-isn.c b/bin/pibs-isn.c index 1e94cb7..42ebf63 100644 --- a/bin/pibs-isn.c +++ b/bin/pibs-isn.c @@ -63,6 +63,8 @@ int main(int argc, char* argv[]) } } + //Bypass synseen logic to get all TCP packets + pibs->bypass = 1; //Set call back function pibs->synseen_callback = &process;