Skip to content

Commit

Permalink
test if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
iw4p committed Jan 24, 2022
1 parent 48f163a commit 1201f51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion share/etter.filter.examples
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ if (ip.proto == TCP) {
# log all IEC 61850 traffic when the destination ip is 192.168.1.2
if (ip.dst == '192.168.1.2' && tcp.src == 102) {
log(DATA.data, "./logfile.log");
}
}
# tip: if you get "filter engine: Cannot open file ./logfile.log" error, just chmod -R 777 ./logfile.log and run the filter again.

Expand Down

0 comments on commit 1201f51

Please sign in to comment.