@bbrendon:
If you have your sid mgmt set to enable,disable; then you should be able to add to your disablesid.conf:
pcre:protocol-command-decode
I'm not sure if you need to escape the '-' but it should work.
Thanks @bbrendon for the regex example. It should work. I, too, am not sure about the need for escaping the dash. The OP can check the results of the regex by looking at the list of active rules for the interface. The active rules will be found in the interface subdirectory inside a sub-directory called rules in a file called suricata.rules (or snort.rules for Snort). The path is like so for Suricata (Snort is the same, just replace "suricata" with "snort" in the path):
/usr/local/etc/suricata/suricata_xxxyyyyyy/rules
where xxx will be the physical interface name and yyyyyy will be a random GUID number.
You can open the rules files you find there to see the actual enabled runtime rules for the interface.
Bill