masscanned/src
Pierre Lalet b642c34e42 Remove unneeded .clone() call
`pattern` is a reference, and according to `cargo test` output: "the
type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]`
copies the reference, which does not do anything and can be removed".
2023-10-18 02:19:51 +02:00
..
client TCB: move to layer 4 2022-02-17 15:39:36 +01:00
layer_2 Rename options for IP (self and remote) for more clarity 2022-12-08 21:28:03 +01:00
layer_3 Rename options for IP (self and remote) for more clarity 2022-12-08 21:28:03 +01:00
layer_4 Fix syn (#102) 2023-07-05 22:20:06 +02:00
logger et -> eth_type and cargo fmt 2022-10-06 10:07:00 +02:00
proto Remove unneeded mut 2023-08-26 22:32:10 +02:00
smack Remove unneeded .clone() call 2023-10-18 02:19:51 +02:00
synackcookie Publication of masscanned v0.2.0 2021-12-08 11:30:17 +01:00
utils pcap-file: switch to 2.0 API 2023-02-14 00:16:46 +01:00
masscanned.rs fix: remove netdevice crate usage 2023-10-09 10:50:58 -03:00