We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acce48b commit 16d5435Copy full SHA for 16d5435
bin/pibs-isn.c
@@ -63,6 +63,8 @@ int main(int argc, char* argv[])
63
}
64
65
66
+ //Bypass synseen logic to get all TCP packets
67
+ pibs->bypass = 1;
68
//Set call back function
69
pibs->synseen_callback = &process;
70
0 commit comments