17 lines
525 B
Plaintext
17 lines
525 B
Plaintext
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.
|
|
|
|
|
|
|
|
|
|
|
|
|