Results 1 to 10 of 10

Thread: [2005] send raw packets?

  1. #1

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

    [2005] send raw packets?

    how using the socket class would i send a raw packet to a server?

  2. #2
    Hyperactive Member OMITT3D's Avatar
    Join Date
    Mar 2006
    Posts
    368

    Re: [2005] send raw packets?

    Why would you want to do this...

  3. #3

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

    Re: [2005] send raw packets?

    Quote Originally Posted by OMITT3D
    Why would you want to do this...

    because i like to learn and right now i want to learn about sockets.socket

  4. #4

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

    Re: [2005] send raw packets?

    anyone know how to do this?

  5. #5
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    Re: [2005] send raw packets?

    Are you planning on using the socket object supplied with the framework, or true, raw data?

  6. #6

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

    Re: [2005] send raw packets?

    Quote Originally Posted by sevenhalo
    Are you planning on using the socket object supplied with the framework, or true, raw data?
    true raw data.

  7. #7
    Admodistrator |2eM!x's Avatar
    Join Date
    Jan 2005
    Posts
    3,900

    Re: [2005] send raw packets?

    Quote Originally Posted by high6
    true raw data.
    TCP or UDP?

  8. #8

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

    Re: [2005] send raw packets?

    Quote Originally Posted by |2eM!x
    TCP or UDP?
    both, im gonna learn both one time or another lol.

  9. #9
    Admodistrator |2eM!x's Avatar
    Join Date
    Jan 2005
    Posts
    3,900

    Re: [2005] send raw packets?

    Im interested in UDP, and I have asked numerous times and no one seems to know. MSDN example doesnt even work :S

  10. #10
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    Re: [2005] send raw packets?

    I would start by reading through this:
    http://www.tcpipguide.com/free/t_toc.htm

    It's alot to digest. Using the socket objects built into the framework would deffinitely be the more feasible option if you can make it work, but if not... That link will be a good place to start.

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