network programming
-
hey do anyone know how to sniff outgoing packets in a system, and do anyone have dnsapi.lib . if so i would be pleased
In Windows DDK , Packet32 driver is provided. using that you can catch all the outgoing and incomming packets. And you can also catch all the packets in the lan which r comming from/ going to other systems (if using HUB). have Fun......
-
In Windows DDK , Packet32 driver is provided. using that you can catch all the outgoing and incomming packets. And you can also catch all the packets in the lan which r comming from/ going to other systems (if using HUB). have Fun......
-
what is windows DDK, tell me exactly how do i use packet32 in my vc programs, do u have any experience in using them please tell me yaar
the windows ddk is the device driver kit! you have to order it at http://www.microsoft.com/ddk/ (its free i think). i don't know the packet32 driver, but you will have to control it via DeviceIoControl, CreateFile, ReadFile, WriteFile like most other drivers.
-
hey do anyone know how to sniff outgoing packets in a system, and do anyone have dnsapi.lib . if so i would be pleased
I used the packet32 driver which is provided in Windows DDK 2 years back in my VC++ application for capturing packets in Win NT. Present situation i dont know, wether it is there in the latest version of DDK or not. check it out. If it is there inform me, i will tell you how to use it. It is very simple to use it.