shalzuth / LostArkLogger

Lost Ark DPS Meter
GNU General Public License v3.0
171 stars 106 forks source link

Update Parser.cs #97

Closed Herysia closed 2 years ago

Herysia commented 2 years ago

Fix compression parsing issues for LZ4/uncompressed packets

Thx to Henjuro for putting light on it

shalzuth commented 2 years ago

What packets generally hit this @Herysia ? At some point, we should also probably fix the memory allocation...

Herysia commented 2 years ago

Henjuro has issues working with PKTPartyStatusEffectRemoveNotify because of that. cf discord chat: https://discord.com/channels/962471857079062598/972884320870105109/995113935835504730

And yeah there are a lot of copies, I just adapted it to the code already there.