This time to live (TTL) is set to a specific number (in this case, ping packets get a TTL of 128).
So who cares right? Well, let me explain what happens to the TTL and how it can help you.
As the PING communication packet travels across the network, whenever the packet passes through a router or other network device, it decreases by one. (NOTE: it is possible, in the most severe cases, for the TTL to drop to a value of zero and then the packet is discarded by the router). In most cases, you can see that the TTL information can be used to determine approximately how many router hops the packet has gone through. (NOTE: TTL does not count the same device twice in standard traffic flow. This is not the case with routing loops).
Hope this helps..