<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jimmy&#039;s Blog &#187; sniff</title>
	<atom:link href="http://jimmod.com/blog/tag/sniff/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimmod.com/blog</link>
	<description>My name is Jimmy, and this is my story... ;)</description>
	<lastBuildDate>Fri, 14 Oct 2011 17:26:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sniffing/capturing tcp data connection in Linux</title>
		<link>http://jimmod.com/blog/2007/11/sniffingcapturing-tcp-data-connection-in-linux/</link>
		<comments>http://jimmod.com/blog/2007/11/sniffingcapturing-tcp-data-connection-in-linux/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 11:47:36 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[capture]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[sniff]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[tcpflow]]></category>

		<guid isPermaLink="false">http://jimlife.wordpress.com/2007/11/29/sniffingcapturing-tcp-data-connection-in-linux/</guid>
		<description><![CDATA[ 
				
			 
				
			 
				Tweet 
			
		When debugging my wapsite, I want to know the header from mobile HTTP request.
It&#8217;s said from some mobile-operator, they&#8217;ll include msisdn info on HTTP header.
Now tcpflow come to rescue ^^
Just type &#8220;tcpflow -ci &#60;your-ethernet&#62; port &#60;port-number&#62;&#8221;
for example &#8220;tcpflow -ci eth0 port 80&#8243;
It&#8217;ll print on console all the request to port 80 [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="really_simple_share"><div style="float:left; width:100px; " class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjimmod.com%2Fblog%2F2007%2F11%2Fsniffingcapturing-tcp-data-connection-in-linux%2F&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://jimmod.com/blog/2007/11/sniffingcapturing-tcp-data-connection-in-linux/" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" 
					data-text="Sniffing/capturing tcp data connection in Linux" data-url="http://jimmod.com/blog/2007/11/sniffingcapturing-tcp-data-connection-in-linux/">Tweet</a> 
			</div></div>
		<div style="clear:both;"></div><p>When debugging my wapsite, I want to know the header from mobile HTTP request.<br />
It&#8217;s said from some mobile-operator, they&#8217;ll include msisdn info on HTTP header.</p>
<p>Now tcpflow come to rescue ^^<br />
Just type &#8220;tcpflow -ci &lt;your-ethernet&gt; port &lt;port-number&gt;&#8221;<br />
for example &#8220;tcpflow -ci eth0 port 80&#8243;</p>
<p>It&#8217;ll print on console all the request to port 80 <img src='http://jimmod.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://jimmod.com/blog/2007/11/sniffingcapturing-tcp-data-connection-in-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

