|
-
March 4th, 2010, 03:39 AM
#1
Design OSI Layer
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
-
March 4th, 2010, 08:30 AM
#2
Re: Design OSI Layer
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.
-
March 11th, 2010, 08:16 AM
#3
Re: Design OSI Layer
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|