|
-
May 22nd, 2006, 04:43 PM
#1
Thread Starter
Frenzied Member
[2005] send raw packets?
how using the socket class would i send a raw packet to a server?
-
May 22nd, 2006, 06:20 PM
#2
Hyperactive Member
Re: [2005] send raw packets?
Why would you want to do this...
-
May 22nd, 2006, 06:26 PM
#3
Thread Starter
Frenzied Member
Re: [2005] send raw packets?
 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
-
May 24th, 2006, 10:44 AM
#4
Thread Starter
Frenzied Member
Re: [2005] send raw packets?
anyone know how to do this?
-
May 24th, 2006, 10:55 AM
#5
Re: [2005] send raw packets?
Are you planning on using the socket object supplied with the framework, or true, raw data?
-
May 24th, 2006, 04:07 PM
#6
Thread Starter
Frenzied Member
Re: [2005] send raw packets?
 Originally Posted by sevenhalo
Are you planning on using the socket object supplied with the framework, or true, raw data?
true raw data.
-
May 24th, 2006, 04:10 PM
#7
Re: [2005] send raw packets?
 Originally Posted by high6
true raw data.
TCP or UDP?
-
May 24th, 2006, 04:13 PM
#8
Thread Starter
Frenzied Member
Re: [2005] send raw packets?
 Originally Posted by |2eM!x
TCP or UDP?
both, im gonna learn both one time or another lol.
-
May 24th, 2006, 04:22 PM
#9
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
-
May 24th, 2006, 04:22 PM
#10
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|