mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
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:
commit
07043d6dd8
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -9,4 +10,4 @@ signature dpd_rfb_client {
|
||||||
ip-proto == tcp
|
ip-proto == tcp
|
||||||
payload /^RFB/
|
payload /^RFB/
|
||||||
tcp-state originator
|
tcp-state originator
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue