Re: [Twisted-Python] TCP and ICMP

2014-05-13 Thread Kevin Horn
On Mon, May 12, 2014 at 2:20 PM, Glyph wrote: > > On May 11, 2014, at 5:35 AM, Itamar Turner-Trauring > wrote: > > I believe the version of twisted.pair in 14.0 (or release candidates) is > vastly improved: rewritten, has documentation, etc.. > > > I am pretty sure this only applies to TUN/TAP s

Re: [Twisted-Python] TCP and ICMP

2014-05-12 Thread Glyph
On May 11, 2014, at 5:35 AM, Itamar Turner-Trauring wrote: > I believe the version of twisted.pair in 14.0 (or release candidates) is > vastly improved: rewritten, has documentation, etc.. I am pretty sure this only applies to TUN/TAP support, not all of twisted.pair. -glyph__

Re: [Twisted-Python] TCP and ICMP

2014-05-11 Thread Itamar Turner-Trauring
On 05/11/2014 05:01 AM, Tom van Neerijnen wrote: You might find something to use in http://twistedmatrix.com/documents/current/api/twisted.pair.html, or at least an idea of how to implement it from one of the existing components. I believe the version of twisted.pair in 14.0 (or release candi

Re: [Twisted-Python] TCP and ICMP

2014-05-11 Thread David Stainton
Hi Jay Shah, I started (but never finished) to implement a tcp traceroute (with interesting features) for OONI (Open Observatory of Network Interference... a Tor Project project) probe. You might use parts of the ooniprobe api to capture your packets... It's written using Twisted and I'm fairly ce

Re: [Twisted-Python] TCP and ICMP

2014-05-11 Thread Tom van Neerijnen
You might find something to use in http://twistedmatrix.com/documents/current/api/twisted.pair.html, or at least an idea of how to implement it from one of the existing components. On Sat, May 10, 2014 at 3:29 PM, Jay Shah wrote: > Hiee All, > > I have very simple question. I have already imple

[Twisted-Python] TCP and ICMP

2014-05-10 Thread Jay Shah
Hiee All, I have very simple question. I have already implemented custom reactor for handling ICMP requests (reference: txnettools) . My problem is: i am implementing tcp traceroute. I have handled all icmp time exceed messages. But, i want to handle tcp syn-ack reply which i am getting from remot