Okayish pcap parser

This commit is contained in:
rfi
2024-02-19 21:48:37 +07:00
parent 056cd94e00
commit 27acfdff08
37 changed files with 489 additions and 177 deletions

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p22
namespace BLHX.Server.Common.Proto.p22
{
[global::ProtoBuf.ProtoContract(Name = @"cs_22009")]
@@ -32,7 +32,7 @@ namespace BHXY.Server.Common.Proto.p22
public uint ShipId { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"books")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.ItemInfo> Books { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.ItemInfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.ItemInfo> Books { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.ItemInfo>();
}