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

wirefilter does not support CIDR format? #84

Open
tommy-dong opened this issue Apr 9, 2024 · 1 comment
Open

wirefilter does not support CIDR format? #84

tommy-dong opened this issue Apr 9, 2024 · 1 comment

Comments

@tommy-dong
Copy link

wirefilter does not support CIDR format:
ip.addr == 192.168.0.1/24 --- not supported
ip.addr >= 192.168.0.1 and ip.addr <= 192.168.0.64 --- supported

@tommy-dong tommy-dong changed the title wirefilter does not support CIDR format wirefilter does not support CIDR format? Apr 9, 2024
@marmeladema
Copy link
Collaborator

It does but you need to use the in {} operator.

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