aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-10-27 20:38:42 +0000
committerMichael Mann <mmann78@netscape.net>2013-10-27 20:38:42 +0000
commit8c64c5da892b3861260950d8bd34b6c2f9acd2d4 (patch)
treef5c414e70579768ac7b32e5e4e1ed488aa3e05b1 /epan/packet_info.h
parent63ff652b8e07600ad0c7a350f379cfb9fbbf96ab (diff)
Remove iplen and iphdrlen from struct _packet_info.
Dissectors should just use (reported) tvb length and taps have other ways to get the data. svn path=/trunk/; revision=52899
Diffstat (limited to 'epan/packet_info.h')
-rw-r--r--epan/packet_info.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/packet_info.h b/epan/packet_info.h
index aaf6a5b3db..db49524856 100644
--- a/epan/packet_info.h
+++ b/epan/packet_info.h
@@ -136,9 +136,6 @@ typedef struct _packet_info {
*/
guint32 bytes_until_next_pdu;
-
- 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)