mirror of https://github.com/OISF/suricata
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.
warning: called `unwrap` on `rd.pipe` after checking its variant with `is_some`
--> src/smb/smb1.rs:858:28
|
857 | if rd.pipe.is_some() {
| -------------------- help: try: `if let Some(<item>) = rd.pipe`
858 | let pipe = rd.pipe.unwrap();
| ^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#unnecessary_unwrap
= note: `#[warn(clippy::unnecessary_unwrap)]` on by default
|
3 months ago | |
|---|---|---|
| .. | ||
| applayertemplate | 3 months ago | |
| asn1 | ||
| bittorrent_dht | 3 months ago | |
| dcerpc | 3 months ago | |
| detect | ||
| dhcp | 3 months ago | |
| dnp3 | ||
| dns | 3 months ago | |
| enip | 3 months ago | |
| ffi | ||
| ftp | ||
| http2 | 3 months ago | |
| ike | 3 months ago | |
| krb | 3 months ago | |
| ldap | 3 months ago | |
| mdns | ||
| mime | ||
| modbus | 3 months ago | |
| mqtt | 3 months ago | |
| nfs | 3 months ago | |
| ntp | 3 months ago | |
| pgsql | 3 months ago | |
| pop3 | 3 months ago | |
| quic | 3 months ago | |
| rdp | 3 months ago | |
| rfb | 3 months ago | |
| sdp | ||
| sip | 3 months ago | |
| smb | 3 months ago | |
| snmp | 3 months ago | |
| ssh | 3 months ago | |
| telnet | 3 months ago | |
| tftp | ||
| utils | ||
| websocket | 3 months ago | |
| x509 | ||
| applayer.rs | 3 months ago | |
| common.rs | ||
| conf.rs | ||
| core.rs | 3 months ago | |
| debug.rs | ||
| direction.rs | ||
| encryption.rs | ||
| feature.rs | ||
| filecontainer.rs | ||
| filetracker.rs | ||
| flow.rs | ||
| frames.rs | ||
| handshake.rs | ||
| ja4.rs | ||
| jsonbuilder.rs | ||
| kerberos.rs | ||
| lib.rs | ||
| lua.rs | ||
| lzma.rs | ||
| plugin.rs | ||
| tls_version.rs | ||
| util.rs | ||