chg: [pibs-isn] apply isn matching rule on all packets

master v0.3
Gerard Wagener 2020-02-19 17:20:45 +01:00
parent acce48baee
commit 16d5435b99
1 changed files with 2 additions and 0 deletions

View File

@ -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;