in reply to Intercept segmets before arriving to the TCP stack from App Layer
You don't say what operating system you are using and what problem you are trying to solve, but the easy solution is to set up a proxy and make your browser use that proxy. There is a convenient proxy package availble with HTTP::Proxy. On the other, harder side, there is the low-level manipulation possible with libnet and libpcap (Net::PCap), both of which have injection and manipulation callbacks, and if you're using a BSD (-based operating system), you might find the port filters by Stephanie Wehner useful.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Intercept segmets before arriving to the TCP stack from App Layer
by mosh (Scribe) on Nov 10, 2004 at 10:11 UTC |