Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
TGruett committed May 17, 2024
1 parent 56ad0d6 commit 499514f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
cp ./V2G_Libraries/V2GDecoder/bin/* ./artifact_dir/
mkdir artifact_dir/plugins
cp ./Wireshark/plugins/* ./artifact_dir/plugins/
echo "dSPACE V2Gshark Wireshark Plugin" > ./artifact_dir/README
echo "Please copy the .so files and the 'plugins' directory into your Wireshark installation or into your personal plugin directory (%appdata%/wireshark)." >> ./artifact_dir/README
cp ./LICENSE ./artifact_dir/dsV2Gshark_LICENSE.txt
cp ./README.md ./artifact_dir/README
- name: Upload Win64 Files
uses: actions/upload-artifact@v4
Expand All @@ -60,8 +60,8 @@ jobs:
cp ./V2G_Libraries/V2GDecoder/bin/* ./artifact_dir/
mkdir artifact_dir/plugins
cp ./Wireshark/plugins/* ./artifact_dir/plugins/
echo "dSPACE V2Gshark Wireshark Plugin" > ./artifact_dir/README
echo "Please copy the .so files and the 'plugins' directory into your Wireshark installation or into your personal plugin directory (~/.local/lib/wireshark)." >> ./artifact_dir/README
cp ./LICENSE ./artifact_dir/dsV2Gshark_LICENSE.txt
cp ./README.md ./artifact_dir/README
- name: Upload Linux Files
uses: actions/upload-artifact@v4
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Click on a packet in the graph to inspect it in the Wireshark main window. Press

## Installation notes
- The installer can be downloaded from [GitHub Releases](https://github.com/dspace-group/dsV2Gshark/releases/latest)
- 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.
- When updating Wireshark, please reinstall the plugin to avoid any warnings
- Not compatible with other V2G dissector plugins. Please uninstall these plugins before installing dsV2Gshark.
- Not compatible with 32 bit versions of Wireshark.
Expand All @@ -60,8 +61,8 @@ Click on a packet in the graph to inspect it in the Wireshark main window. Press
- ISO 15118-20 is not fully supported yet
- please let us know if you encounter incorrectly decoded packets
- Linux
- no installer, please copy the files manually into your Wireshark installation or into your personal plugin directory (~/.local/lib/wireshark)
- filter buttons and color filters must be added manually
- No installer, see [Installation Notes](#installation-notes). Make sure you have read permissions for all files.
- Filter buttons and color filters must be added manually
- I/O graph must be configured manually

## Support
Expand Down

0 comments on commit 499514f

Please sign in to comment.