Hi, i have no networking experience, so this is probably just a noob post which will annoy some people but if anyones willing to help id appreciate it.
Theres plenty of guides on the net on how to send and receive packets, so i wont go there, but what i do need help on is figuring out where to send the packets.
http://www.winpcap.org/docs/docs_40/...cap__tut8.html
thats the tutorial if anyone cares.
Im not entirely sure what the source is or how networking really works, but the pcap_t* struct is needed forCode:pcap_t* pcap_open ( const char * source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth * auth, char * errbuf )
which i want to send.Code:int pcap_sendpacket ( pcap_t * p, u_char * buf, int size )
Looking at another program which does essentially what i want to do, its "send packet" dialog has an option for "socket ID".
What exactly is a socket ID, and how would i determine what socket an application is using (mem reading i guess, i can do that).
Or does winpcap work differently. Basically, if someone could in a nutshell explain to me whats needed to create a proxy which would allow me to capture and send packets (even block packets if its possible) with winpcap id be much appreciative. Thanks



LinkBack URL
About LinkBacks


