diff options
author | 2016-04-10 17:23:55 +0300 | |
---|---|---|
committer | 2016-04-10 17:23:55 +0300 | |
commit | 4aab694dd856865fd4497cd8249bb68fcf9970dd (patch) | |
tree | 63c902775f06f7b7945c675d2fb34186ed3aeb19 /src/flow_stat_parser.h | |
parent | 392f47fb7956b108c36d45c37b52cb4b2c91091f (diff) | |
parent | f067afcd24731aca892fa03ec3a5eaf48fe6f68d (diff) |
Merge trex-197 bug fix
Diffstat (limited to 'src/flow_stat_parser.h')
-rw-r--r-- | src/flow_stat_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flow_stat_parser.h b/src/flow_stat_parser.h index 8c9e1418..0c0655ee 100644 --- a/src/flow_stat_parser.h +++ b/src/flow_stat_parser.h @@ -34,6 +34,7 @@ class CFlowStatParser { virtual int get_ip_id(uint16_t &ip_id); virtual int set_ip_id(uint16_t ip_id); virtual int get_l4_proto(uint8_t &proto); + virtual int get_payload_len(uint8_t *p, uint16_t len, uint16_t &payload_len); virtual int test(); protected: |