Two TTL values seen when using ip.ttl

asked 2025-06-09 15:04:41 +0000

gielo gravatar image

When using ip.ttl filter, I sometimes get two values for example 128,123. What does that mean?

edit retag flag offensive close merge delete

Comments

Is the traffic encapsulated, e.g. IP over something over IP?

grahamb gravatar imagegrahamb ( 2025-06-09 15:28:40 +0000 )edit

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.

Chuckc gravatar imageChuckc ( 2025-06-09 19:42:55 +0000 )edit

Do you mean in one packet or in two packets?

Christian_R gravatar imageChristian_R ( 2025-06-11 05:28:30 +0000 )edit