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
Victor Julien 00cc3c7374 eve/ssh: change hassh logging format
Elastic search didn't accept the 'hassh' and 'hassh.string'. It would
see the first 'hassh' as a string and split the second key into a
object 'hassh' with a string member 'string'. So two different types
for 'hassh', so it rejected it.

This patch mimics the ja3(s) logging by creating a 'hassh' object
with 2 members: 'hash', which holds the md5 representation, and
'string' which holds the string representation.
5 years ago
..
applayertemplate applayer template (rust): better gap handling example 5 years ago
asn1 detect/asn1: Simplify errors and checks 5 years ago
dcerpc dcerpc: fix tests to have a valid header 5 years ago
dhcp applayer: add flags to parser registration struct 5 years ago
dns rust/dns: use new flags field to set parser option flags 5 years ago
ftp rust: Add types annotation when required 5 years ago
ikev2 applayer: add flags to parser registration struct 5 years ago
krb krb: convert to jsonbuilder 5 years ago
nfs nfs: fix 'dangling' files in lossy sessions 5 years ago
ntp applayer: add flags to parser registration struct 5 years ago
rdp rdp: remove parser buffering code 5 years ago
rfb applayer: add flags to parser registration struct 5 years ago
sip applayer: add flags to parser registration struct 5 years ago
smb smb: support AppLayerTxData 5 years ago
snmp snmp: convert to jsonbuilder 5 years ago
ssh eve/ssh: change hassh logging format 5 years ago
tftp tftp: support AppLayerTxData 5 years ago
x509 rust/x509: map decoding errors to decoder events 5 years ago
applayer.rs applayer: add flags to parser registration struct 5 years ago
common.rs rust: macro debug_validate_fail to fail with message 5 years ago
conf.rs rust/conf: don't print failed conf lookups at info level 6 years ago
core.rs dns: register parsers from Rust 5 years ago
filecontainer.rs rust: update to Rust 2018 with cargo fix 6 years ago
filetracker.rs files: simplify pruning logic 6 years ago
json.rs rust/json: expose libjansson json_dumps 5 years ago
jsonbuilder.rs jsonbuilder: run test if not debug-validate 5 years ago
kerberos.rs rust: use the streaming version of combinators to fix incomplete reads 5 years ago
lib.rs rust/asn1: Introduce ASN1 rust module 5 years ago
log.rs detect/asn1: Log out errors 5 years ago
lua.rs configure: detect lua integer size 6 years ago