summaryrefslogtreecommitdiff
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-06-02 18:13:00 +0000
committerGerald Combs <gerald@wireshark.org>2010-06-02 18:13:00 +0000
commit1bac7c2610224e70bff86c851dad98435f86c2ef (patch)
tree30698e9b454012fbed0a1b6bf198f8fe644d8dca /epan/packet_info.h
parent263c23d913931f61561628a167cedb072338961c (diff)
downloadwireshark-1bac7c2610224e70bff86c851dad98435f86c2ef.tar.gz
From Chris Maynard via bug 4014:
This trivial patch merely displays the ICMP ID and sequence # in the Info column. svn path=/trunk/; revision=33056
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)