This commit is contained in:
nora 2024-08-10 23:43:20 +02:00
parent f5561004f6
commit 1adf798c5d
5 changed files with 44 additions and 22 deletions

View file

@ -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.