Two TTL values seen when using ip.ttl
When using ip.ttl filter, I sometimes get two values for example 128,123. What does that mean?
Asked: 2025-06-09 15:04:41 +0000
Seen: 157 times
Last updated: Jun 09
Is the traffic encapsulated, e.g. IP over something over IP?
Also occurs in ICMP packets that include the IP header of the offending outbound packet.
The Ultimate PCAPfrom https://weberblog.net/the-ultimate-pcap/ includes both encapsulated and ICMP packets that match a display filter of
count(ip.ttl) > 1
.Do you mean in one packet or in two packets?