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:
@@ -10,7 +10,7 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||||
<ProjectReference Include="..\Novaria.Common\Novaria.Common.csproj" />
|
||||
<ProjectReference Include="..\Novaria.SDKServer\Novaria.SDKServer.csproj" />
|
||||
<ProjectReference Include="..\Novaria.SDKServer\Novaria.GameServer.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -8,7 +8,7 @@ using System.Text.Json;
|
||||
using System.Threading.Tasks;
|
||||
using Newtonsoft.Json;
|
||||
using Novaria.Common.Util;
|
||||
using Novaria.SDKServer.Controllers.Api.ProtocolHandlers;
|
||||
using Novaria.GameServer.Controllers.Api.ProtocolHandlers;
|
||||
using Google.Protobuf;
|
||||
|
||||
namespace Novaria.PcapParser
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
4408
Novaria.PcapParser/instant_parsed_packets.json
Normal file
4408
Novaria.PcapParser/instant_parsed_packets.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user