Photon Unity Networking (PUN) is a Unity package that handles the networking of multiplayer games.
- Bind the dissector to Photon's packets
- Dissect the packet headers
- For every command contained in the packet dissect:
- The Command's Header
- The Command's Payload
- Delegate dissection of game-specific data to sub-dissectors