diff --git a/Test_Cases/Test_Case2/readme b/Test_Cases/Test_Case2/readme new file mode 100644 index 0000000..6d7da92 --- /dev/null +++ b/Test_Cases/Test_Case2/readme @@ -0,0 +1,12 @@ +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. \ No newline at end of file