I'm new to wireshark and I'm trying really hard to understand. What do SYN, ACK, FIN, and GET mean in wireshark? What are they and what do they do? Thank you |
Well, this is really hard to answer in a Q&A but I'll give it a try. SYN ACK and FIN are bits in the TCP Header as defined in the Transmission Control Protocol
The GET is a Hypertext Transfer Protocol command to ask for data from an HTTP Server You see, this is not really a wireshark related question but more a general TCP/IP question which opens up more questions that it actually answers. Regards Matthias |