summaryrefslogtreecommitdiffstats
path: root/src/flow_stat_parser.h
diff options
context:
space:
mode:
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;