some handlers, dh pubkey negative problem still not solved...

This commit is contained in:
raphaeIl
2025-01-13 09:11:16 -05:00
parent aae2dc6b55
commit ab8953908e
13 changed files with 19796 additions and 4447 deletions

View File

@@ -4,7 +4,7 @@
{
public static void Main(string[] args)
{
PcapParser.Instance.Parse("first_instant_join.json");
PcapParser.Instance.Parse("all_mainmenu_packets.json");
PcapParser.Instance.SavePackets("parsed_packets.json");
}