Skip to content

Commit 16d5435

Browse files
committed
chg: [pibs-isn] apply isn matching rule on all packets
1 parent acce48b commit 16d5435

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/pibs-isn.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ int main(int argc, char* argv[])
6363
}
6464
}
6565

66+
//Bypass synseen logic to get all TCP packets
67+
pibs->bypass = 1;
6668
//Set call back function
6769
pibs->synseen_callback = &process;
6870

0 commit comments

Comments
 (0)