Skip to content

Commit

Permalink
typos on README file
Browse files Browse the repository at this point in the history
  • Loading branch information
jamores committed Jan 26, 2018
1 parent 4ba1e99 commit f90157f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
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:
In order to use this LUA plugins, best option would be refer to official wireshark LUA documentation (the wiki could be a goot starting point : https://wiki.wireshark.org/Lua). However, if you are a Linux user too, 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/


## VLAN configuration (linux)
TODO

0 comments on commit f90157f

Please sign in to comment.