Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I'm looking for a book/articles that would describe how to hook into the network driver to pickup custom datagram packets from a legacy device. I can see the packets with any basic network monitor, but if I understand correctly, they are not an existing protocol such as TCP, IP, IPX, UDP. They are MAC address packets on multicast.

Any thoughts or suggestions?

Thanks,
Posted
Updated 29-Sep-11 5:05am
v2

1 solution

Maybe the link below can inspire you. It is an raw socket example and you can't go any further that that. Hopefully it is useful and can be of some help to you.

http://www.winsocketdotnetworkprogramming.com/clientserversocketnetworkcommunication8i_1.html[^]

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900