ChargePoint / wireshark-v2g

Dissector for the V2G Protocols
Other
43 stars 18 forks source link

Decoding not worked #48

Closed wqking1986 closed 1 year ago

wqking1986 commented 1 year ago

Hello, i have built done the wireshark in Linux Ubuntu, but it cant work, as the follow pictures, there is no "Vehicle to Grid Transfer Protocol" tab, please show me the guide, and tell me why? Please help me!

image

1692614716343
chardin-cpi commented 1 year ago

The v2g.lua is missing - we've had trouble from some people saying the v2g.lua needs to be copied into a location that is known. When we tested this in the README.md we found that this was the location to get it to work on the test laptop we used with linux ubuntu 22.04.

For Linux
- copy v2g.lua to `~/.local/lib/wireshark/plugins`
- copy v2gexi.so to `~/.local/lib/wireshark/plugins/4.0/epan`

So, I've heard people tell me that have copied to the v2g.lua to the same directory as the v2gexi.so and had that work - but, you will want to ensure you see the v2g.lua in the about plugins in the Wireshark to enable the decode to work - it needs both.

cc: @pthompson-cpi

wqking1986 commented 1 year ago

Thank you, follow your direction, i have solved this issue