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.p40
namespace BLHX.Server.Common.Proto.p40
{
[global::ProtoBuf.ProtoContract(Name = @"commander_exp")]
@@ -201,7 +201,7 @@ namespace BHXY.Server.Common.Proto.p40
public uint Hp { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_info")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropInfoes { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> DropInfoes { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}
@@ -228,7 +228,7 @@ namespace BHXY.Server.Common.Proto.p40
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
[global::ProtoBuf.ProtoMember(1, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}
@@ -268,10 +268,10 @@ namespace BHXY.Server.Common.Proto.p40
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_info")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropInfoes { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> DropInfoes { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
[global::ProtoBuf.ProtoMember(3, Name = @"extra_drop_info")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> ExtraDropInfoes { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> ExtraDropInfoes { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
[global::ProtoBuf.ProtoMember(4, Name = @"player_exp", IsRequired = true)]
public uint PlayerExp { get; set; }