Commit Graph

9 Commits (13a76e07101f404db4fce61ed17e7b672cac690c)

Author SHA1 Message Date
Jason Ish 13a76e0710 rust: fixes for new clippy warnings
Fixes provided by cargo clippy --fix.
8 months ago
Jason Ish 925bc74c1f rust/clippy: fix lint: while_let_loop 3 years ago
Pierre Chifflier b31c72c06a rust/rdp: convert parsers to nom7 3 years ago
Jason Ish d5c0962299 rust(lint): fix some usages of references
- ref is discouraged for top level variables
- the other borrow is not required
4 years ago
Zach Kelly ef397daba3 rdp: rustfmt (update) 5 years ago
Pierre Chifflier 1a505ccd11 rust/rdp: add custom error handling 6 years ago
Pierre Chifflier 5b809f77f1 rust: upgrade all parsers to nom 5 6 years ago
Jason Ish e68dfa46a6 rust: cargo fix for Rust 2018 edition 6 years ago
Zach Kelly caef8b5b38 protocol parser: rdp
Initial implementation of feature 2314:
1. Add protocol parser for RDP
2. Add transactions for RDP negotiation
3. Add eve logging of transactions
6 years ago