From b5c09779a55f6e0cdd08230109319e086491acdf Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Thu, 11 Aug 2016 11:22:34 +0300 Subject: IPv6 Latency/flow stats on x710 - supporting all packet types --- src/flow_stat_parser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/flow_stat_parser.h') diff --git a/src/flow_stat_parser.h b/src/flow_stat_parser.h index 3f729903..78bc1e6a 100644 --- a/src/flow_stat_parser.h +++ b/src/flow_stat_parser.h @@ -77,6 +77,8 @@ class CFlowStatParser { , uint32_t ip_id, uint16_t flags, int &pkt_size); protected: + uint8_t *m_start; + uint16_t m_len; IPHeader *m_ipv4; IPv6Header *m_ipv6; uint8_t *m_l4; -- cgit 1.2.3-korg