Click to See Complete Forum and Search --> : Design OSI Layer


raju00003
March 4th, 2010, 02:39 AM
Hi

Please guide me How to design OSI layer using C++/VC++ ..For Example if i send raw bits in network layer i need to find the status of raw bits in each layer ..how to do that sir...please help me

hoxsiew
March 4th, 2010, 07:30 AM
What you want to do is probably more appropriate in a discussion of device drivers as anything that operates at that level would necessarily not be part of the user-mode realm.

gtripathi
March 11th, 2010, 07:16 AM
If you just need it to monitor raw packets, you can use a sniffer. Designing and Implementing a OSI layer is complex task involving too many things which can't be easily discussed in a forum like this. You may get an answer if you have something more specific to ask about.