ramateur

Results 3 issues of ramateur

…n and original_len. Useful in case of using -s flag with tcpdump.

# Pull Request Template ## Memory leaks in lib_engine Fixing possible memory leaks in lib_engine. Fixes #223 ## Type of change - [ ] Bug fix (non-breaking change which fixes...

There are possible memory leaks in lib_engine.c. In `meter_initialize_flow()` should be called `ndpi_free(flow)` if `flow_init_bidirectional()` not succeeded. In `flow_init_splt()` should also be called `ndpi_free(flow->splt_direction)` and `ndpi_free(flow->splt_ps)` if corresponding `ndpi_malloc()` not...