mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix some things in DNP3 UDP analyzer.
- DeliverPacket override had a wrong parameter. - Change the DNP3 plugin to provide both UDP and TCP analyzer versions. - Add a DPD signature.
This commit is contained in:
parent
51e936ec59
commit
b83d4a9c84
4 changed files with 17 additions and 14 deletions
|
@ -7,3 +7,9 @@ signature dpd_dnp3_server {
|
|||
tcp-state responder
|
||||
enable "dnp3"
|
||||
}
|
||||
|
||||
signature dpd_dnp3_server_udp {
|
||||
ip-proto == udp
|
||||
payload /\x05\x64/
|
||||
enable "dnp3_udp"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue