packet-bnetp
packet-bnetp copied to clipboard
Filtering by packet ID?
Is it possible to filter by packet IDs? Something like bnetp and bnetp.pid!=SID_NULL
It used to work like that. But since Chat Server and W3 Game Server protocols were separated there's no more a bnetp filter.
Chat Server protocol should be filterable with the key bncs (for instance bncs.pid == 0x09). Names should also work (i.e. bncs.pid == SID_GETADVLISTEX)
W3GS protocol should be filterable with the key w3gs (for instance w3gs.pid == 0x19)
Perfect. Would be nice to expand the readme and/or wiki a little bit since they still showcase bnetp filter and don't mention any more advanced filtering like this.