[VB & C# 2005]generating and sending tcp packet?
Well what I wanna do is make a program that generates a tcp connect packet and sends it to an ip address. I wanna do this for learning purposes because I'm very interested in how it works. If someone could help me get started that would be appreciated(either VB or C# I know both).
Re: [VB & C# 2005]generating and sending tcp packet?
(VB6) Put either a Winsock or INet control on your form and read the help for the control.
Re: [VB & C# 2005]generating and sending tcp packet?
Quote:
Originally Posted by Al42
(VB6) Put either a Winsock or INet control on your form and read the help for the control.
Thats not what I want to do...