diff options
author | Luca <deri@ntop.org> | 2019-08-29 13:40:44 +0200 |
---|---|---|
committer | Luca <deri@ntop.org> | 2019-08-29 13:40:44 +0200 |
commit | 9a6f6d9fe429e1de4316b324a459db345dccfcbb (patch) | |
tree | d1f6209314676e4e3206e435723ba11312ab9785 /src/include/ndpi_api.h | |
parent | e4e40e3c70e2cd49fd537a526fa70805c8c391c5 (diff) |
Implemented IAT (Inter Arrival Time) stats
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r-- | src/include/ndpi_api.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index c6d17a4b5..9bb767ca7 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -903,7 +903,8 @@ extern "C" { float ndpi_data_variance(struct ndpi_analyze_struct *s); float ndpi_data_stddev(struct ndpi_analyze_struct *s); float ndpi_data_ratio(u_int32_t sent, u_int32_t rcvd); - + const char* ndpi_data_ratio2str(float ratio); + void ndpi_data_print_window_values(struct ndpi_analyze_struct *s); /* debug */ #ifdef __cplusplus } |