|
@@ -118,7 +118,10 @@ Source_Address Destination_Address Source_Port Destination_Port Octects Packets
|
118
|
118
|
|
119
|
119
|
####Instructions
|
120
|
120
|
|
121
|
|
-1. Load the Qt project called `NetworkAnalyzer` by double-clicking on the `NetworkAnalyzer.pro` file in the `Documents/eip/Sorting-NetworkAnalyzer` folder of your computer. You may also go to `http://bitbucket.org/eip-uprrp/sorting-networkanalyzer` to download the `Sorting-NetworkAnalyzer` folder to your computer.
|
|
121
|
+1. Load the project `NetworkAnalyzer` into `QtCreator`. There are two ways to do this:
|
|
122
|
+
|
|
123
|
+ * Using the virtual machine: Double click the file `NetworkAnalyzer.pro` located in the folder `/home/eip/labs/sorting-networkanalyzer` of your virtual machine.
|
|
124
|
+ * Downloading the project’s folder from `Bitbucket`: Use a terminal and write the command `git clone http:/bitbucket.org/eip-uprrp/sorting-networkanalyzer` to download the folder `sorting-networkanalyzer` from `Bitbucket`. Double click the file `NetworkAnalyzer.pro` located in the folder that you downloaded to your computer.
|
122
|
125
|
|
123
|
126
|
2. Open the `packet.cpp` file. Study the attributes and methods of the `Packet` class.
|
124
|
127
|
|