mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
6 lines
194 B
Text
6 lines
194 B
Text
# Generic TCP connection processing.
|
|
|
|
@load conn
|
|
|
|
redef capture_filters += { ["tcp"] = "tcp[13] & 7 != 0" };
|
|
# redef capture_filters += { ["tcp"] = "(tcp[13] & 7 != 0) or (ip6[53] & 7 != 0)" };
|