mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
5 lines
95 B
Standard ML
5 lines
95 B
Standard ML
signature dpd_krb {
|
|
ip-proto == udp
|
|
payload /\x6c...\x30...\xa1\x03\x02\x05/
|
|
enable "krb"
|
|
}
|