Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filtering by packet ID? #13

Open
cen1 opened this issue Sep 14, 2024 · 2 comments
Open

Filtering by packet ID? #13

cen1 opened this issue Sep 14, 2024 · 2 comments

Comments

@cen1
Copy link

cen1 commented Sep 14, 2024

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

@diegonc
Copy link
Owner

diegonc commented Sep 14, 2024

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)

@cen1
Copy link
Author

cen1 commented Sep 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants