mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-13 15:04:36 +01:00
pcap loader, first login packet
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
PcapParser pcapParser = new PcapParser("first_instant_join.json");
|
||||
PcapParser.Instance.Parse("first_instant_join.json");
|
||||
|
||||
pcapParser.SavePackets("parsed_packets.json");
|
||||
PcapParser.Instance.SavePackets("parsed_packets.json");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user