packet-bnetp icon indicating copy to clipboard operation
packet-bnetp copied to clipboard

Filtering by packet ID?

Open cen1 opened this issue 1 year ago • 2 comments

Is it possible to filter by packet IDs? Something like bnetp and bnetp.pid!=SID_NULL

cen1 avatar Sep 14 '24 11:09 cen1

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)

diegonc avatar Sep 14 '24 16:09 diegonc

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.

cen1 avatar Sep 15 '24 12:09 cen1