Making magic with the network stack
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Sana147 53d298e063 Delete 'Test_Cases/Test_Case3.py' 2 years ago
..
Second_Test_Case.png Upload files to 'Test_Cases/Test_Case2' 2 years ago
TestCase2_ACK.py Upload files to 'Test_Cases/Test_Case2' 2 years ago
TestCase2_FIN.py Upload files to 'Test_Cases/Test_Case2' 2 years ago
TestCase2_FINACK.py Upload files to 'Test_Cases/Test_Case2' 2 years ago
TestCase2_SYN.py Upload files to 'Test_Cases/Test_Case2' 2 years ago
TestCase2_SYNACK.py Upload files to 'Test_Cases/Test_Case2' 2 years ago
readme Add 'Test_Cases/Test_Case2/readme' 2 years ago

readme

This folder contains detail for Test_Case2.

Source IP = 192.168.10.20, which is c0a8 0a14 in hex
Destination IP = 192.168.10.10, which is c0a8 0a0a in hex
Source Port = 2341, which is 0925 in hex,
Destination Port = 1200, which is 04B0 in hex.

For the SYN packet, the SYN Flag in the header has a value of 1.
For the SYN+ACK packet, the SYN and ACK flags in the header have a value of 1.
For the ACK packet, the ACK flag in the header has a value of 1.
For the FIN packet, the FIN flag in the header has a value of 1.
For the FIN+ACK packet, the FIN and ACK flags in the header have a value of 1.