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
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ Click on a packet in the graph to inspect it in the Wireshark main window. Press
48
48
49
49
## Installation notes
50
50
- The installer can be downloaded from [GitHub Releases](https://github.com/dspace-group/dsV2Gshark/releases/latest)
51
+
- To use the plugin without installer, download the zipped files from [GitHub Releases](https://github.com/dspace-group/dsV2Gshark/releases/latest) and copy its content manually into your Wireshark installation or into your personal plugin directory (Windows: %appdata%/wireshark/, Linux: ~/.local/lib/wireshark/). The filter buttons, color filter and I/O Graph configuration must be added manually in this case.
51
52
- When updating Wireshark, please reinstall the plugin to avoid any warnings
52
53
- Not compatible with other V2G dissector plugins. Please uninstall these plugins before installing dsV2Gshark.
53
54
- Not compatible with 32 bit versions of Wireshark.
@@ -60,8 +61,8 @@ Click on a packet in the graph to inspect it in the Wireshark main window. Press
60
61
- ISO 15118-20 is not fully supported yet
61
62
- please let us know if you encounter incorrectly decoded packets
62
63
- Linux
63
-
-no installer
64
-
-filter buttons and color filters must be added manually
64
+
-No installer, see [Installation Notes](#installation-notes). Make sure you have read permissions for all files.
65
+
-Filter buttons and color filters must be added manually
65
66
- I/O graph must be configured manually
66
67
67
68
## Support
@@ -71,7 +72,7 @@ Click on a packet in the graph to inspect it in the Wireshark main window. Press
71
72
## Further notes
72
73
- When sniffing V2G communication, lost packets may occur, which cause corrupted TCP/TLS sessions. In that case, it may help to activate the option to ignore Message Authentication Code (MAC) check failures in the Wireshark TLS protocol settings.
73
74
This option can be found under Wireshark Preferences - Protocols - TLS
74
-
- This plugin was built and tested with Wireshark 4.2.4
75
+
- This plugin was built and tested with Wireshark 4.2.5
75
76
- The EXI decoding is based on [cbExiGen](https://github.com/EVerest/cbexigen)
0 commit comments