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

    How to developpe router ?

    How to developpe router ?
    i m interssting to developpe a program that keep packet from on ethernet interface and make it routed over an other ethernet interface.
    i m using winpcap to capture ping request packet in the first interface and send it over the second but i the destination dont reply
    plz i need help

  2. #2
    Join Date
    Feb 2004
    Posts
    232
    Are you forworing it as an ICMP packet? If so, you aren't sending it to the right place. I believe you need to use the ICMP port (which I don't know of it's number)
    Need help with anything related to audio programming? I can help!

  3. #3
    Join Date
    May 2003
    Posts
    3
    Thank's for reply
    i find solution ; it was a prblem of delay ; the prog make a lot of time to capt the packet and sent it in the secand inteface.
    i thing i need to program this with multithread
    someone can help me about this

  4. #4
    Join Date
    Jul 2003
    Location
    Maryland
    Posts
    762
    If you're looking to make software that works like a router, you're going to have to learn about routed and routing protocals. You'll want to use RIP

  5. #5
    Join Date
    Jan 2002
    Location
    Scaro, UK
    Posts
    5,940
    Why not just buy one ?

    I bet you can already buy bridging/routing software.

    Seems like a lot of work for not a lot of gain to me.

    Darwen.
    www.pinvoker.com - PInvoker - the .NET PInvoke Interface Exporter for C++ Dlls.

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