mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
14 lines
No EOL
245 B
Standard ML
14 lines
No EOL
245 B
Standard ML
# Generated by binpac_quickstart
|
|
|
|
signature dpd_ntp {
|
|
|
|
ip-proto == udp
|
|
|
|
|
|
# ## TODO: Define the payload. When Bro sees this regex, on
|
|
# ## any port, it will enable your analyzer on that
|
|
# ## connection.
|
|
# ## payload /^NTP/
|
|
|
|
enable "ntp"
|
|
} |