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

Protocol analyzer filters don't handle equality checks against numbers correctly #381

Closed
azonenberg opened this issue Jun 22, 2021 · 0 comments
Labels
bug Something isn't working ui New UI features
Milestone

Comments

@azonenberg
Copy link
Collaborator

Given field Foo with a value of 22, Foo == 22 fails to match.

This is because an un-quoted 22 is parsed as a number, converted to string as 22.0000, and this then doesn't string compare to 22.

If both inputs to an operator are numbers, they should be interpreted as such.

@azonenberg azonenberg added bug Something isn't working ui New UI features labels Jun 22, 2021
@azonenberg azonenberg added this to the v0.1 milestone Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui New UI features
Projects
None yet
Development

No branches or pull requests

1 participant