Re: [LARTC] How to fight with encrypted p2p

2007-11-12 Thread sawar
Rtorrent which I use sometimes have ability to completely disable plain text communication : man rtorrent allow_incoming (allow incoming encrypted connections), try_outgoing (use encryption for outgoing connections), require (disable unencrypted handshakes), require_RC4 (also

[LARTC] using libnetfilter_queue

2007-11-12 Thread Abhijit Menon-Sen
Hi. Has anyone written or used, or does anyone know of, applications that use libnetfilter_queue to mangle packets in userspace before letting them proceed on their way? I'm wondering if it's possible to write a transparent proxy that way, and looking for examples and/or inspiration. Thanks.