<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-14658917.post2402129293148219659..comments</id><updated>2008-07-22T09:12:36.359-05:00</updated><title type='text'>Comments on What Would You Say It Is You Do Here?: Viewing Multiple Capture Files With tcpdump</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.vitriol.net/feeds/2402129293148219659/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14658917/2402129293148219659/comments/default'/><link rel='alternate' type='text/html' href='http://blog.vitriol.net/2008/03/viewing-multiple-capture-files-with.html'/><author><name>Steve</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_mDk1fsXhlnE/SO831kfhWbI/AAAAAAAADUQ/cHcqGRS3U_o/S220/jackmama.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-14658917.post-5885039542516493148</id><published>2008-07-22T09:12:00.000-05:00</published><updated>2008-07-22T09:12:00.000-05:00</updated><title type='text'>I think tcpdump would have been much simpler.  If ...</title><content type='html'>I think tcpdump would have been much simpler.  If you are looking for *any* icmp packets, you can simply use:&lt;BR/&gt;&lt;BR/&gt;tcpdump -xttttn -i [interface] icmp&lt;BR/&gt;&lt;BR/&gt;and that will spit out all icmp packets.&lt;BR/&gt;&lt;BR/&gt;If you want packets with a &lt;A HREF="http://www.spirit.com/Resources/icmp.html" REL="nofollow"&gt;particular code&lt;/A&gt; you can do that as well:&lt;BR/&gt;&lt;BR/&gt;tcpdump -xttttn -i [interface] icmp[1] == 3&lt;BR/&gt;&lt;BR/&gt;This spits out all icmp packets that are destination unreachable.  &lt;BR/&gt;&lt;BR/&gt;tcpdump -xttttn -i [interface] icmp[1] == 0&lt;BR/&gt;&lt;BR/&gt;This spits out all icmp echo reply packets (when you ping something).  &lt;BR/&gt;&lt;BR/&gt;icmp[1] means look at the 2nd byte, which is where the &lt;A HREF="http://www.networksorcery.com/enp/protocol/icmp.htm" REL="nofollow"&gt;codes are stored&lt;/A&gt;.&lt;BR/&gt;&lt;BR/&gt;Hope this helps.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14658917/2402129293148219659/comments/default/5885039542516493148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14658917/2402129293148219659/comments/default/5885039542516493148'/><link rel='alternate' type='text/html' href='http://blog.vitriol.net/2008/03/viewing-multiple-capture-files-with.html?showComment=1216735920000#c5885039542516493148' title=''/><author><name>JL</name><uri>http://www.blogger.com/profile/16089000750284843256</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp1.blogger.com/_55uSCYxbQ8M/SHrTfMCVDPI/AAAAAAAAAE0/gz_9ThaES9M/S220/hd.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.vitriol.net/2008/03/viewing-multiple-capture-files-with.html' ref='tag:blogger.com,1999:blog-14658917.post-2402129293148219659' source='http://www.blogger.com/feeds/14658917/posts/default/2402129293148219659' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1713512757'/></entry></feed>
