]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/analyzer: create tojson function for generic integers
authorPhilippe Antoine <pantoine@oisf.net>
Sun, 14 Apr 2024 19:34:57 +0000 (21:34 +0200)
committerPhilippe Antoine <pantoine@oisf.net>
Sun, 14 Apr 2024 19:34:57 +0000 (21:34 +0200)
commit49caf005a479326ac1acffd135e79f0c58e5d944
tree411ca05354a34d3ce36db6f64e6cef311fc9730d
parent784ce30ae12fff3435ecf26a5de9be932143199b
detect/analyzer: create tojson function for generic integers

As will be needed for tcp.mss
rust/src/detect/mod.rs
rust/src/detect/tojson/mod.rs [new file with mode: 0644]