mirror of https://github.com/OISF/suricata
rules: SID allocation range is now documented in README.md
directly in the repo, and not in an external wikipull/15319/head
parent
891b17277e
commit
eec4a44275
@ -1,8 +1,6 @@
|
||||
# WebSocket app-layer event rules.
|
||||
#
|
||||
# These SIDs fall in the 2235000+ range. See:
|
||||
# http://doc.emergingthreats.net/bin/view/Main/SidAllocation and
|
||||
# https://redmine.openinfosecfoundation.org/projects/suricata/wiki/AppLayer
|
||||
# These SIDs fall in the 2235000+ range. See rules/README.md
|
||||
|
||||
alert websocket any any -> any any (msg:"SURICATA Websocket skipped end of payload"; app-layer-event:websocket.skip_end_of_payload; classtype:protocol-command-decode; sid:2235000; rev:1;)
|
||||
alert websocket any any -> any any (msg:"SURICATA Websocket reassembly limit reached"; app-layer-event:websocket.reassembly_limit_reached; classtype:protocol-command-decode; sid:2235001; rev:1;)
|
||||
|
||||
Loading…
Reference in New Issue