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
Shivani Bhardwaj 6d39f6fd7d rust: Fix deprecation warnings
Fix the following warnings by compiler,
(1) warning: use of deprecated item 'take_until_s': Please use `take_until` instead
(2) warning: `...` range patterns are deprecated

For the second warning, the builtin lint
"ellipsis_inclusive_range_pattern" has been added which causes the
following warning to show up with rustc 1.24.

warning: unknown lint: `ellipsis_inclusive_range_patterns`
  --> /home/travis/build/OISF/suricata/suricata-5.0.0-dev/rust/src/lib.rs:18:10
   |
18 | #![allow(ellipsis_inclusive_range_patterns)]
   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: #[warn(unknown_lints)] on by default

Since there is no other way to fix this, the above warning shall stay.
We need to take care of modifying this if and when the support for 1.24
as MSRV is dropped.
6 years ago
..
applayertemplate rust: Fix deprecation warnings 6 years ago
dhcp rust: fix compiler warning 6 years ago
dns rust: remove libc crate dependency 6 years ago
ftp rust: remove libc crate dependency 6 years ago
ikev2 rust/ikev2: Support get-info-by-id 6 years ago
krb rust/krb: Support get-info-by-id 6 years ago
nfs rust: remove libc crate dependency 6 years ago
ntp rust/ntp: Support get-info-by-id 6 years ago
smb rust/smb: Implement get event by id 6 years ago
snmp rust/snmp: add event when expected/received PDU versions mismatch 6 years ago
tftp rust: remove libc crate dependency 6 years ago
applayer.rs rust: remove libc crate dependency 6 years ago
conf.rs rust: a Rust ConfNode wrapper. 7 years ago
core.rs rust: remove libc crate dependency 6 years ago
filecontainer.rs rust: remove libc crate dependency 6 years ago
filetracker.rs rust: remove libc crate dependency 6 years ago
json.rs output-json: ensure string is json-encodable 7 years ago
kerberos.rs rust: upgrade all parsers to nom4 7 years ago
lib.rs rust: Fix deprecation warnings 6 years ago
log.rs rust: remove libc crate dependency 6 years ago
lua.rs Rust/Lua: cast value to arch-dependant type (fix build on x86, #2197) 8 years ago
parser.rs rust/parser: Extend Rust parser for event-by-id 6 years ago