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
9af706aea3
|
2 years ago | |
---|---|---|
.. | ||
Second_Test_Case.png | 2 years ago | |
TestCase2_ACK.py | 2 years ago | |
TestCase2_FIN.py | 2 years ago | |
TestCase2_FINACK.py | 2 years ago | |
TestCase2_SYN.py | 2 years ago | |
TestCase2_SYNACK.py | 2 years ago | |
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.