mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-13 15:04:36 +01:00
remove tcp GameServer and rename SDKServer
This commit is contained in:
@@ -1,14 +1,4 @@
|
||||
using Novaria.Common.Core;
|
||||
using Novaria.Common.Crypto;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Text.Json;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
|
||||
namespace Novaria.PcapParser
|
||||
namespace Novaria.PcapParser
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
@@ -19,6 +9,4 @@ namespace Novaria.PcapParser
|
||||
pcapParser.SavePackets("parsed_packets.json");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user