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 { signature dpd_rfb_server {
ip-proto == tcp ip-proto == tcp
payload /^RFB/ payload /^RFB/
tcp-state responder
requires-reverse-signature dpd_rfb_client requires-reverse-signature dpd_rfb_client
enable "rfb" enable "rfb"
} }