UDP Packet Creation????
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I need to create a UDP Packet and send it to multiple Servers (and monitor the replies that the program (Anti-Virus) will return. Basically it is to test if the servers are working correctly (basically a test virus). Replies mean its working fine...if no reply we have a problem with the server reporting the viruses. Currently being done via an ms-dos batch file and takes 45 min. (with human intervention) to complete...Thats a big waste of time!!!! I have seen a spoofing program at CodeGuru, but don't see where I can insert the proper message to make this happen... Can anyone help??? Dan