Monthly Archives: May 2010

Flags Syn Ack

flags syn ack Sending internet packets in C++? How can i send a TCP/IP packet in C++, being able to set the flags (SYN, ACK etc) and define the content of the message in the packet. How also can I read internet packets in C++, allowing me to read the flag’s and packet content. I [...]