<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to tell if Comcast is messing with BitTorrent?</title>
	<atom:link href="http://cad.cx/blog/2007/10/27/how-to-tell-if-comcast-is-messing-with-bittorrent/feed/" rel="self" type="application/rss+xml" />
	<link>http://cad.cx/blog/2007/10/27/how-to-tell-if-comcast-is-messing-with-bittorrent/</link>
	<description>Meanderings and punditry by a computer scientist with penchant for journalism, education, and politics</description>
	<lastBuildDate>Sat, 21 Apr 2012 19:30:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Colin Dean</title>
		<link>http://cad.cx/blog/2007/10/27/how-to-tell-if-comcast-is-messing-with-bittorrent/comment-page-1/#comment-2703</link>
		<dc:creator>Colin Dean</dc:creator>
		<pubDate>Sun, 28 Oct 2007 16:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://cad.cx/blog/2007/10/27/how-to-tell-if-comcast-is-messing-with-bittorrent/#comment-2703</guid>
		<description>Thanks, Shane. I&#039;m the in the process of capturing packets via Wireshark. 

I&#039;ll use this display filter to see the results:

&lt;code&gt;( ip.src != [my-ip] ) and ( tcp.flags.reset == 1) and (tcp.seq &gt; 1) and ( tcp.ack &gt; 1)and (tcp.dstport == [my-bittorrent-port])&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Thanks, Shane. I&#8217;m the in the process of capturing packets via Wireshark. </p>
<p>I&#8217;ll use this display filter to see the results:</p>
<p><code>( ip.src != [my-ip] ) and ( tcp.flags.reset == 1) and (tcp.seq > 1) and ( tcp.ack > 1)and (tcp.dstport == [my-bittorrent-port])</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://cad.cx/blog/2007/10/27/how-to-tell-if-comcast-is-messing-with-bittorrent/comment-page-1/#comment-2689</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Sun, 28 Oct 2007 05:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://cad.cx/blog/2007/10/27/how-to-tell-if-comcast-is-messing-with-bittorrent/#comment-2689</guid>
		<description>&lt;a href=&quot;http://www.dslreports.com/forum/r18901881-&quot; rel=&quot;nofollow&quot;&gt;How to test how many connections are being reset by RST pack[ets]&lt;/a&gt;, a reply to &lt;a href=&quot;http://www.dslreports.com/forum/r18323368-Comcast-is-using-Sandvine-to-manage-P2P-Connections&quot; rel=&quot;nofollow&quot;&gt;Comcast is using Sandvine to manage P2P Connections&lt;/a&gt;.

The next step would obviously be to organize peers to seed a torrent and use Wireshark/Ethereal to log all traffic.</description>
		<content:encoded><![CDATA[<p><a href="http://www.dslreports.com/forum/r18901881-" rel="nofollow">How to test how many connections are being reset by RST pack[ets]</a>, a reply to <a href="http://www.dslreports.com/forum/r18323368-Comcast-is-using-Sandvine-to-manage-P2P-Connections" rel="nofollow">Comcast is using Sandvine to manage P2P Connections</a>.</p>
<p>The next step would obviously be to organize peers to seed a torrent and use Wireshark/Ethereal to log all traffic.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

