From 7cecfd8ac5537e2128af95660c19f8bb4955a8a0 Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Mon, 8 Aug 2016 10:35:40 +0300 Subject: IPv6 x710 flow stats work. Still not supported: Flow stats for UDP/TCP IPv6 packets with extension header. --- src/flow_stat_parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/flow_stat_parser.h') diff --git a/src/flow_stat_parser.h b/src/flow_stat_parser.h index d44c8a7f..8ec5a229 100644 --- a/src/flow_stat_parser.h +++ b/src/flow_stat_parser.h @@ -37,6 +37,7 @@ class CFlowStatParser { virtual bool is_stat_supported() {return m_stat_supported == true;} virtual int get_ip_id(uint32_t &ip_id); virtual int set_ip_id(uint32_t ip_id); + virtual int get_l3_proto(uint16_t &proto); virtual int get_l4_proto(uint8_t &proto); virtual int get_payload_len(uint8_t *p, uint16_t len, uint16_t &payload_len); virtual uint16_t get_pkt_size(); -- cgit 1.2.3-korg