mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-16 08:25:32 +01:00
basic PcapParser
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Novaria.SDKServer.Controllers.Api
|
||||
NetMsgId msgid = (NetMsgId)requestPacket.msgId;
|
||||
Log.Information("Received protocol msgid: " + msgid);
|
||||
|
||||
Type requestType = protocolHandlerFactory.GetRequestPacketTypeByProtocol(msgid);
|
||||
Type requestType = ProtocolHandlerFactory.GetRequestPacketTypeByProtocol(msgid);
|
||||
|
||||
if (requestType is null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user