mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
6 lines
88 B
Standard ML
6 lines
88 B
Standard ML
signature dpd_ssh {
|
|
ip-proto == tcp
|
|
payload /^[sS][sS][hH]-[12]./
|
|
enable "ssh"
|
|
}
|
|
|