mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
7 lines
101 B
Standard ML
7 lines
101 B
Standard ML
signature dpd_krb_udp {
|
|
ip-proto == udp
|
|
payload /\x6c...\x30...\xa1\x03\x02\x05/
|
|
enable "krb"
|
|
}
|
|
|
|
|