You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
When I try to "force" it to apply the V2G plugin, nothing is decoded as well:
Thank you in advance.
The text was updated successfully, but these errors were encountered:
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.
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.
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:
When I try to "force" it to apply the V2G plugin, nothing is decoded as well:
Thank you in advance.
The text was updated successfully, but these errors were encountered: