Skip to content

Commit

Permalink
chg: [pibs-isn] apply isn matching rule on all packets
Browse files Browse the repository at this point in the history
  • Loading branch information
haegardev committed Feb 19, 2020
1 parent acce48b commit 16d5435
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/pibs-isn.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 16d5435

Please sign in to comment.