]> git.ipfire.org Git - people/ms/suricata.git/blobdiff - rust/cbindgen.toml
smb: recognizes file deletion over SMB2
[people/ms/suricata.git] / rust / cbindgen.toml
index d53fd7f235d471098ab51039b84e4611bbddc5f2..d3b33312e36bcba9cd0e56e629fe86865bc1f7c6 100644 (file)
@@ -43,7 +43,7 @@ include_version = true
 
 # A list of headers to #include (with quotes)
 # default: []
-includes = ["rust.h"]
+includes = []
 
 # The desired length of a line to use when formatting lines
 # default: 100
@@ -71,7 +71,13 @@ documentation_style = "doxy"
 # found but otherwise don't appear to be used by the public API.
 #
 # default: []
-include = ["AppLayerGetTxIterTuple"]
+include = [
+    "AppLayerGetTxIterTuple",
+    "RdpState",
+    "SIPState",
+    "ModbusState",
+    "CMark",
+]
 
 # A list of items to not include in the generated bindings
 # default: []
@@ -83,8 +89,8 @@ exclude = [
     "Flow",
     "FileContainer",
     "JsonT",
-    "IKEV2State",
-    "IKEV2Transaction",
+    "IKEState",
+    "IKETransaction",
     "KRB5State",
     "KRB5Transaction",
     "NTPState",