CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #3
    Join Date
    Sep 2005
    Location
    London
    Posts
    208

    Re: limit home network bandwidth per node

    Hi Dcyuri,

    The link doesn't work so I don't know what your initial request was.
    I can only assume that you would like to intercept and manipulate packets, and if that's the case why hook if you can cook (build your own)?

    You can use an existing library like Winpcap http://www.winpcap.org/ ), or API's like LSP, NDIS, etc..

    Even that I like your idea (and please do post your findings if you decide to go ahead with it), I wouldn't like to miss the flexibility and extendibility I could gain otherwise.


    Good luck
    Doron
    Last edited by Doron Moraz; June 20th, 2009 at 07:50 AM.

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