Results 1 to 4 of 4

Thread: icmp reroute

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2009
    Posts
    2

    icmp reroute

    This is my first post and any reply will be greatly appreciated. I have a program that will monitor the packet sent on a local network. I want to be able to separate the packets based on protocol, specifically icmp ping request, and reroute that to a loopback device, any ideas/theory's will help, thank you in advanced. also i am using visual studios 2008
    Last edited by blitz2190; Feb 2nd, 2009 at 10:25 AM.

  2. #2
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: icmp reroute

    how do you intend on getting the packets?
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2009
    Posts
    2

    Re: icmp reroute

    i was going to use a modifcation of the code found here http://www.planet-source-code.com/vb...46567&lngWId=1 by IRBMe. basicly just to reroute the packets(ping only) of a specifc to another on the network, reason being that i am trying to reroute the ping of an xbox so changing its destionation on the xbox is out of the question. but i dont know how to seperate and reroute once i have the packets

  4. #4
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: icmp reroute

    so you have a PC with two ethernet interfaces. one connects to the ISP and the other connects to the XBox?

    why not just configure your router not to accept ICMP?
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

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