Browse Source

Update 'Test_Cases/readme'

master
Sana147 1 year ago
parent
commit
babab52c3a
  1. 17
      Test_Cases/readme

17
Test_Cases/readme

@ -1 +1,16 @@
This folder contains test packets.
This folder contains test packets.
Testing is done as follows.
For Test_Case1.py:
1. Open two terminals.
2. In terminal 1, change working directory to whereever the Test_Case1.py file exists.
3. In terminal 2, open wireshark using the command sudo wireshark, and select 'any' to be the interface for capturing packets.
4. In terminal 1, run the test case 1 using: sudo python3 Test_Case1.py
5. In Wireshark, use the ip.addr == 200.204.10.12 and the syn packet going from 200.204.10.12 to 200.204.10.14 will be shown.
Loading…
Cancel
Save