aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-11-23 19:16:05 +0000
committerMichael Mann <mmann78@netscape.net>2013-11-23 19:16:05 +0000
commit55c6869980d76369255442d7e32d35965ae29625 (patch)
treea535aac635bc9b356bebaa7e0f042dffe6fd08b9 /epan/packet_info.h
parent9150571bf3f68f3a1d5fcbfd1b05b55160dabd6a (diff)
Remove ip_ttl from packet_info structure.
Part of the fix includes having the IPv6 dissector populate as much of a ws_ip structure as possible to pass to subdissectors of the "ip.proto" table, so the ttl value can be picked up. svn path=/trunk/; revision=53522
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index 57be0fe35f..73bbc4ba57 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -133,7 +133,6 @@ typedef struct _packet_info {
*/
guint32 bytes_until_next_pdu;
- guint8 ip_ttl; /**< IP time to live */
int p2p_dir; /**< Packet was captured as an
outbound (P2P_DIR_SENT)
inbound (P2P_DIR_RECV)