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 D | util-lua-ssh.c | 71 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 D | detect-ssh-proto.c | 70 if (rs_ssh_tx_get_protocol(txv, &protocol, &b_len, flow_flags) != 1) in GetSshData()
|
H A D | app-layer-ssh.c | 129 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 D | detect-ssh-proto-version.c | 126 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 D | detect.rs | 23 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 D | rust-bindings.h | 1658 uint8_t rs_ssh_tx_get_protocol(void *tx,
|