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

Wireshark crashing with unquoted scion.dst_host in filter #4395

Open
sarcasticadmin opened this issue Sep 20, 2023 · 0 comments
Open

Wireshark crashing with unquoted scion.dst_host in filter #4395

sarcasticadmin opened this issue Sep 20, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@sarcasticadmin
Copy link

Description

Utilizing the latest version of the wireshark plugin: https://github.com/scionproto/scion/blob/468618633db29e36835923b24fcb7dcdf93c261d/tools/wireshark/scion.lua

The following filter causes wireshark to crash:

scion.dst_host == 127.0.0.1

The following filter works against a scion packet capture:

scion.dst_host == "127.0.0.1"

Expected behavior

Error raised if filter input needs to be of type string

System Info

Wireshark: Version 4.0.8 (v4.0.8-0-g81696bb74857)
Windows 11: Version 22H2 (OS Build 22621.2283)

@sarcasticadmin sarcasticadmin added the bug Something isn't working label Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant