Skip to content

Commit

Permalink
CompactTraceDescriptor/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson authored and anderson committed Feb 13, 2017
1 parent 749c6cf commit f0f17ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CompactTraceDescriptor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ This software is part of my Master degree project in development

Before instaling it, you have to install some 3rd parties softwares and lybraries.

###Wireshark
###Wireshark and Pyshark
Wireshark instalation comes with tshark, which is used by the sniffer. To install Wireshark, type at the terminal:
```
sudo apt-get install wireshark
```
Pyshark is a python wrapper for tshark, wich allows python packet parsing, using tshark dissectors. To install it:
```
sudo pip install pyshark
```
###Octave
Octave is a free open-souce platform and scientific programming language, compatible with Matlab. To install, type on terminal:
```
Expand Down

0 comments on commit f0f17ac

Please sign in to comment.