Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

AltspaceVR/wireshark-photon-dissector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

wireshark-photon-dissector

A Wireshark dissector for Altspace Photon traffic, derived from the PUN codebase and the ENet dissector here. WIP.

This is almost a general-purpose Wireshark dissector for any Photon traffic. The only Altspace-specific stuff (at this moment) is the enumeration of Altspace ENet channels and some Altspace-specific Photon event codes.

This is not almost a general-purpose ENet dissector -- Photon packages up multiple ENet commands into one UDP packet in a Photon-specific (and undocumented?) way, so Photon packets look somewhat different from ENet packets designed to carry only one command.

Usage

Run Wireshark with the command-line option "-X lua_script:" to load the dissector.

UDP packets on port 5056 should be dissected as Photon packets.

About

Wireshark dissector for Photon messages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%