Results 1 to 3 of 3

Thread: [VB & C# 2005]generating and sending tcp packet?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2005
    Posts
    1,547

    [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).

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    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.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2005
    Posts
    1,547

    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...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width