]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: parse units for integers 9745/head
authorPhilippe Antoine <pantoine@oisf.net>
Mon, 6 Nov 2023 13:42:42 +0000 (14:42 +0100)
committerPhilippe Antoine <pantoine@oisf.net>
Mon, 6 Nov 2023 13:42:42 +0000 (14:42 +0100)
commitae72ce77fa9c57b8e462cca1130a7c01cd2d4144
tree88b352950b1c1d733819bedfc3811aaf559b630c
parentc8a7204b159553d338a6294218e696a72efdb4db
detect: parse units for integers

Ticket: #6423

Especially for filesize, instead of just a number, a signature
can use a number and a unit such as kb, mb or Gb
rust/src/detect/uint.rs