TrinityCore / WowPacketParser

World of Warcraft Packet Parser
GNU General Public License v3.0
410 stars 352 forks source link

Protobuf based query builders #860

Open BAndysc opened 3 weeks ago

BAndysc commented 3 weeks ago

Protobuf parsing was introduced to de-couple parsing the binary sniff file from processing and extracting the content. However, it wasn't utilized. This PR adds an infrastructure for utilizing this proto data for building queries (demo in another PR).