pcap loader, first login packet

This commit is contained in:
raphaeIl
2025-01-13 04:29:00 -05:00
parent c331b9b89a
commit aae2dc6b55
9 changed files with 659 additions and 29 deletions

View File

@@ -126,6 +126,7 @@ namespace Novaria.Common.Core
if (!success)
{
Log.Error("something went wrong when chacha20 decrypting the data");
throw new InvalidDataException("something went wrong when chacha20 decrypting the data");
}
byte[] decrypted_bytes = decrypt_result.ToArray();