<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Icmp on ZK Punk</title>
		<link>https://www.ZKPunk.dev/tags/icmp/</link>
		<description>Recent content in Icmp on ZK Punk</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<lastBuildDate>Wed, 28 Sep 2011 00:08:00 -0800</lastBuildDate>
		
			<atom:link href="https://www.ZKPunk.dev/tags/icmp/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Traceroute implementation using scapy</title>
				<link>https://www.ZKPunk.dev/posts/traceroute_implementation_using_scapy/</link>
				<pubDate>Wed, 28 Sep 2011 00:08:00 -0800</pubDate>
				<guid>https://www.ZKPunk.dev/posts/traceroute_implementation_using_scapy/</guid>
				<description>&lt;h3 id=&#34;traceroute&#34;&gt;&#xA;  Traceroute&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#traceroute&#34;&gt;&#xA;    &lt;i class=&#34;fa fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;p&gt;&lt;code&gt;Traceroute&lt;/code&gt; is a network diagnostic utility used for displaying the path taken by a packet to it&amp;rsquo;s destination. It uses the &lt;code&gt;ICMP&lt;/code&gt; protocol to help traverse the path. Each IP packet has an &lt;code&gt;8 bit TTL&lt;/code&gt; field that gets decremented by every router on the path, to prevent the packet from indefinitely circulating the internet (or network).  When the TTL value reaches zero  an ICMP error &amp;lsquo;Time To Live Exceeded&amp;rsquo; is sent back to the sender.  We can use this fact to our advantage by discovering all the hops between the source and the destination.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
