zeek/scripts/base/protocols/ntp/dpd.sig
2019-05-29 09:04:48 -05:00

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"
}