Home
last modified time | relevance | path

Searched refs:rs_ssh_tx_get_protocol (Results 1 – 6 of 6) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-lua-ssh.c71 if (rs_ssh_tx_get_protocol(tx, &protocol, &b_len, STREAM_TOCLIENT) != 1) in GetServerProtoVersion()
141 if (rs_ssh_tx_get_protocol(tx, &protocol, &b_len, STREAM_TOSERVER) != 1) in GetClientProtoVersion()
H A Ddetect-ssh-proto.c70 if (rs_ssh_tx_get_protocol(txv, &protocol, &b_len, flow_flags) != 1) in GetSshData()
H A Dapp-layer-ssh.c129 if (rs_ssh_tx_get_protocol(tx, &protocol, &p_len, flags) != 1) { in SSHParserTestUtilCheck()
303 if (rs_ssh_tx_get_protocol(tx, &dummy, &dummy_len, STREAM_TOSERVER) != 0) in SSHParserTest03()
455 if (rs_ssh_tx_get_protocol(tx, &dummy, &dummy_len, STREAM_TOCLIENT) != 0) in SSHParserTest06()
H A Ddetect-ssh-proto-version.c126 if (rs_ssh_tx_get_protocol(txv, &protocol, &b_len, flags) != 1) in DetectSshVersionMatch()
/dports/security/suricata/suricata-6.0.4/rust/src/ssh/
H A Ddetect.rs23 pub extern "C" fn rs_ssh_tx_get_protocol( in rs_ssh_tx_get_protocol() function
/dports/security/suricata/suricata-6.0.4/rust/dist/
H A Drust-bindings.h1658 uint8_t rs_ssh_tx_get_protocol(void *tx,