You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is it possible to filter by packet IDs? Something like
bnetp and bnetp.pid!=SID_NULL
The text was updated successfully, but these errors were encountered: