Merge branch 'topic/zhongjie/fix-sig' of https://github.com/bro/bro

* 'topic/zhongjie/fix-sig' of https://github.com/bro/bro:
  Added missing tcp-state for signature dpd_rfb_server
This commit is contained in:
Johanna Amann 2018-08-08 09:34:51 -07:00
commit 07043d6dd8

View file

@ -1,6 +1,7 @@
signature dpd_rfb_server {
ip-proto == tcp
payload /^RFB/
tcp-state responder
requires-reverse-signature dpd_rfb_client
enable "rfb"
}
@ -9,4 +10,4 @@ signature dpd_rfb_client {
ip-proto == tcp
payload /^RFB/
tcp-state originator
}
}