Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hooking IP packets in WIN 2K

Status
Not open for further replies.

puchun

Programmer
Aug 5, 2003
1
IN
I want to filter and hook IP packets from a particular address , do some modifications to the header option fields and forward them to particular destination. Can anybody help me in this regard? Thanks in advance. Have a great day.
 
Are you in the route? If not, then you can't snare the packets off of the network, because the machine that should get them will hear them at the same time that you do (if you can hear them at all).

There are some applications like Ettercap and Taranis that will let you put a switch into broadcast mode, so you might be able to see the traffic that you are not in the route for. And Ettercap will even let you insert yourself into the link in certain situations by doing layer 2 spoofing.

If you are in the route, I've used Net::RawIP (a PERL Library) to modify packets on the fly.


pansophic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top