mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-16 09:25:04 +01:00
more
This commit is contained in:
parent
f5561004f6
commit
1adf798c5d
5 changed files with 44 additions and 22 deletions
|
|
@ -325,6 +325,8 @@ impl PacketParser {
|
|||
let packet_length = u32::from_be_bytes(len_to_decrypt);
|
||||
let packet_length = packet_length.try_into().unwrap();
|
||||
|
||||
dbg!(packet_length);
|
||||
|
||||
self.packet_length = Some(packet_length);
|
||||
|
||||
// We have the data.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue