|
@@ -115,7 +115,7 @@ Source_Address Destination_Address Source_Port Destination_Port Octects Packets
|
115
|
115
|
136.145.181.126 136.145.181.99 57 33 965 14
|
116
|
116
|
```
|
117
|
117
|
|
118
|
|
-###Exercise 0: Familiarize Yourself with the `Packet` Class.
|
|
118
|
+###Exercise 1 - Familiarize Yourself with the `Packet` Class.
|
119
|
119
|
|
120
|
120
|
####Instructions
|
121
|
121
|
|
|
@@ -130,7 +130,7 @@ Source_Address Destination_Address Source_Port Destination_Port Octects Packets
|
130
|
130
|
|
131
|
131
|
4. A method `met` of the object in position `i` in the vector can be accessed writing `V[i].met()`. The contents of all of the attributes of an object can be assigned to another object of the same class “at once”. For example, you can assign the contents of all of the attributes of the object in the position `k` of the vector `V` the corresponding attributes of the object in the position `i` of the vector `V` by writing `V[i]=V[k]`.
|
132
|
132
|
|
133
|
|
-###Exercise 1: Filter Communications
|
|
133
|
+###Exercise 2 - Filter Communications
|
134
|
134
|
|
135
|
135
|
####Instructions
|
136
|
136
|
|
|
@@ -155,7 +155,7 @@ Source_Address Destination_Address Source_Port Destination_Port Octects Packets
|
155
|
155
|
|
156
|
156
|
---
|
157
|
157
|
|
158
|
|
-###Exercise 2: Sorting Data
|
|
158
|
+###Exercise 3 - Sorting Data
|
159
|
159
|
|
160
|
160
|
|
161
|
161
|
####Instructions
|