mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Added to the likely_server_ports set for protocols with analyzers.
- Updated some tests since Bro is getting the direction correct now. - Updated BPF filter test since I added a few ports to IRC as well.
This commit is contained in:
parent
686946d0dd
commit
6d67f7830d
13 changed files with 40 additions and 9 deletions
|
@ -73,6 +73,8 @@ export {
|
|||
redef capture_filters += { ["ssh"] = "tcp port 22" };
|
||||
redef dpd_config += { [ANALYZER_SSH] = [$ports = set(22/tcp)] };
|
||||
|
||||
redef likely_server_ports += { 22/tcp };
|
||||
|
||||
redef record connection += {
|
||||
ssh: Info &optional;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue