]> git.ipfire.org Git - thirdparty/suricata.git/commit
modbus: use ascii character classes while parsin rule
authorPhilippe Antoine <contact@catenacyber.fr>
Mon, 31 May 2021 07:32:33 +0000 (09:32 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 15 Jun 2021 07:56:50 +0000 (09:56 +0200)
commit39575e2cc9a15a98075d4c7a50c57fa6110fb367
tree2d111cdc0b5e182d623e70ff8c68e1287189e479
parentef5755338fa6404b60e7f90bfbaca039b2bfda1e
modbus: use ascii character classes while parsin rule

As the rust regex crate is unicode aware, which was
not the case of the C version
rust/src/modbus/detect.rs