forked from jamores/eth-ws-someip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some installation instructions
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# eth-ws-someip | ||
Automotive Ethernet SOME/IP-SD Wireshark LUA dissectors (Autosar 4.2) | ||
|
||
## Installation | ||
In order to use this LUA plugins, best option would be refer to official wireshark LUA documenation (the wiki could be a goot starting point : https://wiki.wireshark.org/Lua). However, if you too are a Linux user, this is the option I like best: | ||
- clone this repository to your preferred location : \<repo_location> | ||
- one of the default directories where Wireshark will look for LUA plugins is **$HOME/.wireshark/plugins** | ||
- simply create some symlinks from **$HOME/.wireshark/plugins** to **\<repo_location>** | ||
- $ ln -s \<repo_location>/someip.lua ~/.wireshark/plugins/ | ||
- $ ln -s \<repo_location>/sd.lua ~/.wireshark/plugins/ | ||
- $ ln -s \<repo_location>/sd_entries.lua ~/.wireshark/plugins/ | ||
- $ ln -s \<repo_location>/sd_options.lua ~/.wireshark/plugins/ |