PretendoNetwork / nex-viewer

Utility for parsing and (eventually) viewing NEX connections from WireShark network dumps
8 stars 5 forks source link

Various fixes #10

Closed DaniElectra closed 1 year ago

DaniElectra commented 1 year ago
DaniElectra commented 1 year ago

Quazal Net-Z is the networking library for P2P communications between consoles (like Pia). While it uses the PRUDP protocol for transmission, the data payload isn't RMC. Instead, it uses DO, which is the short name for Duplicated Object.

Since we are only implementing game servers and not the P2P protocol, I think Net-Z is out of scope.

jonbarrow commented 1 year ago

Yes that is out of scope, for now. I may consider revisiting this in the future, for things such as analyzing p2p traffic for bad packets or as a way to record matches for review later (much the Replay Mod for Minecraft). But that is definitely not a concern at this time