<div dir="ltr">You might find something to use in <a href="http://twistedmatrix.com/documents/current/api/twisted.pair.html">http://twistedmatrix.com/documents/current/api/twisted.pair.html</a>, or at least an idea of how to implement it from one of the existing components.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, May 10, 2014 at 3:29 PM, Jay Shah <span dir="ltr"><<a href="mailto:jayshah30392@gmail.com" target="_blank">jayshah30392@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hiee All,<br><br></div>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 remote server. <br>

</div>How can i do that ?<br></div>Can i start listening to TCP syn req or replies on the same reactor on which i am listening to icmp replies ? <br></div><div>or<br></div><div>should i install new custom reactor for listening to tcp replies ? <br>

</div><div>I want to parse SYN ACK request ONLY. Neither I want to make a new connection with remote server nor handling them! I just need syn ack replies to be parsed so that i can figure out whether i have reached my destination or not.<br>

thank you.<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888"><div><div><div><div><div><div><div><div><div dir="ltr"><div><div><div>Jay Shah<br></div>(Technische Universität München,<br>
</div>München, Deutschland<br></div>Tel. <a href="tel:%2B49%20176%207266%207259" value="+4917672667259" target="_blank">+49 176 7266 7259</a> )<br></div></div>

</div></div></div></div></div></div></div></font></span></div>
<br>_______________________________________________<br>
Twisted-Python mailing list<br>
<a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
<br></blockquote></div><br></div>