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.

11 lines
612 B

  1. This folder contains detail for Test_Case2.
  2. Source IP = 192.168.10.20, which is c0a8 0a14 in hex
  3. Destination IP = 192.168.10.10, which is c0a8 0a0a in hex
  4. Source Port = 2341, which is 0925 in hex,
  5. Destination Port = 1200, which is 04B0 in hex.
  6. For the SYN packet, the SYN Flag in the header has a value of 1.
  7. For the SYN+ACK packet, the SYN and ACK flags in the header have a value of 1.
  8. For the ACK packet, the ACK flag in the header has a value of 1.
  9. For the FIN packet, the FIN flag in the header has a value of 1.
  10. For the FIN+ACK packet, the FIN and ACK flags in the header have a value of 1.