how to modify the contents of a TCP/IP packet before it is delivered? Can this be done with ip helpe

D

dr

how to modify the contents of a TCP/IP packet before it is delivered? Can
this be done with ip helper api, can it be done with sockets? I can't seem
to find any documentation on how to modify packets before they are
delivered.
 
G

Guest

how to modify the contents of a TCP/IP packet before it is delivered?
Can this be done with ip helper api, can it be done with sockets? I
can't seem to find any documentation on how to modify packets before
they are delivered.


I think .NET works at Layer 7... you don't really have access to Layer 3 or
2...
 
R

Robert

how to modify the contents of a TCP/IP packet before it is delivered?
I think .NET works at Layer 7... you don't really have access to Layer 3
or
2...

Seems like you need a proxy. Implement a listener, and a sender.
Then put whatever logic between the tow.
 
D

dr

i dont have control of the apps coding on what ips they use, i want to
genericaly modify packets without knowing the details of the apps sending
the info
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top