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?
When using ip.ttl filter, I sometimes get two values for example 128,123. What does that mean?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2025-06-09 15:04:41 +0000
Seen: 50 times
Last updated: 2 days ago
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?