ZeromusXYZ / VieweD

Viewer for packet data
GNU General Public License v3.0
11 stars 1 forks source link

FFXI packet rules engine code reuse #9

Open poroburu opened 6 days ago

poroburu commented 6 days ago

For a FFXI packet combat parser. I am looking for a solution that inputs raw FFXI packets, and outputs typed FFXI packet data.

poroburu/kparser2 image

ZeromusXYZ commented 5 days ago

I was at some point working on integration for reading .pcap files from WireShark (wouldn't connect directly to live data for this) Feel free to discuss this on, the VieweD support channel on my Discord (which is easier and more clear to communicate for me) https://discord.com/channels/565914665641836544/944635253266481192

If I get a .pcap for FFXI working I wouldn't put it beyond me to actually also do direct network data reading for it as well. But I'd have to rewrite part of my App's engine to do that.