summaryrefslogtreecommitdiffstats
path: root/src/flow_stat_parser.h
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-08-11 11:22:34 +0300
committerIdo Barnea <ibarnea@cisco.com>2016-08-11 11:22:34 +0300
commitb5c09779a55f6e0cdd08230109319e086491acdf (patch)
tree6f9fe832c8659b5ddac0015beaf3c279d51f5aac /src/flow_stat_parser.h
parent92880804c194990c0a2e3201c6179b8c2f6cae7c (diff)
IPv6 Latency/flow stats on x710 - supporting all packet types
Diffstat (limited to 'src/flow_stat_parser.h')
-rw-r--r--src/flow_stat_parser.h2
1 files changed, 2 insertions, 0 deletions
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;