User | Post |
pragma7
 
   

  
 
 
Since: 04-26-02 From: USA, NJ
Since last post: 8184 days Last activity: 8198 days
|
|
Hey guys...I'm getting really frustrated here, I can't find any info on sending packets on WinXP...all I really need is a couple simple examples. If any of you care to help out, here's what I need, or at least close to it...
an example of the following in VB or VC++
Sending 1 single packet to Ragnarok that will cause the character to sit (or stand), or anything along those lines.
Sending a packet that contains string data (eg. 'hello' instead of 0C AC or whatever).
I don't need a whole program (in fact, I don't want it), just show me the exact code that will create the data, and send the packet. If anyone cares to branch off this, I also would like to learn how to capture packets (sent and recieved) for monitering (without the use of a 3rd party program, I want to write my own).
Thanks all,
Rob |
Sasami
Goddess in Training
 
   


  
 
 
Since: 02-18-02 From: Back in texas! YAY! college sucked! Rating: 10 (1030 pts)
Since last post: 7713 days Last activity: 7713 days
|
|
i forget what the c++ library is called that lets you control all the winsock functions, i'll look around for it. gotta go to the hellhole, erm, school now. |
pragma7
 
   

  
 
 
Since: 04-26-02 From: USA, NJ
Since last post: 8184 days Last activity: 8198 days
|
|
Are you referring to WinPcap? I saw something on that, maybe I'll check that out...
Rob |
Doomcraft
 
   


  
 
 
Since: 04-28-02 From: Portugal
Since last post: 8334 days Last activity: 8322 days
|
|
darn it, i saw that library in a magazine a while back, im going to see if i can find it.
edit: erm, i saw an article that mentioned winsock.h, winsock2.h and ws2tcp_ip.h....
hmm, I hope that helps. 
(edited by Doomcraft on 05-13-02 01:56 PM) |
Mental Atrophy
 
   

  
 
 
Since: 05-14-02 From: Home
Since last post: 8350 days Last activity: 8300 days
|
|
WS2_32.lib is the library for winsock functions.... |