mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
extend and refact script-side of NTP analyzer
This commit is contained in:
parent
411908a102
commit
ce07b10aa8
3 changed files with 180 additions and 105 deletions
|
@ -1,14 +1,12 @@
|
|||
# Generated by binpac_quickstart
|
||||
|
||||
signature dpd_ntp {
|
||||
|
||||
ip-proto == udp
|
||||
|
||||
|
||||
# ## TODO: Define the payload. When Bro sees this regex, on
|
||||
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"
|
||||
}
|
||||
enable "ntp"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue