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

Decoding not working on Wireshark 4.4.0 #74

Open
vinicius-smartme opened this issue Sep 13, 2024 · 1 comment
Open

Decoding not working on Wireshark 4.4.0 #74

vinicius-smartme opened this issue Sep 13, 2024 · 1 comment

Comments

@vinicius-smartme
Copy link

Hello.

I built and installed the wireshark-v2g and I am using it with wireshark 4.4.0 (with EndeavourOS). However it is not decoding the v2g messages. The v2gexi.so type is not recognized.

image

I have tried to place the v2g.lua at the instructed places and some other locations I saw around the internet and now I have it at:

  • ~/.local/lib/wireshark/plugins/
  • ~/.local/lib/wireshark/plugins/4.4/epan/
  • /usr/lib/wireshark/plugins/
  • /usr/lib/wireshark/plugins/4.4/epan/

I have the v2gexi.so on:

  • ~/.local/lib/wireshark/plugins/4.4/epan/
  • /usr/lib/wireshark/plugins/4.4/epan/

As it can be seen below, the packets cannot be recognized:
image

When I try to "force" it to apply the V2G plugin, nothing is decoded as well:
image

Thank you in advance.

@fred-lamer
Copy link

Hi, I had the same problem on Ubuntu 22.04 with Wireshark 4.4.0-1
The problem is because the libraries included with Wireshark 4.4.0-1 have changed (libwireshark.so.17 -> libwireshark.so.18, and more).

To fix this problem, I built the code from source and installed it.

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