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:
Jon Siwek 2014-08-06 15:41:53 -05:00
parent 51e936ec59
commit b83d4a9c84
4 changed files with 17 additions and 14 deletions

View file

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