Duarte Duarte
Duarte Duarte
That is not implemented.
https://github.com/TrinityCore/WowPacketParser/tree/WpAlpha
I would agree with XML, if we were in 2005. I prefer JSON by a large margin. **However**, we do not need to commit to a single output format, we...
First part: moving handlers to proper structs/classes https://github.com/TrinityCore/WowPacketParser/tree/handlers_refactor Second part: Serialization of structs to other formats https://github.com/TrinityCore/WowPacketParser/pull/296
A possible way to do this is create a new DumpFormatType that takes the original .pkt and outputs a modified .pkt without sensible information. You would then be able to...
Before anyone tries to implement this do explain your idea first (I don't want anyone to do a 10k lines of code pull request for it to be denied.)
Making the sniffer do the filtering or allowing submissions of modified .txts is not an option.
It's the same thing, I'm planning to split WPP in multiple smaller parts. Anyway, the filtering code would be done in this repository. Filtering might not be the right word,...
I wonder if it is possible to quickly implement a DSL to do these kind of tests easily
 Confirmed bug. The aura is definitely not a good idea.