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
Printable View
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
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.
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.