From babab52c3a7ceb1549e056fb94d3038de9e3921d Mon Sep 17 00:00:00 2001 From: Sana147 <14mseeshabib@seecs.edu.pk> Date: Sun, 7 May 2023 01:41:53 +0000 Subject: [PATCH] Update 'Test_Cases/readme' --- Test_Cases/readme | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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. + + + + + +