ChargePoint / wireshark-v2g

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

tools/vagrant: update the box reference to Ubuntu 22.04 #47

Closed chardin-cpi closed 1 year ago

chardin-cpi commented 1 year ago

Trying to reproduce the standalone issue reported for unknown symbols

# vagrant adds the wireshark-dev repo and packages
vagrant up
vagrant ssh

mkdir build && cd build
cmake ../wireshark-v2g
make
sudo make install

Fixes: #41