CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2009
    Posts
    4

    Smile 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

  2. #2
    Join Date
    Feb 2005
    Posts
    2,160

    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.

  3. #3
    Join Date
    Mar 2010
    Posts
    6

    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
  •  





Click Here to Expand Forum to Full Width

Featured