You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust/src
Jason Ish 080681aff5 pgsql: don't expose PgsqlTransactionState to C
PgsqlTransactionState has a variant named "Init" which is a little too
generic to export to C. Fortunately this method doesn't need to be
exposed to C, instead remove it as it was only called by
rs_pgsql_tx_get_alstate_progress which also doesn't need to be public
or expose to C.

Ticket: #7227
2 years ago
..
applayertemplate src: remove truncate fn and glue code 2 years ago
asn1 rust: fix clippy lint for legacy_numeric_constants 2 years ago
bittorrent_dht src: remove truncate fn and glue code 2 years ago
dcerpc rust: address clippy errors 2 years ago
detect rust: compatibility with cbindgen 0.27 2 years ago
dhcp src: remove truncate fn and glue code 2 years ago
dns dns: prepare for dns over http2 support 2 years ago
enip frames: remove unneeded comments 2 years ago
ffi rust/doc: add docstring to rust module files. 3 years ago
ftp rust: fix clippy lint for legacy_numeric_constants 2 years ago
http2 rust: fix byte_char_slices clippy warnings 2 years ago
ike rust/ike: fix collapsible_match clippy warning 2 years ago
krb src: remove truncate fn and glue code 2 years ago
ldap rust/ldap: handle GAPs 2 years ago
mime rust: fix byte_char_slices clippy warnings 2 years ago
modbus src: remove truncate fn and glue code 2 years ago
mqtt detect/mqtt: move keywords to rust 2 years ago
nfs src: remove truncate fn and glue code 2 years ago
ntp src: remove truncate fn and glue code 2 years ago
pgsql pgsql: don't expose PgsqlTransactionState to C 2 years ago
quic src: remove truncate fn and glue code 2 years ago
rdp src: remove truncate fn and glue code 2 years ago
rfb rfb: move app-layer registration code to rust 2 years ago
sdp sdp: fix logging medias 2 years ago
sip src: remove truncate fn and glue code 2 years ago
smb src: remove truncate fn and glue code 2 years ago
snmp src: remove truncate fn and glue code 2 years ago
ssh ssh/frames: avoid unsigned integer overflow 2 years ago
telnet src: remove truncate fn and glue code 2 years ago
tftp rust: fix assertions_on_constants for assert!(true) 2 years ago
websocket frames: remove unneeded comments 2 years ago
x509 tls: store list of subject alternative names 2 years ago
applayer.rs rust: compatibility with cbindgen 0.27 2 years ago
common.rs rust: add copyright header to common.rs 3 years ago
conf.rs rust: compatibility with cbindgen 0.27 2 years ago
core.rs rust: compatibility with cbindgen 0.27 2 years ago
feature.rs feature: provide a Rust binding to the feature API 3 years ago
filecontainer.rs rust: compatibility with cbindgen 0.27 2 years ago
filetracker.rs rust/doc: add docstring to rust module files. 3 years ago
frames.rs rust: compatibility with cbindgen 0.27 2 years ago
ja4.rs config/ja3: Eliminate warnings when JA3 is disabled 2 years ago
jsonbuilder.rs mqtt: run rustfmt 2 years ago
kerberos.rs rust: update parser dependencies 2 years ago
lib.rs rust: compatibility with cbindgen 0.27 2 years ago
log.rs requires: add requires keyword 3 years ago
lua.rs rust: compatibility with cbindgen 0.27 2 years ago
lzma.rs rust/doc: add docstring to rust module files. 3 years ago
plugin.rs rust/doc: add docstring to rust module files. 3 years ago
util.rs smtp: adds server side detection 2 years ago