aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index 393b7a7f7d..8446685c49 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -127,6 +127,7 @@ typedef struct _packet_info {
int iplen; /* total length of IP packet */
int iphdrlen; /* length of IP header */
+ guint8 ip_ttl; /* IP time to live */
int p2p_dir; /* Packet was captured as an
outbound (P2P_DIR_SENT)
inbound (P2P_DIR_RECV)