<?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: The art of network debugging with tcpdump</title>
	<atom:link href="http://www.msamir.net/the-art-of-network-debugging-with-tcpdump/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.msamir.net/the-art-of-network-debugging-with-tcpdump/</link>
	<description>Experience is the name everyone gives to their mistakes.</description>
	<lastBuildDate>Mon, 08 Mar 2010 01:50:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Azadeh</title>
		<link>http://www.msamir.net/the-art-of-network-debugging-with-tcpdump/comment-page-1/#comment-215</link>
		<dc:creator>Azadeh</dc:creator>
		<pubDate>Tue, 01 Dec 2009 08:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.msamir.net/?p=378#comment-215</guid>
		<description>I have a tcpdump file. I want to truncate some amount of payload of this file. I know that -s parameter is for limit the size.But this command is not working for me.It does not reduce the size.(new.tcpdump should smaller than outside.tcpdump). 
 tcpdump -r outside.tcpdump -s 234 -w new.tcpdump
what is the solution?</description>
		<content:encoded><![CDATA[<p>I have a tcpdump file. I want to truncate some amount of payload of this file. I know that -s parameter is for limit the size.But this command is not working for me.It does not reduce the size.(new.tcpdump should smaller than outside.tcpdump).<br />
 tcpdump -r outside.tcpdump -s 234 -w new.tcpdump<br />
what is the solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepak</title>
		<link>http://www.msamir.net/the-art-of-network-debugging-with-tcpdump/comment-page-1/#comment-88</link>
		<dc:creator>deepak</dc:creator>
		<pubDate>Sun, 14 Jun 2009 10:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.msamir.net/?p=378#comment-88</guid>
		<description>@Abhay
you need to be root to use tcpdump.
sudo tcpdump (-i eth0)</description>
		<content:encoded><![CDATA[<p>@Abhay<br />
you need to be root to use tcpdump.<br />
sudo tcpdump (-i eth0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shivam</title>
		<link>http://www.msamir.net/the-art-of-network-debugging-with-tcpdump/comment-page-1/#comment-84</link>
		<dc:creator>shivam</dc:creator>
		<pubDate>Tue, 09 Jun 2009 06:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.msamir.net/?p=378#comment-84</guid>
		<description>can you tell me what is the function of ICMP types in command line of tcpdump

also tell me distinguishly that what is the work of all flags,primitives in tcpdump.</description>
		<content:encoded><![CDATA[<p>can you tell me what is the function of ICMP types in command line of tcpdump</p>
<p>also tell me distinguishly that what is the work of all flags,primitives in tcpdump.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msamir</title>
		<link>http://www.msamir.net/the-art-of-network-debugging-with-tcpdump/comment-page-1/#comment-32</link>
		<dc:creator>msamir</dc:creator>
		<pubDate>Mon, 30 Mar 2009 09:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.msamir.net/?p=378#comment-32</guid>
		<description>Abhaya Kumar command working fine with me.
Maybe you don&#039;t have Permission to create any files in that folder you are in try create it before you run the command if you can not then it&#039;s file Permission error
&quot;touch tcpdumpfile&quot;

debian:/tmp# tcpdump -nnxX -i eth0 -w tcpdumpfile -C 3
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
^C537 packets captured
537 packets received by filter
0 packets dropped by kernel</description>
		<content:encoded><![CDATA[<p>Abhaya Kumar command working fine with me.<br />
Maybe you don&#8217;t have Permission to create any files in that folder you are in try create it before you run the command if you can not then it&#8217;s file Permission error<br />
&#8220;touch tcpdumpfile&#8221;</p>
<p>debian:/tmp# tcpdump -nnxX -i eth0 -w tcpdumpfile -C 3<br />
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes<br />
^C537 packets captured<br />
537 packets received by filter<br />
0 packets dropped by kernel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhaya Kumar</title>
		<link>http://www.msamir.net/the-art-of-network-debugging-with-tcpdump/comment-page-1/#comment-31</link>
		<dc:creator>Abhaya Kumar</dc:creator>
		<pubDate>Mon, 30 Mar 2009 00:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.msamir.net/?p=378#comment-31</guid>
		<description>response to 
[root@mytux ~]# tcpdump -nnxX -i eth0 -w tcpdumpfile -C 3
is:

tcpdump: tcpdumpfile: Permission denied

Why?</description>
		<content:encoded><![CDATA[<p>response to<br />
[root@mytux ~]# tcpdump -nnxX -i eth0 -w tcpdumpfile -C 3<br />
is:</p>
<p>tcpdump: tcpdumpfile: Permission denied</p>
<p>Why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ritu G</title>
		<link>http://www.msamir.net/the-art-of-network-debugging-with-tcpdump/comment-page-1/#comment-19</link>
		<dc:creator>Ritu G</dc:creator>
		<pubDate>Tue, 17 Mar 2009 20:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.msamir.net/?p=378#comment-19</guid>
		<description>thanks!</description>
		<content:encoded><![CDATA[<p>thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
