PhotonPackageParser icon indicating copy to clipboard operation
PhotonPackageParser copied to clipboard

A parser for Photon's Protocol16

Results 5 PhotonPackageParser issues
Sort by recently updated
recently updated
newest added

Is there a way to get past this? I literally can't figure out how to stop it from throwing exceptions.

hi sir First of all appreciete for the project but after some updates im getting system.IndexOutOfRangeException: 'Index was outside the bounds of the array.' StackTrace = " at Protocol16.Photon.NumberDeserializer.Deserialize(Int32& value,...

![image](https://github.com/0blu/PhotonPackageParser/assets/22112126/74deb065-ab32-4551-b7c2-d9af82218ca4)

Is it possible to build this for Linux?

try { var packet = Packet.ParsePacket(e.GetPacket().LinkLayerType, e.GetPacket().Data).Extract(); if (packet != null && (packet.SourcePort == 7656 || packet.DestinationPort == 7656)) { Console.WriteLine("packet: " + packet.PayloadData.Length); _receiver.ReceivePacket(packet.PayloadData); } } catch (Exception exc)...