diff --git a/Test_Cases/readme b/Test_Cases/readme index 236595b..7cc08b8 100644 --- a/Test_Cases/readme +++ b/Test_Cases/readme @@ -1 +1,16 @@ -This folder contains test packets. \ No newline at end of file +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. + + + + + +