diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-06-18 14:34:09 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-06-18 14:34:09 +0200 |
commit | 7d6366ebfc07ae3ccd5562aec853ad972f7887c4 (patch) | |
tree | e05948461deb0f0833a946e348cc313d7b6d0feb | |
parent | 114365a48012609d3d7930157b1b65d01face636 (diff) |
Updated CMake nDPId-test target;
* w/o zLib
* gcrypt requires to be enabled
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
211 files changed, 426 insertions, 422 deletions
diff --git a/.travis.yml b/.travis.yml index a65e108bf..5760673d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ before_install: script: # static linked build - mkdir build-cmake-submodule && cd build-cmake-submodule && - cmake .. -DBUILD_EXAMPLES=ON -DBUILD_NDPI=ON -DENABLE_SANITIZER=ON && make && cd .. + cmake .. -DBUILD_EXAMPLES=ON -DBUILD_NDPI=ON -DENABLE_SANITIZER=ON -DENABLE_ZLIB=OFF && make && cd .. - ./test/run_tests.sh ./libnDPI ./build-cmake-submodule/nDPId-test - if ldd build/nDPId | grep -qoEi libndpi; then echo 'nDPId linked against a static libnDPI should not contain a shared linked libnDPI.' >&2; false; fi diff --git a/CMakeLists.txt b/CMakeLists.txt index 450e9a432..457e81b15 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "") endif() if(ENABLE_SANITIZER AND ENABLE_SANITIZER_THREAD) - message(STATUS_FATAL "ENABLE_SANITIZER and ENABLE_SANITIZER_THREAD can not be used together!") + message(FATAL_ERROR "ENABLE_SANITIZER and ENABLE_SANITIZER_THREAD can not be used together!") endif() if(ENABLE_SANITIZER) @@ -120,6 +120,10 @@ if(NOT STATIC_LIBNDPI_INSTALLDIR STREQUAL "" OR BUILD_NDPI OR NDPI_NO_PKGCONFIG) option(NDPI_WITH_PCRE "Link static libndpi library against libpcre." OFF) option(NDPI_WITH_MAXMINDDB "Link static libndpi library against libmaxminddb." OFF) + if(BUILD_NDPI AND NOT NDPI_WITH_GCRYPT) + message(FATAL_ERROR "BUILD_NDPI enabled, but NDPI_WITH_GCRYPT not. This will lead to unexpected test results.") + endif() + if(NDPI_WITH_GCRYPT) find_package(GCRYPT "1.4.2" REQUIRED) endif() @@ -173,11 +177,11 @@ target_include_directories(nDPId-test PRIVATE "${CMAKE_SOURCE_DIR}/dependencies/jsmn" "${CMAKE_SOURCE_DIR}/dependencies/uthash/src") target_compile_options(nDPId-test PRIVATE "-Wno-unused-function" "-pthread") -target_compile_definitions(nDPId-test PRIVATE ${NDPID_DEFS} ${ZLIB_DEFS}) +target_compile_definitions(nDPId-test PRIVATE ${NDPID_DEFS}) target_include_directories(nDPId-test PRIVATE "${STATIC_LIBNDPI_INC}" "${NDPI_INCLUDEDIR}" "${NDPI_INCLUDEDIR}/ndpi") target_compile_definitions(nDPId-test PRIVATE "-D_GNU_SOURCE=1" "-DNO_MAIN=1" "-Dsyslog=mock_syslog_stderr" ${NDPID_TEST_MPROF_DEFS}) target_link_libraries(nDPId-test "${STATIC_LIBNDPI_LIB}" "${pkgcfg_lib_NDPI_ndpi}" - "${pkgcfg_lib_PCRE_pcre}" "${pkgcfg_lib_MAXMINDDB_maxminddb}" "${pkgcfg_lib_ZLIB_z}" + "${pkgcfg_lib_PCRE_pcre}" "${pkgcfg_lib_MAXMINDDB_maxminddb}" "${GCRYPT_LIBRARY}" "${GCRYPT_ERROR_LIBRARY}" "${PCAP_LIBRARY}" "-pthread") diff --git a/test/results/1kxun.pcap.out b/test/results/1kxun.pcap.out index 1b3c2c6cb..86a0d1233 100644 --- a/test/results/1kxun.pcap.out +++ b/test/results/1kxun.pcap.out @@ -1170,7 +1170,7 @@ ~~ total detected protocols..: 113 ~~ total active/idle flows...: 148/148 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5396869 bytes -~~ total memory freed........: 5396869 bytes +~~ total memory allocated....: 5396861 bytes +~~ total memory freed........: 5396861 bytes ~~ total allocations/frees...: 60305/60305 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/443-chrome.pcap.out b/test/results/443-chrome.pcap.out index 91f78d297..80d9ead93 100644 --- a/test/results/443-chrome.pcap.out +++ b/test/results/443-chrome.pcap.out @@ -11,7 +11,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4822160 bytes -~~ total memory freed........: 4822160 bytes +~~ total memory allocated....: 4822152 bytes +~~ total memory freed........: 4822152 bytes ~~ total allocations/frees...: 58360/58360 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/443-curl.pcap.out b/test/results/443-curl.pcap.out index c984a6f22..eef1a445c 100644 --- a/test/results/443-curl.pcap.out +++ b/test/results/443-curl.pcap.out @@ -27,7 +27,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4828160 bytes -~~ total memory freed........: 4828160 bytes +~~ total memory allocated....: 4828152 bytes +~~ total memory freed........: 4828152 bytes ~~ total allocations/frees...: 58473/58473 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/443-firefox.pcap.out b/test/results/443-firefox.pcap.out index 914cd32c1..0e2c85c39 100644 --- a/test/results/443-firefox.pcap.out +++ b/test/results/443-firefox.pcap.out @@ -27,7 +27,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4844396 bytes -~~ total memory freed........: 4844396 bytes +~~ total memory allocated....: 4844388 bytes +~~ total memory freed........: 4844388 bytes ~~ total allocations/frees...: 59032/59032 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/443-git.pcap.out b/test/results/443-git.pcap.out index 11278d39f..407d72b1e 100644 --- a/test/results/443-git.pcap.out +++ b/test/results/443-git.pcap.out @@ -27,7 +27,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4830539 bytes -~~ total memory freed........: 4830539 bytes +~~ total memory allocated....: 4830531 bytes +~~ total memory freed........: 4830531 bytes ~~ total allocations/frees...: 58436/58436 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/443-opvn.pcap.out b/test/results/443-opvn.pcap.out index 061b86c2e..7f03b90b8 100644 --- a/test/results/443-opvn.pcap.out +++ b/test/results/443-opvn.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4823465 bytes -~~ total memory freed........: 4823465 bytes +~~ total memory allocated....: 4823457 bytes +~~ total memory freed........: 4823457 bytes ~~ total allocations/frees...: 58405/58405 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/443-safari.pcap.out b/test/results/443-safari.pcap.out index a872ca3ee..4a79032d4 100644 --- a/test/results/443-safari.pcap.out +++ b/test/results/443-safari.pcap.out @@ -27,7 +27,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4826218 bytes -~~ total memory freed........: 4826218 bytes +~~ total memory allocated....: 4826210 bytes +~~ total memory freed........: 4826210 bytes ~~ total allocations/frees...: 58405/58405 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/4in4tunnel.pcap.out b/test/results/4in4tunnel.pcap.out index 748051a4b..1d5b4d844 100644 --- a/test/results/4in4tunnel.pcap.out +++ b/test/results/4in4tunnel.pcap.out @@ -17,7 +17,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 0/0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4816931 bytes -~~ total memory freed........: 4816931 bytes +~~ total memory allocated....: 4816923 bytes +~~ total memory freed........: 4816923 bytes ~~ total allocations/frees...: 58355/58355 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/4in6tunnel.pcap.out b/test/results/4in6tunnel.pcap.out index d4cb07c05..aac99c597 100644 --- a/test/results/4in6tunnel.pcap.out +++ b/test/results/4in6tunnel.pcap.out @@ -14,7 +14,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820199 bytes -~~ total memory freed........: 4820199 bytes +~~ total memory allocated....: 4820191 bytes +~~ total memory freed........: 4820191 bytes ~~ total allocations/frees...: 58362/58362 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/6in4tunnel.pcap.out b/test/results/6in4tunnel.pcap.out index b2a9a8896..3046b16b4 100644 --- a/test/results/6in4tunnel.pcap.out +++ b/test/results/6in4tunnel.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4823766 bytes -~~ total memory freed........: 4823766 bytes +~~ total memory allocated....: 4823758 bytes +~~ total memory freed........: 4823758 bytes ~~ total allocations/frees...: 58485/58485 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/6in6tunnel.pcap.out b/test/results/6in6tunnel.pcap.out index e19434938..a615ac753 100644 --- a/test/results/6in6tunnel.pcap.out +++ b/test/results/6in6tunnel.pcap.out @@ -15,7 +15,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 2/2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4823293 bytes -~~ total memory freed........: 4823293 bytes +~~ total memory allocated....: 4823285 bytes +~~ total memory freed........: 4823285 bytes ~~ total allocations/frees...: 58363/58363 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/BGP_Cisco_hdlc_slarp.pcap.out b/test/results/BGP_Cisco_hdlc_slarp.pcap.out index 8a2ef40e5..6b4017d05 100644 --- a/test/results/BGP_Cisco_hdlc_slarp.pcap.out +++ b/test/results/BGP_Cisco_hdlc_slarp.pcap.out @@ -24,7 +24,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820489 bytes -~~ total memory freed........: 4820489 bytes +~~ total memory allocated....: 4820481 bytes +~~ total memory freed........: 4820481 bytes ~~ total allocations/frees...: 58372/58372 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/BGP_redist.pcap.out b/test/results/BGP_redist.pcap.out index e71290621..4718346a2 100644 --- a/test/results/BGP_redist.pcap.out +++ b/test/results/BGP_redist.pcap.out @@ -13,7 +13,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820112 bytes -~~ total memory freed........: 4820112 bytes +~~ total memory allocated....: 4820104 bytes +~~ total memory freed........: 4820104 bytes ~~ total allocations/frees...: 58359/58359 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/EAQ.pcap.out b/test/results/EAQ.pcap.out index cdcf4298f..425f2f1b4 100644 --- a/test/results/EAQ.pcap.out +++ b/test/results/EAQ.pcap.out @@ -516,7 +516,7 @@ ~~ total detected protocols..: 10 ~~ total active/idle flows...: 104/104 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5150553 bytes -~~ total memory freed........: 5150553 bytes +~~ total memory allocated....: 5150545 bytes +~~ total memory freed........: 5150545 bytes ~~ total allocations/frees...: 58870/58870 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/IEC104.pcap.out b/test/results/IEC104.pcap.out index cfba39e07..dd28b518d 100644 --- a/test/results/IEC104.pcap.out +++ b/test/results/IEC104.pcap.out @@ -28,7 +28,7 @@ ~~ total detected protocols..: 2 ~~ total active/idle flows...: 2/2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4823670 bytes -~~ total memory freed........: 4823670 bytes +~~ total memory allocated....: 4823662 bytes +~~ total memory freed........: 4823662 bytes ~~ total allocations/frees...: 58376/58376 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/KakaoTalk_chat.pcap.out b/test/results/KakaoTalk_chat.pcap.out index d05719a74..8935a831a 100644 --- a/test/results/KakaoTalk_chat.pcap.out +++ b/test/results/KakaoTalk_chat.pcap.out @@ -383,7 +383,7 @@ ~~ total detected protocols..: 29 ~~ total active/idle flows...: 39/39 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5063745 bytes -~~ total memory freed........: 5063745 bytes +~~ total memory allocated....: 5063737 bytes +~~ total memory freed........: 5063737 bytes ~~ total allocations/frees...: 59029/59029 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/KakaoTalk_talk.pcap.out b/test/results/KakaoTalk_talk.pcap.out index b9bc8283c..30f9e40c6 100644 --- a/test/results/KakaoTalk_talk.pcap.out +++ b/test/results/KakaoTalk_talk.pcap.out @@ -231,7 +231,7 @@ ~~ total detected protocols..: 9 ~~ total active/idle flows...: 20/20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4999785 bytes -~~ total memory freed........: 4999785 bytes +~~ total memory allocated....: 4999777 bytes +~~ total memory freed........: 4999777 bytes ~~ total allocations/frees...: 61636/61636 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/NTPv2.pcap.out b/test/results/NTPv2.pcap.out index 69c8a5450..701d98a10 100644 --- a/test/results/NTPv2.pcap.out +++ b/test/results/NTPv2.pcap.out @@ -11,7 +11,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820112 bytes -~~ total memory freed........: 4820112 bytes +~~ total memory allocated....: 4820104 bytes +~~ total memory freed........: 4820104 bytes ~~ total allocations/frees...: 58359/58359 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/NTPv3.pcap.out b/test/results/NTPv3.pcap.out index 7e435cea5..664dc46e2 100644 --- a/test/results/NTPv3.pcap.out +++ b/test/results/NTPv3.pcap.out @@ -11,7 +11,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820112 bytes -~~ total memory freed........: 4820112 bytes +~~ total memory allocated....: 4820104 bytes +~~ total memory freed........: 4820104 bytes ~~ total allocations/frees...: 58359/58359 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/NTPv4.pcap.out b/test/results/NTPv4.pcap.out index c1bae9d40..126954671 100644 --- a/test/results/NTPv4.pcap.out +++ b/test/results/NTPv4.pcap.out @@ -11,7 +11,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820112 bytes -~~ total memory freed........: 4820112 bytes +~~ total memory allocated....: 4820104 bytes +~~ total memory freed........: 4820104 bytes ~~ total allocations/frees...: 58359/58359 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/Oscar.pcap.out b/test/results/Oscar.pcap.out index f3a530210..5f527c34e 100644 --- a/test/results/Oscar.pcap.out +++ b/test/results/Oscar.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4866939 bytes -~~ total memory freed........: 4866939 bytes +~~ total memory allocated....: 4866931 bytes +~~ total memory freed........: 4866931 bytes ~~ total allocations/frees...: 58443/58443 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/WebattackRCE.pcap.out b/test/results/WebattackRCE.pcap.out index fc5fda922..441a3d950 100644 --- a/test/results/WebattackRCE.pcap.out +++ b/test/results/WebattackRCE.pcap.out @@ -3195,7 +3195,7 @@ ~~ total detected protocols..: 797 ~~ total active/idle flows...: 797/797 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 7433460 bytes -~~ total memory freed........: 7433460 bytes +~~ total memory allocated....: 7433452 bytes +~~ total memory freed........: 7433452 bytes ~~ total allocations/frees...: 63128/63128 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/WebattackSQLinj.pcap.out b/test/results/WebattackSQLinj.pcap.out index e356f7e56..04f1bc35a 100644 --- a/test/results/WebattackSQLinj.pcap.out +++ b/test/results/WebattackSQLinj.pcap.out @@ -128,7 +128,7 @@ ~~ total detected protocols..: 9 ~~ total active/idle flows...: 9/9 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4849636 bytes -~~ total memory freed........: 4849636 bytes +~~ total memory allocated....: 4849628 bytes +~~ total memory freed........: 4849628 bytes ~~ total allocations/frees...: 58503/58503 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/WebattackXSS.pcap.out b/test/results/WebattackXSS.pcap.out index 2c9329e47..cf0b4c45d 100644 --- a/test/results/WebattackXSS.pcap.out +++ b/test/results/WebattackXSS.pcap.out @@ -6153,7 +6153,7 @@ ~~ total detected protocols..: 22 ~~ total active/idle flows...: 661/661 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 7176199 bytes -~~ total memory freed........: 7176199 bytes +~~ total memory allocated....: 7176191 bytes +~~ total memory freed........: 7176191 bytes ~~ total allocations/frees...: 69778/69778 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/aimini-http.pcap.out b/test/results/aimini-http.pcap.out index f16158c73..f11505bfe 100644 --- a/test/results/aimini-http.pcap.out +++ b/test/results/aimini-http.pcap.out @@ -77,7 +77,7 @@ ~~ total detected protocols..: 4 ~~ total active/idle flows...: 4/4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4834088 bytes -~~ total memory freed........: 4834088 bytes +~~ total memory allocated....: 4834080 bytes +~~ total memory freed........: 4834080 bytes ~~ total allocations/frees...: 58508/58508 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/ajp.pcap.out b/test/results/ajp.pcap.out index 2906de6f5..a26ce7264 100644 --- a/test/results/ajp.pcap.out +++ b/test/results/ajp.pcap.out @@ -83,7 +83,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 0/0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4816931 bytes -~~ total memory freed........: 4816931 bytes +~~ total memory allocated....: 4816923 bytes +~~ total memory freed........: 4816923 bytes ~~ total allocations/frees...: 58355/58355 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/alexa-app.pcapng.out b/test/results/alexa-app.pcapng.out index 1430f2131..1e0401995 100644 --- a/test/results/alexa-app.pcapng.out +++ b/test/results/alexa-app.pcapng.out @@ -2377,7 +2377,7 @@ ~~ total detected protocols..: 147 ~~ total active/idle flows...: 162/162 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5945688 bytes -~~ total memory freed........: 5945688 bytes +~~ total memory allocated....: 5945680 bytes +~~ total memory freed........: 5945680 bytes ~~ total allocations/frees...: 62907/62907 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/among_us.pcap.out b/test/results/among_us.pcap.out index 353270a8d..bd6bfcd55 100644 --- a/test/results/among_us.pcap.out +++ b/test/results/among_us.pcap.out @@ -11,7 +11,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820112 bytes -~~ total memory freed........: 4820112 bytes +~~ total memory allocated....: 4820104 bytes +~~ total memory freed........: 4820104 bytes ~~ total allocations/frees...: 58359/58359 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/amqp.pcap.out b/test/results/amqp.pcap.out index 0793b33a7..244db9e28 100644 --- a/test/results/amqp.pcap.out +++ b/test/results/amqp.pcap.out @@ -61,7 +61,7 @@ ~~ total detected protocols..: 3 ~~ total active/idle flows...: 3/3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4837171 bytes -~~ total memory freed........: 4837171 bytes +~~ total memory allocated....: 4837163 bytes +~~ total memory freed........: 4837163 bytes ~~ total allocations/frees...: 58527/58527 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/android.pcap.out b/test/results/android.pcap.out index 9c950c037..263054d0b 100644 --- a/test/results/android.pcap.out +++ b/test/results/android.pcap.out @@ -647,7 +647,7 @@ ~~ total detected protocols..: 60 ~~ total active/idle flows...: 67/67 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5251847 bytes -~~ total memory freed........: 5251847 bytes +~~ total memory allocated....: 5251839 bytes +~~ total memory freed........: 5251839 bytes ~~ total allocations/frees...: 59294/59294 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/anyconnect-vpn.pcap.out b/test/results/anyconnect-vpn.pcap.out index c7fb0c6c5..7abfd481a 100644 --- a/test/results/anyconnect-vpn.pcap.out +++ b/test/results/anyconnect-vpn.pcap.out @@ -623,7 +623,7 @@ ~~ total detected protocols..: 60 ~~ total active/idle flows...: 72/72 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5195705 bytes -~~ total memory freed........: 5195705 bytes +~~ total memory allocated....: 5195697 bytes +~~ total memory freed........: 5195697 bytes ~~ total allocations/frees...: 61616/61616 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/anydesk-2.pcap.out b/test/results/anydesk-2.pcap.out index 09d5f23a2..4938857ef 100644 --- a/test/results/anydesk-2.pcap.out +++ b/test/results/anydesk-2.pcap.out @@ -934,7 +934,7 @@ ~~ total detected protocols..: 4 ~~ total active/idle flows...: 4/4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4902324 bytes -~~ total memory freed........: 4902324 bytes +~~ total memory allocated....: 4902316 bytes +~~ total memory freed........: 4902316 bytes ~~ total allocations/frees...: 60456/60456 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/anydesk.pcap.out b/test/results/anydesk.pcap.out index 163a12c47..eccc2389c 100644 --- a/test/results/anydesk.pcap.out +++ b/test/results/anydesk.pcap.out @@ -45,7 +45,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 2/2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5043037 bytes -~~ total memory freed........: 5043037 bytes +~~ total memory allocated....: 5043029 bytes +~~ total memory freed........: 5043029 bytes ~~ total allocations/frees...: 65332/65332 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/bad-dns-traffic.pcap.out b/test/results/bad-dns-traffic.pcap.out index dcfdb5435..f840569dc 100644 --- a/test/results/bad-dns-traffic.pcap.out +++ b/test/results/bad-dns-traffic.pcap.out @@ -76,7 +76,7 @@ ~~ total detected protocols..: 3 ~~ total active/idle flows...: 3/3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4837465 bytes -~~ total memory freed........: 4837465 bytes +~~ total memory allocated....: 4837457 bytes +~~ total memory freed........: 4837457 bytes ~~ total allocations/frees...: 58746/58746 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/badpackets.pcap.out b/test/results/badpackets.pcap.out index d09da0844..a2472d6a4 100644 --- a/test/results/badpackets.pcap.out +++ b/test/results/badpackets.pcap.out @@ -207,7 +207,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 0/0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4816931 bytes -~~ total memory freed........: 4816931 bytes +~~ total memory allocated....: 4816923 bytes +~~ total memory freed........: 4816923 bytes ~~ total allocations/frees...: 58355/58355 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/bitcoin.pcap.out b/test/results/bitcoin.pcap.out index 54f3590c3..04016d456 100644 --- a/test/results/bitcoin.pcap.out +++ b/test/results/bitcoin.pcap.out @@ -115,7 +115,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 6/6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 9037776 bytes -~~ total memory freed........: 9037776 bytes +~~ total memory allocated....: 9037768 bytes +~~ total memory freed........: 9037768 bytes ~~ total allocations/frees...: 59187/59187 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/bittorrent.pcap.out b/test/results/bittorrent.pcap.out index ac1e0c137..bff4cecf0 100644 --- a/test/results/bittorrent.pcap.out +++ b/test/results/bittorrent.pcap.out @@ -186,7 +186,7 @@ ~~ total detected protocols..: 25 ~~ total active/idle flows...: 25/25 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4951506 bytes -~~ total memory freed........: 4951506 bytes +~~ total memory allocated....: 4951498 bytes +~~ total memory freed........: 4951498 bytes ~~ total allocations/frees...: 58752/58752 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/bittorrent_ip.pcap.out b/test/results/bittorrent_ip.pcap.out index ba235cd19..009060813 100644 --- a/test/results/bittorrent_ip.pcap.out +++ b/test/results/bittorrent_ip.pcap.out @@ -44,7 +44,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 2/2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 6256758 bytes -~~ total memory freed........: 6256758 bytes +~~ total memory allocated....: 6256750 bytes +~~ total memory freed........: 6256750 bytes ~~ total allocations/frees...: 58894/58894 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/bittorrent_utp.pcap.out b/test/results/bittorrent_utp.pcap.out index 6e6a1d530..4c3c82bb3 100644 --- a/test/results/bittorrent_utp.pcap.out +++ b/test/results/bittorrent_utp.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4822577 bytes -~~ total memory freed........: 4822577 bytes +~~ total memory allocated....: 4822569 bytes +~~ total memory freed........: 4822569 bytes ~~ total allocations/frees...: 58444/58444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/bt_search.pcap.out b/test/results/bt_search.pcap.out index 27a7c1bad..9607edaa9 100644 --- a/test/results/bt_search.pcap.out +++ b/test/results/bt_search.pcap.out @@ -15,7 +15,7 @@ ~~ total detected protocols..: 2 ~~ total active/idle flows...: 2/2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4823293 bytes -~~ total memory freed........: 4823293 bytes +~~ total memory allocated....: 4823285 bytes +~~ total memory freed........: 4823285 bytes ~~ total allocations/frees...: 58363/58363 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/capwap.pcap.out b/test/results/capwap.pcap.out index 800735f42..09a083cf3 100644 --- a/test/results/capwap.pcap.out +++ b/test/results/capwap.pcap.out @@ -77,7 +77,7 @@ ~~ total detected protocols..: 5 ~~ total active/idle flows...: 5/5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4844204 bytes -~~ total memory freed........: 4844204 bytes +~~ total memory allocated....: 4844196 bytes +~~ total memory freed........: 4844196 bytes ~~ total allocations/frees...: 58767/58767 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/check_mk_new.pcap.out b/test/results/check_mk_new.pcap.out index 041035da1..574720bac 100644 --- a/test/results/check_mk_new.pcap.out +++ b/test/results/check_mk_new.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4822925 bytes -~~ total memory freed........: 4822925 bytes +~~ total memory allocated....: 4822917 bytes +~~ total memory freed........: 4822917 bytes ~~ total allocations/frees...: 58456/58456 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/chrome.pcap.out b/test/results/chrome.pcap.out index 351a0c707..26e726b24 100644 --- a/test/results/chrome.pcap.out +++ b/test/results/chrome.pcap.out @@ -122,7 +122,7 @@ ~~ total detected protocols..: 6 ~~ total active/idle flows...: 6/6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5479666 bytes -~~ total memory freed........: 5479666 bytes +~~ total memory allocated....: 5479658 bytes +~~ total memory freed........: 5479658 bytes ~~ total allocations/frees...: 64080/64080 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/coap_mqtt.pcap.out b/test/results/coap_mqtt.pcap.out index c516349c6..06e8c4f84 100644 --- a/test/results/coap_mqtt.pcap.out +++ b/test/results/coap_mqtt.pcap.out @@ -194,7 +194,7 @@ ~~ total detected protocols..: 16 ~~ total active/idle flows...: 16/16 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5122461 bytes -~~ total memory freed........: 5122461 bytes +~~ total memory allocated....: 5122453 bytes +~~ total memory freed........: 5122453 bytes ~~ total allocations/frees...: 66921/66921 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/cpha.pcap.out b/test/results/cpha.pcap.out index 549768207..1f36ed46e 100644 --- a/test/results/cpha.pcap.out +++ b/test/results/cpha.pcap.out @@ -9,7 +9,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 0/0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4816931 bytes -~~ total memory freed........: 4816931 bytes +~~ total memory allocated....: 4816923 bytes +~~ total memory freed........: 4816923 bytes ~~ total allocations/frees...: 58355/58355 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/dcerpc.pcap.out b/test/results/dcerpc.pcap.out index d38a7b6c6..a783998b4 100644 --- a/test/results/dcerpc.pcap.out +++ b/test/results/dcerpc.pcap.out @@ -35,7 +35,7 @@ ~~ total detected protocols..: 4 ~~ total active/idle flows...: 4/4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4830003 bytes -~~ total memory freed........: 4830003 bytes +~~ total memory allocated....: 4829995 bytes +~~ total memory freed........: 4829995 bytes ~~ total allocations/frees...: 58383/58383 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/diameter.pcap.out b/test/results/diameter.pcap.out index a3da6b17d..dc427cff7 100644 --- a/test/results/diameter.pcap.out +++ b/test/results/diameter.pcap.out @@ -16,7 +16,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4822305 bytes -~~ total memory freed........: 4822305 bytes +~~ total memory allocated....: 4822297 bytes +~~ total memory freed........: 4822297 bytes ~~ total allocations/frees...: 58365/58365 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/dlt_ppp.pcap.out b/test/results/dlt_ppp.pcap.out index c2dfd05b4..dee48f348 100644 --- a/test/results/dlt_ppp.pcap.out +++ b/test/results/dlt_ppp.pcap.out @@ -9,7 +9,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 0/0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4816931 bytes -~~ total memory freed........: 4816931 bytes +~~ total memory allocated....: 4816923 bytes +~~ total memory freed........: 4816923 bytes ~~ total allocations/frees...: 58355/58355 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/dnp3.pcap.out b/test/results/dnp3.pcap.out index 29debf9fa..062cc2cdb 100644 --- a/test/results/dnp3.pcap.out +++ b/test/results/dnp3.pcap.out @@ -151,7 +151,7 @@ ~~ total detected protocols..: 8 ~~ total active/idle flows...: 8/8 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4859942 bytes -~~ total memory freed........: 4859942 bytes +~~ total memory allocated....: 4859934 bytes +~~ total memory freed........: 4859934 bytes ~~ total allocations/frees...: 58923/58923 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/dns-tunnel-iodine.pcap.out b/test/results/dns-tunnel-iodine.pcap.out index 581cdf68a..bf330802a 100644 --- a/test/results/dns-tunnel-iodine.pcap.out +++ b/test/results/dns-tunnel-iodine.pcap.out @@ -31,7 +31,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4832669 bytes -~~ total memory freed........: 4832669 bytes +~~ total memory allocated....: 4832661 bytes +~~ total memory freed........: 4832661 bytes ~~ total allocations/frees...: 58792/58792 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/dns_doh.pcap.out b/test/results/dns_doh.pcap.out index 40ef356d1..dc78de21b 100644 --- a/test/results/dns_doh.pcap.out +++ b/test/results/dns_doh.pcap.out @@ -26,7 +26,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4831676 bytes -~~ total memory freed........: 4831676 bytes +~~ total memory allocated....: 4831668 bytes +~~ total memory freed........: 4831668 bytes ~~ total allocations/frees...: 58505/58505 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/dns_dot.pcap.out b/test/results/dns_dot.pcap.out index 999110dd3..34d8390d1 100644 --- a/test/results/dns_dot.pcap.out +++ b/test/results/dns_dot.pcap.out @@ -26,7 +26,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4826214 bytes -~~ total memory freed........: 4826214 bytes +~~ total memory allocated....: 4826206 bytes +~~ total memory freed........: 4826206 bytes ~~ total allocations/frees...: 58391/58391 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/dns_exfiltration.pcap.out b/test/results/dns_exfiltration.pcap.out index e961e9290..3cfaabde5 100644 --- a/test/results/dns_exfiltration.pcap.out +++ b/test/results/dns_exfiltration.pcap.out @@ -31,7 +31,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4828783 bytes -~~ total memory freed........: 4828783 bytes +~~ total memory allocated....: 4828775 bytes +~~ total memory freed........: 4828775 bytes ~~ total allocations/frees...: 58658/58658 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/dns_long_domainname.pcap.out b/test/results/dns_long_domainname.pcap.out index 969a1a452..f81c67a14 100644 --- a/test/results/dns_long_domainname.pcap.out +++ b/test/results/dns_long_domainname.pcap.out @@ -13,7 +13,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820141 bytes -~~ total memory freed........: 4820141 bytes +~~ total memory allocated....: 4820133 bytes +~~ total memory freed........: 4820133 bytes ~~ total allocations/frees...: 58360/58360 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/dnscrypt-v1-and-resolver-pings.pcap.out b/test/results/dnscrypt-v1-and-resolver-pings.pcap.out index f43ed50d8..2eb253a4e 100644 --- a/test/results/dnscrypt-v1-and-resolver-pings.pcap.out +++ b/test/results/dnscrypt-v1-and-resolver-pings.pcap.out @@ -1488,7 +1488,7 @@ ~~ total detected protocols..: 251 ~~ total active/idle flows...: 251/251 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5622235 bytes -~~ total memory freed........: 5622235 bytes +~~ total memory allocated....: 5622227 bytes +~~ total memory freed........: 5622227 bytes ~~ total allocations/frees...: 59596/59596 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/dnscrypt-v2-doh.pcap.out b/test/results/dnscrypt-v2-doh.pcap.out index c8439c97c..c5aacefd0 100644 --- a/test/results/dnscrypt-v2-doh.pcap.out +++ b/test/results/dnscrypt-v2-doh.pcap.out @@ -627,7 +627,7 @@ ~~ total detected protocols..: 34 ~~ total active/idle flows...: 34/34 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5153442 bytes -~~ total memory freed........: 5153442 bytes +~~ total memory allocated....: 5153434 bytes +~~ total memory freed........: 5153434 bytes ~~ total allocations/frees...: 59191/59191 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/doq.pcapng.out b/test/results/doq.pcapng.out index cf4a6a45c..6d3a24fdc 100644 --- a/test/results/doq.pcapng.out +++ b/test/results/doq.pcapng.out @@ -33,7 +33,7 @@ ~~ total detected protocols..: 2 ~~ total active/idle flows...: 2/2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4829267 bytes -~~ total memory freed........: 4829267 bytes +~~ total memory allocated....: 4829259 bytes +~~ total memory freed........: 4829259 bytes ~~ total allocations/frees...: 58393/58393 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/doq_adguard.pcapng.out b/test/results/doq_adguard.pcapng.out index 33f05d2fb..0502a8511 100644 --- a/test/results/doq_adguard.pcapng.out +++ b/test/results/doq_adguard.pcapng.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4834071 bytes -~~ total memory freed........: 4834071 bytes +~~ total memory allocated....: 4834063 bytes +~~ total memory freed........: 4834063 bytes ~~ total allocations/frees...: 58666/58666 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/dos_win98_smb_netbeui.pcap.out b/test/results/dos_win98_smb_netbeui.pcap.out index 41b0ce558..2e28e4d30 100644 --- a/test/results/dos_win98_smb_netbeui.pcap.out +++ b/test/results/dos_win98_smb_netbeui.pcap.out @@ -389,7 +389,7 @@ ~~ total detected protocols..: 7 ~~ total active/idle flows...: 7/7 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4840793 bytes -~~ total memory freed........: 4840793 bytes +~~ total memory allocated....: 4840785 bytes +~~ total memory freed........: 4840785 bytes ~~ total allocations/frees...: 58438/58438 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/drda_db2.pcap.out b/test/results/drda_db2.pcap.out index 8eb47c050..c0bfcb923 100644 --- a/test/results/drda_db2.pcap.out +++ b/test/results/drda_db2.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4823233 bytes -~~ total memory freed........: 4823233 bytes +~~ total memory allocated....: 4823225 bytes +~~ total memory freed........: 4823225 bytes ~~ total allocations/frees...: 58397/58397 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/dropbox.pcap.out b/test/results/dropbox.pcap.out index 6e9ef81c3..58eb50273 100644 --- a/test/results/dropbox.pcap.out +++ b/test/results/dropbox.pcap.out @@ -178,7 +178,7 @@ ~~ total detected protocols..: 19 ~~ total active/idle flows...: 19/19 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4901411 bytes -~~ total memory freed........: 4901411 bytes +~~ total memory allocated....: 4901403 bytes +~~ total memory freed........: 4901403 bytes ~~ total allocations/frees...: 59260/59260 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/dtls.pcap.out b/test/results/dtls.pcap.out index cb2458e7e..8c927c045 100644 --- a/test/results/dtls.pcap.out +++ b/test/results/dtls.pcap.out @@ -12,7 +12,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820141 bytes -~~ total memory freed........: 4820141 bytes +~~ total memory allocated....: 4820133 bytes +~~ total memory freed........: 4820133 bytes ~~ total allocations/frees...: 58360/58360 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/dtls2.pcap.out b/test/results/dtls2.pcap.out index 56d57a15c..9be2f2559 100644 --- a/test/results/dtls2.pcap.out +++ b/test/results/dtls2.pcap.out @@ -26,7 +26,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820997 bytes -~~ total memory freed........: 4820997 bytes +~~ total memory allocated....: 4820989 bytes +~~ total memory freed........: 4820989 bytes ~~ total allocations/frees...: 58390/58390 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/dtls_certificate_fragments.pcap.out b/test/results/dtls_certificate_fragments.pcap.out index 37bfdc5f3..073296aa6 100644 --- a/test/results/dtls_certificate_fragments.pcap.out +++ b/test/results/dtls_certificate_fragments.pcap.out @@ -26,7 +26,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820663 bytes -~~ total memory freed........: 4820663 bytes +~~ total memory allocated....: 4820655 bytes +~~ total memory freed........: 4820655 bytes ~~ total allocations/frees...: 58378/58378 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/dtls_session_id_and_coockie_both.pcap.out b/test/results/dtls_session_id_and_coockie_both.pcap.out index f115c0591..aae94733d 100644 --- a/test/results/dtls_session_id_and_coockie_both.pcap.out +++ b/test/results/dtls_session_id_and_coockie_both.pcap.out @@ -15,7 +15,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820199 bytes -~~ total memory freed........: 4820199 bytes +~~ total memory allocated....: 4820191 bytes +~~ total memory freed........: 4820191 bytes ~~ total allocations/frees...: 58362/58362 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/encrypted_sni.pcap.out b/test/results/encrypted_sni.pcap.out index cef5f7b94..5a14f54d3 100644 --- a/test/results/encrypted_sni.pcap.out +++ b/test/results/encrypted_sni.pcap.out @@ -19,7 +19,7 @@ ~~ total detected protocols..: 3 ~~ total active/idle flows...: 3/3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4834499 bytes -~~ total memory freed........: 4834499 bytes +~~ total memory allocated....: 4834491 bytes +~~ total memory freed........: 4834491 bytes ~~ total allocations/frees...: 58379/58379 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/ethereum.pcap.out b/test/results/ethereum.pcap.out index bd158fd51..e81588acb 100644 --- a/test/results/ethereum.pcap.out +++ b/test/results/ethereum.pcap.out @@ -1034,7 +1034,7 @@ ~~ total detected protocols..: 71 ~~ total active/idle flows...: 74/74 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5224931 bytes -~~ total memory freed........: 5224931 bytes +~~ total memory allocated....: 5224923 bytes +~~ total memory freed........: 5224923 bytes ~~ total allocations/frees...: 60632/60632 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/exe_download.pcap.out b/test/results/exe_download.pcap.out index 459519e3d..ca4dc25d6 100644 --- a/test/results/exe_download.pcap.out +++ b/test/results/exe_download.pcap.out @@ -26,7 +26,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4840550 bytes -~~ total memory freed........: 4840550 bytes +~~ total memory allocated....: 4840542 bytes +~~ total memory freed........: 4840542 bytes ~~ total allocations/frees...: 59064/59064 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/exe_download_as_png.pcap.out b/test/results/exe_download_as_png.pcap.out index 26441d85a..ab87ec892 100644 --- a/test/results/exe_download_as_png.pcap.out +++ b/test/results/exe_download_as_png.pcap.out @@ -26,7 +26,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4835624 bytes -~~ total memory freed........: 4835624 bytes +~~ total memory allocated....: 4835616 bytes +~~ total memory freed........: 4835616 bytes ~~ total allocations/frees...: 58895/58895 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/facebook.pcap.out b/test/results/facebook.pcap.out index 05fa91efc..a347edd9c 100644 --- a/test/results/facebook.pcap.out +++ b/test/results/facebook.pcap.out @@ -46,7 +46,7 @@ ~~ total detected protocols..: 2 ~~ total active/idle flows...: 2/2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4836296 bytes -~~ total memory freed........: 4836296 bytes +~~ total memory allocated....: 4836288 bytes +~~ total memory freed........: 4836288 bytes ~~ total allocations/frees...: 58442/58442 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/firefox.pcap.out b/test/results/firefox.pcap.out index 21b8c3bd3..4fcf3ae40 100644 --- a/test/results/firefox.pcap.out +++ b/test/results/firefox.pcap.out @@ -122,7 +122,7 @@ ~~ total detected protocols..: 6 ~~ total active/idle flows...: 6/6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5456529 bytes -~~ total memory freed........: 5456529 bytes +~~ total memory allocated....: 5456521 bytes +~~ total memory freed........: 5456521 bytes ~~ total allocations/frees...: 63882/63882 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/fix.pcap.out b/test/results/fix.pcap.out index 3fcc7bc4c..c42a6b18c 100644 --- a/test/results/fix.pcap.out +++ b/test/results/fix.pcap.out @@ -191,7 +191,7 @@ ~~ total detected protocols..: 12 ~~ total active/idle flows...: 12/12 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4915900 bytes -~~ total memory freed........: 4915900 bytes +~~ total memory allocated....: 4915892 bytes +~~ total memory freed........: 4915892 bytes ~~ total allocations/frees...: 59664/59664 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/forticlient.pcap.out b/test/results/forticlient.pcap.out index f9565d5f8..84e71a26e 100644 --- a/test/results/forticlient.pcap.out +++ b/test/results/forticlient.pcap.out @@ -107,7 +107,7 @@ ~~ total detected protocols..: 5 ~~ total active/idle flows...: 5/5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4935278 bytes -~~ total memory freed........: 4935278 bytes +~~ total memory allocated....: 4935270 bytes +~~ total memory freed........: 4935270 bytes ~~ total allocations/frees...: 60397/60397 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/ftp.pcap.out b/test/results/ftp.pcap.out index 99690080f..56fa9e6f5 100644 --- a/test/results/ftp.pcap.out +++ b/test/results/ftp.pcap.out @@ -55,7 +55,7 @@ ~~ total detected protocols..: 2 ~~ total active/idle flows...: 3/3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4867099 bytes -~~ total memory freed........: 4867099 bytes +~~ total memory allocated....: 4867091 bytes +~~ total memory freed........: 4867091 bytes ~~ total allocations/frees...: 59559/59559 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/ftp_failed.pcap.out b/test/results/ftp_failed.pcap.out index 49ec9ce61..ba3fc40a3 100644 --- a/test/results/ftp_failed.pcap.out +++ b/test/results/ftp_failed.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4822653 bytes -~~ total memory freed........: 4822653 bytes +~~ total memory allocated....: 4822645 bytes +~~ total memory freed........: 4822645 bytes ~~ total allocations/frees...: 58377/58377 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/genshin-impact.pcap.out b/test/results/genshin-impact.pcap.out index c612f08c3..08195aeff 100644 --- a/test/results/genshin-impact.pcap.out +++ b/test/results/genshin-impact.pcap.out @@ -61,7 +61,7 @@ ~~ total detected protocols..: 3 ~~ total active/idle flows...: 3/3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4827692 bytes -~~ total memory freed........: 4827692 bytes +~~ total memory allocated....: 4827684 bytes +~~ total memory freed........: 4827684 bytes ~~ total allocations/frees...: 58409/58409 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/git.pcap.out b/test/results/git.pcap.out index 74cad7b76..cc27b753b 100644 --- a/test/results/git.pcap.out +++ b/test/results/git.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4822693 bytes -~~ total memory freed........: 4822693 bytes +~~ total memory allocated....: 4822685 bytes +~~ total memory freed........: 4822685 bytes ~~ total allocations/frees...: 58448/58448 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/google_ssl.pcap.out b/test/results/google_ssl.pcap.out index 5b1def8e6..8f34b5c24 100644 --- a/test/results/google_ssl.pcap.out +++ b/test/results/google_ssl.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4822943 bytes -~~ total memory freed........: 4822943 bytes +~~ total memory allocated....: 4822935 bytes +~~ total memory freed........: 4822935 bytes ~~ total allocations/frees...: 58387/58387 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/googledns_android10.pcap.out b/test/results/googledns_android10.pcap.out index cf385a672..4b33f27dc 100644 --- a/test/results/googledns_android10.pcap.out +++ b/test/results/googledns_android10.pcap.out @@ -127,7 +127,7 @@ ~~ total detected protocols..: 6 ~~ total active/idle flows...: 8/8 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4880159 bytes -~~ total memory freed........: 4880159 bytes +~~ total memory allocated....: 4880151 bytes +~~ total memory freed........: 4880151 bytes ~~ total allocations/frees...: 58948/58948 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/gquic.pcap.out b/test/results/gquic.pcap.out index 062742d05..0093e117f 100644 --- a/test/results/gquic.pcap.out +++ b/test/results/gquic.pcap.out @@ -11,7 +11,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4825672 bytes -~~ total memory freed........: 4825672 bytes +~~ total memory allocated....: 4825664 bytes +~~ total memory freed........: 4825664 bytes ~~ total allocations/frees...: 58370/58370 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/h323-overflow.pcap.out b/test/results/h323-overflow.pcap.out index 6b2ac2b08..ec189e47e 100644 --- a/test/results/h323-overflow.pcap.out +++ b/test/results/h323-overflow.pcap.out @@ -11,7 +11,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4822160 bytes -~~ total memory freed........: 4822160 bytes +~~ total memory allocated....: 4822152 bytes +~~ total memory freed........: 4822152 bytes ~~ total allocations/frees...: 58360/58360 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/hangout.pcap.out b/test/results/hangout.pcap.out index 8b667deeb..da85e0b6a 100644 --- a/test/results/hangout.pcap.out +++ b/test/results/hangout.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4828842 bytes -~~ total memory freed........: 4828842 bytes +~~ total memory allocated....: 4828834 bytes +~~ total memory freed........: 4828834 bytes ~~ total allocations/frees...: 58379/58379 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/hpvirtgrp.pcap.out b/test/results/hpvirtgrp.pcap.out index aab0ec83a..733f54ebf 100644 --- a/test/results/hpvirtgrp.pcap.out +++ b/test/results/hpvirtgrp.pcap.out @@ -169,7 +169,7 @@ ~~ total detected protocols..: 9 ~~ total active/idle flows...: 9/9 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4867646 bytes -~~ total memory freed........: 4867646 bytes +~~ total memory allocated....: 4867638 bytes +~~ total memory freed........: 4867638 bytes ~~ total allocations/frees...: 58526/58526 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/http-crash-content-disposition.pcap.out b/test/results/http-crash-content-disposition.pcap.out index 81a61e64d..d9300c031 100644 --- a/test/results/http-crash-content-disposition.pcap.out +++ b/test/results/http-crash-content-disposition.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 0/0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4816931 bytes -~~ total memory freed........: 4816931 bytes +~~ total memory allocated....: 4816923 bytes +~~ total memory freed........: 4816923 bytes ~~ total allocations/frees...: 58355/58355 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/http-lines-split.pcap.out b/test/results/http-lines-split.pcap.out index 6e0ff6fde..d50215ff6 100644 --- a/test/results/http-lines-split.pcap.out +++ b/test/results/http-lines-split.pcap.out @@ -24,7 +24,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820519 bytes -~~ total memory freed........: 4820519 bytes +~~ total memory allocated....: 4820511 bytes +~~ total memory freed........: 4820511 bytes ~~ total allocations/frees...: 58374/58374 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/http_ipv6.pcap.out b/test/results/http_ipv6.pcap.out index f4930b7b9..0c7cdc9d9 100644 --- a/test/results/http_ipv6.pcap.out +++ b/test/results/http_ipv6.pcap.out @@ -189,7 +189,7 @@ ~~ total detected protocols..: 7 ~~ total active/idle flows...: 15/15 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4940037 bytes -~~ total memory freed........: 4940037 bytes +~~ total memory allocated....: 4940029 bytes +~~ total memory freed........: 4940029 bytes ~~ total allocations/frees...: 58659/58659 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/iec60780-5-104.pcap.out b/test/results/iec60780-5-104.pcap.out index 518f746a0..000a2ecef 100644 --- a/test/results/iec60780-5-104.pcap.out +++ b/test/results/iec60780-5-104.pcap.out @@ -113,7 +113,7 @@ ~~ total detected protocols..: 6 ~~ total active/idle flows...: 6/6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4840106 bytes -~~ total memory freed........: 4840106 bytes +~~ total memory allocated....: 4840098 bytes +~~ total memory freed........: 4840098 bytes ~~ total allocations/frees...: 58520/58520 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/imaps.pcap.out b/test/results/imaps.pcap.out index f98360ccd..2b3ceec13 100644 --- a/test/results/imaps.pcap.out +++ b/test/results/imaps.pcap.out @@ -27,7 +27,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4825574 bytes -~~ total memory freed........: 4825574 bytes +~~ total memory allocated....: 4825566 bytes +~~ total memory freed........: 4825566 bytes ~~ total allocations/frees...: 58383/58383 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/instagram.pcap.out b/test/results/instagram.pcap.out index 900cbb856..91f4a537c 100644 --- a/test/results/instagram.pcap.out +++ b/test/results/instagram.pcap.out @@ -507,7 +507,7 @@ ~~ total detected protocols..: 25 ~~ total active/idle flows...: 38/38 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 6197856 bytes -~~ total memory freed........: 6197856 bytes +~~ total memory allocated....: 6197848 bytes +~~ total memory freed........: 6197848 bytes ~~ total allocations/frees...: 62092/62092 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/ip_fragmented_garbage.pcap.out b/test/results/ip_fragmented_garbage.pcap.out index 539c7a3d8..337d4960d 100644 --- a/test/results/ip_fragmented_garbage.pcap.out +++ b/test/results/ip_fragmented_garbage.pcap.out @@ -18219,7 +18219,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 29/29 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4909180 bytes -~~ total memory freed........: 4909180 bytes +~~ total memory allocated....: 4909172 bytes +~~ total memory freed........: 4909172 bytes ~~ total allocations/frees...: 58471/58471 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/iphone.pcap.out b/test/results/iphone.pcap.out index 9516131d5..dee079a6e 100644 --- a/test/results/iphone.pcap.out +++ b/test/results/iphone.pcap.out @@ -509,7 +509,7 @@ ~~ total detected protocols..: 52 ~~ total active/idle flows...: 53/53 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5437182 bytes -~~ total memory freed........: 5437182 bytes +~~ total memory allocated....: 5437174 bytes +~~ total memory freed........: 5437174 bytes ~~ total allocations/frees...: 59276/59276 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/ipv6_in_gtp.pcap.out b/test/results/ipv6_in_gtp.pcap.out index c5a8ee675..64369e297 100644 --- a/test/results/ipv6_in_gtp.pcap.out +++ b/test/results/ipv6_in_gtp.pcap.out @@ -11,7 +11,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 0/0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4816931 bytes -~~ total memory freed........: 4816931 bytes +~~ total memory allocated....: 4816923 bytes +~~ total memory freed........: 4816923 bytes ~~ total allocations/frees...: 58355/58355 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/irc.pcap.out b/test/results/irc.pcap.out index 271db5dbc..a64cecca6 100644 --- a/test/results/irc.pcap.out +++ b/test/results/irc.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4822972 bytes -~~ total memory freed........: 4822972 bytes +~~ total memory allocated....: 4822964 bytes +~~ total memory freed........: 4822964 bytes ~~ total allocations/frees...: 58388/58388 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/ja3_lots_of_cipher_suites.pcap.out b/test/results/ja3_lots_of_cipher_suites.pcap.out index 0db55bf37..cff49a2b9 100644 --- a/test/results/ja3_lots_of_cipher_suites.pcap.out +++ b/test/results/ja3_lots_of_cipher_suites.pcap.out @@ -29,7 +29,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 0/0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4816931 bytes -~~ total memory freed........: 4816931 bytes +~~ total memory allocated....: 4816923 bytes +~~ total memory freed........: 4816923 bytes ~~ total allocations/frees...: 58355/58355 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/ja3_lots_of_cipher_suites_2_anon.pcap.out b/test/results/ja3_lots_of_cipher_suites_2_anon.pcap.out index c7d09526f..6e40e230b 100644 --- a/test/results/ja3_lots_of_cipher_suites_2_anon.pcap.out +++ b/test/results/ja3_lots_of_cipher_suites_2_anon.pcap.out @@ -51,7 +51,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820866 bytes -~~ total memory freed........: 4820866 bytes +~~ total memory allocated....: 4820858 bytes +~~ total memory freed........: 4820858 bytes ~~ total allocations/frees...: 58385/58385 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/kerberos.pcap.out b/test/results/kerberos.pcap.out index 5810f1023..b3ee3aeb9 100644 --- a/test/results/kerberos.pcap.out +++ b/test/results/kerberos.pcap.out @@ -192,7 +192,7 @@ ~~ total detected protocols..: 3 ~~ total active/idle flows...: 36/36 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5006364 bytes -~~ total memory freed........: 5006364 bytes +~~ total memory allocated....: 5006356 bytes +~~ total memory freed........: 5006356 bytes ~~ total allocations/frees...: 58576/58576 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/long_tls_certificate.pcap.out b/test/results/long_tls_certificate.pcap.out index 450f3e92f..0f1627e62 100644 --- a/test/results/long_tls_certificate.pcap.out +++ b/test/results/long_tls_certificate.pcap.out @@ -27,7 +27,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5218714 bytes -~~ total memory freed........: 5218714 bytes +~~ total memory allocated....: 5218706 bytes +~~ total memory freed........: 5218706 bytes ~~ total allocations/frees...: 58598/58598 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/malformed_dns.pcap.out b/test/results/malformed_dns.pcap.out index 481363200..1c0f5f414 100644 --- a/test/results/malformed_dns.pcap.out +++ b/test/results/malformed_dns.pcap.out @@ -19,7 +19,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820257 bytes -~~ total memory freed........: 4820257 bytes +~~ total memory allocated....: 4820249 bytes +~~ total memory freed........: 4820249 bytes ~~ total allocations/frees...: 58364/58364 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/malformed_icmp.pcap.out b/test/results/malformed_icmp.pcap.out index b7d7ad21b..8ef862a34 100644 --- a/test/results/malformed_icmp.pcap.out +++ b/test/results/malformed_icmp.pcap.out @@ -11,7 +11,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820112 bytes -~~ total memory freed........: 4820112 bytes +~~ total memory allocated....: 4820104 bytes +~~ total memory freed........: 4820104 bytes ~~ total allocations/frees...: 58359/58359 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/malware.pcap.out b/test/results/malware.pcap.out index 4ec2345e7..f8172241a 100644 --- a/test/results/malware.pcap.out +++ b/test/results/malware.pcap.out @@ -46,7 +46,7 @@ ~~ total detected protocols..: 4 ~~ total active/idle flows...: 5/5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4872650 bytes -~~ total memory freed........: 4872650 bytes +~~ total memory allocated....: 4872642 bytes +~~ total memory freed........: 4872642 bytes ~~ total allocations/frees...: 58457/58457 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/memcached.cap.out b/test/results/memcached.cap.out index 235d83ec2..5c5530977 100644 --- a/test/results/memcached.cap.out +++ b/test/results/memcached.cap.out @@ -20,7 +20,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4822421 bytes -~~ total memory freed........: 4822421 bytes +~~ total memory allocated....: 4822413 bytes +~~ total memory freed........: 4822413 bytes ~~ total allocations/frees...: 58369/58369 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/modbus.pcap.out b/test/results/modbus.pcap.out index 113a484cf..bc8c18024 100644 --- a/test/results/modbus.pcap.out +++ b/test/results/modbus.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4823041 bytes -~~ total memory freed........: 4823041 bytes +~~ total memory allocated....: 4823033 bytes +~~ total memory freed........: 4823033 bytes ~~ total allocations/frees...: 58460/58460 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/monero.pcap.out b/test/results/monero.pcap.out index fbb2ab908..15623a7e5 100644 --- a/test/results/monero.pcap.out +++ b/test/results/monero.pcap.out @@ -43,7 +43,7 @@ ~~ total detected protocols..: 2 ~~ total active/idle flows...: 2/2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4844790 bytes -~~ total memory freed........: 4844790 bytes +~~ total memory allocated....: 4844782 bytes +~~ total memory freed........: 4844782 bytes ~~ total allocations/frees...: 58684/58684 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/mongodb.pcap.out b/test/results/mongodb.pcap.out index f2eeb31ed..b4dd0d062 100644 --- a/test/results/mongodb.pcap.out +++ b/test/results/mongodb.pcap.out @@ -61,7 +61,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 0/0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4816931 bytes -~~ total memory freed........: 4816931 bytes +~~ total memory allocated....: 4816923 bytes +~~ total memory freed........: 4816923 bytes ~~ total allocations/frees...: 58355/58355 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/mpeg.pcap.out b/test/results/mpeg.pcap.out index c7e7de987..6dd2ea427 100644 --- a/test/results/mpeg.pcap.out +++ b/test/results/mpeg.pcap.out @@ -26,7 +26,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820692 bytes -~~ total memory freed........: 4820692 bytes +~~ total memory allocated....: 4820684 bytes +~~ total memory freed........: 4820684 bytes ~~ total allocations/frees...: 58380/58380 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/mpegts.pcap.out b/test/results/mpegts.pcap.out index 87be09ef1..91eb8775c 100644 --- a/test/results/mpegts.pcap.out +++ b/test/results/mpegts.pcap.out @@ -9,7 +9,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 0/0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4816931 bytes -~~ total memory freed........: 4816931 bytes +~~ total memory allocated....: 4816923 bytes +~~ total memory freed........: 4816923 bytes ~~ total allocations/frees...: 58355/58355 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/mssql_tds.pcap.out b/test/results/mssql_tds.pcap.out index 5cc18cf9d..98e0db033 100644 --- a/test/results/mssql_tds.pcap.out +++ b/test/results/mssql_tds.pcap.out @@ -79,7 +79,7 @@ ~~ total detected protocols..: 11 ~~ total active/idle flows...: 12/12 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4894690 bytes -~~ total memory freed........: 4894690 bytes +~~ total memory allocated....: 4894682 bytes +~~ total memory freed........: 4894682 bytes ~~ total allocations/frees...: 58436/58436 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/mysql-8.pcap.out b/test/results/mysql-8.pcap.out index c635db4c2..55f388562 100644 --- a/test/results/mysql-8.pcap.out +++ b/test/results/mysql-8.pcap.out @@ -14,7 +14,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820199 bytes -~~ total memory freed........: 4820199 bytes +~~ total memory allocated....: 4820191 bytes +~~ total memory freed........: 4820191 bytes ~~ total allocations/frees...: 58362/58362 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/nats.pcap.out b/test/results/nats.pcap.out index 92a1fd92e..2cfa99f87 100644 --- a/test/results/nats.pcap.out +++ b/test/results/nats.pcap.out @@ -61,7 +61,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 0/0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4816931 bytes -~~ total memory freed........: 4816931 bytes +~~ total memory allocated....: 4816923 bytes +~~ total memory freed........: 4816923 bytes ~~ total allocations/frees...: 58355/58355 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/nest_log_sink.pcap.out b/test/results/nest_log_sink.pcap.out index f1289f616..ff4b1fd94 100644 --- a/test/results/nest_log_sink.pcap.out +++ b/test/results/nest_log_sink.pcap.out @@ -278,7 +278,7 @@ ~~ total detected protocols..: 16 ~~ total active/idle flows...: 17/17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4919585 bytes -~~ total memory freed........: 4919585 bytes +~~ total memory allocated....: 4919577 bytes +~~ total memory freed........: 4919577 bytes ~~ total allocations/frees...: 59193/59193 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/netbios.pcap.out b/test/results/netbios.pcap.out index 70ad68672..18827ce64 100644 --- a/test/results/netbios.pcap.out +++ b/test/results/netbios.pcap.out @@ -105,7 +105,7 @@ ~~ total detected protocols..: 15 ~~ total active/idle flows...: 16/16 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4876951 bytes -~~ total memory freed........: 4876951 bytes +~~ total memory allocated....: 4876943 bytes +~~ total memory freed........: 4876943 bytes ~~ total allocations/frees...: 58664/58664 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/netbios_wildcard_dns_query.pcap.out b/test/results/netbios_wildcard_dns_query.pcap.out index 2d44c1bce..3a5efb5d9 100644 --- a/test/results/netbios_wildcard_dns_query.pcap.out +++ b/test/results/netbios_wildcard_dns_query.pcap.out @@ -11,7 +11,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820112 bytes -~~ total memory freed........: 4820112 bytes +~~ total memory allocated....: 4820104 bytes +~~ total memory freed........: 4820104 bytes ~~ total allocations/frees...: 58359/58359 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/netflix.pcap.out b/test/results/netflix.pcap.out index 8f99a0710..5594de5da 100644 --- a/test/results/netflix.pcap.out +++ b/test/results/netflix.pcap.out @@ -982,7 +982,7 @@ ~~ total detected protocols..: 60 ~~ total active/idle flows...: 62/62 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5631848 bytes -~~ total memory freed........: 5631848 bytes +~~ total memory allocated....: 5631840 bytes +~~ total memory freed........: 5631840 bytes ~~ total allocations/frees...: 65792/65792 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/netflow-fritz.pcap.out b/test/results/netflow-fritz.pcap.out index cc8cde59b..be6f7755a 100644 --- a/test/results/netflow-fritz.pcap.out +++ b/test/results/netflow-fritz.pcap.out @@ -11,7 +11,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820112 bytes -~~ total memory freed........: 4820112 bytes +~~ total memory allocated....: 4820104 bytes +~~ total memory freed........: 4820104 bytes ~~ total allocations/frees...: 58359/58359 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/netflowv9.pcap.out b/test/results/netflowv9.pcap.out index 60562ebb5..9d0dd1917 100644 --- a/test/results/netflowv9.pcap.out +++ b/test/results/netflowv9.pcap.out @@ -20,7 +20,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820373 bytes -~~ total memory freed........: 4820373 bytes +~~ total memory allocated....: 4820365 bytes +~~ total memory freed........: 4820365 bytes ~~ total allocations/frees...: 58368/58368 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/nintendo.pcap.out b/test/results/nintendo.pcap.out index 0c0857271..f007e94cc 100644 --- a/test/results/nintendo.pcap.out +++ b/test/results/nintendo.pcap.out @@ -277,7 +277,7 @@ ~~ total detected protocols..: 14 ~~ total active/idle flows...: 21/21 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4923847 bytes -~~ total memory freed........: 4923847 bytes +~~ total memory allocated....: 4923839 bytes +~~ total memory freed........: 4923839 bytes ~~ total allocations/frees...: 59427/59427 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/no_sni.pcap.out b/test/results/no_sni.pcap.out index 4d19a34ab..5654055ca 100644 --- a/test/results/no_sni.pcap.out +++ b/test/results/no_sni.pcap.out @@ -150,7 +150,7 @@ ~~ total detected protocols..: 7 ~~ total active/idle flows...: 8/8 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4908480 bytes -~~ total memory freed........: 4908480 bytes +~~ total memory allocated....: 4908472 bytes +~~ total memory freed........: 4908472 bytes ~~ total allocations/frees...: 59595/59595 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/ocs.pcap.out b/test/results/ocs.pcap.out index b8c2d8b5b..e6c7f6e40 100644 --- a/test/results/ocs.pcap.out +++ b/test/results/ocs.pcap.out @@ -1899,7 +1899,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 0/0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4816931 bytes -~~ total memory freed........: 4816931 bytes +~~ total memory allocated....: 4816923 bytes +~~ total memory freed........: 4816923 bytes ~~ total allocations/frees...: 58355/58355 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/ookla.pcap.out b/test/results/ookla.pcap.out index eba0007a1..bd53e2b26 100644 --- a/test/results/ookla.pcap.out +++ b/test/results/ookla.pcap.out @@ -43,7 +43,7 @@ ~~ total detected protocols..: 2 ~~ total active/idle flows...: 2/2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4981001 bytes -~~ total memory freed........: 4981001 bytes +~~ total memory allocated....: 4980993 bytes +~~ total memory freed........: 4980993 bytes ~~ total allocations/frees...: 63451/63451 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/openvpn.pcap.out b/test/results/openvpn.pcap.out index 793deebd4..23e983661 100644 --- a/test/results/openvpn.pcap.out +++ b/test/results/openvpn.pcap.out @@ -61,7 +61,7 @@ ~~ total detected protocols..: 3 ~~ total active/idle flows...: 3/3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4837077 bytes -~~ total memory freed........: 4837077 bytes +~~ total memory allocated....: 4837069 bytes +~~ total memory freed........: 4837069 bytes ~~ total allocations/frees...: 58663/58663 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/os_detected.pcapng.out b/test/results/os_detected.pcapng.out index e883f485d..d129a7ff2 100644 --- a/test/results/os_detected.pcapng.out +++ b/test/results/os_detected.pcapng.out @@ -11,7 +11,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4825641 bytes -~~ total memory freed........: 4825641 bytes +~~ total memory allocated....: 4825633 bytes +~~ total memory freed........: 4825633 bytes ~~ total allocations/frees...: 58372/58372 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/pinterest.pcap.out b/test/results/pinterest.pcap.out index 0fb4a4e3f..85a76f040 100644 --- a/test/results/pinterest.pcap.out +++ b/test/results/pinterest.pcap.out @@ -496,7 +496,7 @@ ~~ total detected protocols..: 20 ~~ total active/idle flows...: 37/37 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 6475436 bytes -~~ total memory freed........: 6475436 bytes +~~ total memory allocated....: 6475428 bytes +~~ total memory freed........: 6475428 bytes ~~ total allocations/frees...: 77334/77334 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/pps.pcap.out b/test/results/pps.pcap.out index 27519abc5..32705b31f 100644 --- a/test/results/pps.pcap.out +++ b/test/results/pps.pcap.out @@ -750,7 +750,7 @@ ~~ total detected protocols..: 75 ~~ total active/idle flows...: 110/110 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5257113 bytes -~~ total memory freed........: 5257113 bytes +~~ total memory allocated....: 5257105 bytes +~~ total memory freed........: 5257105 bytes ~~ total allocations/frees...: 61362/61362 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/ps_vue.pcap.out b/test/results/ps_vue.pcap.out index 19219f1e3..bd6527e05 100644 --- a/test/results/ps_vue.pcap.out +++ b/test/results/ps_vue.pcap.out @@ -63,7 +63,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 8/8 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 6386220 bytes -~~ total memory freed........: 6386220 bytes +~~ total memory allocated....: 6386212 bytes +~~ total memory freed........: 6386212 bytes ~~ total allocations/frees...: 60175/60175 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic-23.pcap.out b/test/results/quic-23.pcap.out index 2acf65204..ff9530f76 100644 --- a/test/results/quic-23.pcap.out +++ b/test/results/quic-23.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4826113 bytes -~~ total memory freed........: 4826113 bytes +~~ total memory allocated....: 4826105 bytes +~~ total memory freed........: 4826105 bytes ~~ total allocations/frees...: 58390/58390 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic-24.pcap.out b/test/results/quic-24.pcap.out index e131064ab..d6394ae4d 100644 --- a/test/results/quic-24.pcap.out +++ b/test/results/quic-24.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4825940 bytes -~~ total memory freed........: 4825940 bytes +~~ total memory allocated....: 4825932 bytes +~~ total memory freed........: 4825932 bytes ~~ total allocations/frees...: 58385/58385 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic-27.pcap.out b/test/results/quic-27.pcap.out index d6cbbe034..d2f1dbad3 100644 --- a/test/results/quic-27.pcap.out +++ b/test/results/quic-27.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4826216 bytes -~~ total memory freed........: 4826216 bytes +~~ total memory allocated....: 4826208 bytes +~~ total memory freed........: 4826208 bytes ~~ total allocations/frees...: 58391/58391 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic-28.pcap.out b/test/results/quic-28.pcap.out index b23f358da..817cc33b8 100644 --- a/test/results/quic-28.pcap.out +++ b/test/results/quic-28.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4832796 bytes -~~ total memory freed........: 4832796 bytes +~~ total memory allocated....: 4832788 bytes +~~ total memory freed........: 4832788 bytes ~~ total allocations/frees...: 58623/58623 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic-29.pcap.out b/test/results/quic-29.pcap.out index 490c3d79c..3b8d3bf1e 100644 --- a/test/results/quic-29.pcap.out +++ b/test/results/quic-29.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4825940 bytes -~~ total memory freed........: 4825940 bytes +~~ total memory allocated....: 4825932 bytes +~~ total memory freed........: 4825932 bytes ~~ total allocations/frees...: 58385/58385 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic-33.pcapng.out b/test/results/quic-33.pcapng.out index ae731a149..27285cf29 100644 --- a/test/results/quic-33.pcapng.out +++ b/test/results/quic-33.pcapng.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4854343 bytes -~~ total memory freed........: 4854343 bytes +~~ total memory allocated....: 4854335 bytes +~~ total memory freed........: 4854335 bytes ~~ total allocations/frees...: 59362/59362 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic-mvfst-22.pcap.out b/test/results/quic-mvfst-22.pcap.out index c80827f28..7641fc793 100644 --- a/test/results/quic-mvfst-22.pcap.out +++ b/test/results/quic-mvfst-22.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4839721 bytes -~~ total memory freed........: 4839721 bytes +~~ total memory allocated....: 4839713 bytes +~~ total memory freed........: 4839713 bytes ~~ total allocations/frees...: 58860/58860 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic-mvfst-22_decryption_error.pcap.out b/test/results/quic-mvfst-22_decryption_error.pcap.out index e4757ee99..3b12bf4b8 100644 --- a/test/results/quic-mvfst-22_decryption_error.pcap.out +++ b/test/results/quic-mvfst-22_decryption_error.pcap.out @@ -713,7 +713,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 0/0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4816931 bytes -~~ total memory freed........: 4816931 bytes +~~ total memory allocated....: 4816923 bytes +~~ total memory freed........: 4816923 bytes ~~ total allocations/frees...: 58355/58355 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic-mvfst-27.pcapng.out b/test/results/quic-mvfst-27.pcapng.out index 90a0aa395..7ad85a629 100644 --- a/test/results/quic-mvfst-27.pcapng.out +++ b/test/results/quic-mvfst-27.pcapng.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4826084 bytes -~~ total memory freed........: 4826084 bytes +~~ total memory allocated....: 4826076 bytes +~~ total memory freed........: 4826076 bytes ~~ total allocations/frees...: 58390/58390 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic-mvfst-exp.pcap.out b/test/results/quic-mvfst-exp.pcap.out index e10ae9e23..315f0561c 100644 --- a/test/results/quic-mvfst-exp.pcap.out +++ b/test/results/quic-mvfst-exp.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4826374 bytes -~~ total memory freed........: 4826374 bytes +~~ total memory allocated....: 4826366 bytes +~~ total memory freed........: 4826366 bytes ~~ total allocations/frees...: 58400/58400 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic.pcap.out b/test/results/quic.pcap.out index 331eced31..1ad82026a 100644 --- a/test/results/quic.pcap.out +++ b/test/results/quic.pcap.out @@ -103,7 +103,7 @@ ~~ total detected protocols..: 9 ~~ total active/idle flows...: 10/10 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4863730 bytes -~~ total memory freed........: 4863730 bytes +~~ total memory allocated....: 4863722 bytes +~~ total memory freed........: 4863722 bytes ~~ total allocations/frees...: 58911/58911 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic046.pcap.out b/test/results/quic046.pcap.out index f9ad3cdda..4fce4561e 100644 --- a/test/results/quic046.pcap.out +++ b/test/results/quic046.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4823031 bytes -~~ total memory freed........: 4823031 bytes +~~ total memory allocated....: 4823023 bytes +~~ total memory freed........: 4823023 bytes ~~ total allocations/frees...: 58459/58459 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic_0RTT.pcap.out b/test/results/quic_0RTT.pcap.out index fe83a8f2e..bfbd49f3b 100644 --- a/test/results/quic_0RTT.pcap.out +++ b/test/results/quic_0RTT.pcap.out @@ -12,7 +12,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4824887 bytes -~~ total memory freed........: 4824887 bytes +~~ total memory allocated....: 4824879 bytes +~~ total memory freed........: 4824879 bytes ~~ total allocations/frees...: 58372/58372 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic_interop_V.pcapng.out b/test/results/quic_interop_V.pcapng.out index 4c7f82b64..8fd3987b5 100644 --- a/test/results/quic_interop_V.pcapng.out +++ b/test/results/quic_interop_V.pcapng.out @@ -484,7 +484,7 @@ ~~ total detected protocols..: 77 ~~ total active/idle flows...: 77/77 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5410401 bytes -~~ total memory freed........: 5410401 bytes +~~ total memory allocated....: 5410393 bytes +~~ total memory freed........: 5410393 bytes ~~ total allocations/frees...: 59588/59588 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic_q39.pcap.out b/test/results/quic_q39.pcap.out index 0ff5bfc79..82589e0f5 100644 --- a/test/results/quic_q39.pcap.out +++ b/test/results/quic_q39.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4821869 bytes -~~ total memory freed........: 4821869 bytes +~~ total memory allocated....: 4821861 bytes +~~ total memory freed........: 4821861 bytes ~~ total allocations/frees...: 58419/58419 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic_q43.pcap.out b/test/results/quic_q43.pcap.out index b861a4d22..3b2cf1eab 100644 --- a/test/results/quic_q43.pcap.out +++ b/test/results/quic_q43.pcap.out @@ -12,7 +12,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820141 bytes -~~ total memory freed........: 4820141 bytes +~~ total memory allocated....: 4820133 bytes +~~ total memory freed........: 4820133 bytes ~~ total allocations/frees...: 58360/58360 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic_q46.pcap.out b/test/results/quic_q46.pcap.out index e9f0a2f42..2eb097219 100644 --- a/test/results/quic_q46.pcap.out +++ b/test/results/quic_q46.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820707 bytes -~~ total memory freed........: 4820707 bytes +~~ total memory allocated....: 4820699 bytes +~~ total memory freed........: 4820699 bytes ~~ total allocations/frees...: 58379/58379 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic_q46_b.pcap.out b/test/results/quic_q46_b.pcap.out index cf75c8c2a..24b5526b7 100644 --- a/test/results/quic_q46_b.pcap.out +++ b/test/results/quic_q46_b.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820709 bytes -~~ total memory freed........: 4820709 bytes +~~ total memory allocated....: 4820701 bytes +~~ total memory freed........: 4820701 bytes ~~ total allocations/frees...: 58379/58379 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic_q50.pcap.out b/test/results/quic_q50.pcap.out index 50f3e576d..f1fc1765c 100644 --- a/test/results/quic_q50.pcap.out +++ b/test/results/quic_q50.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4826213 bytes -~~ total memory freed........: 4826213 bytes +~~ total memory allocated....: 4826205 bytes +~~ total memory freed........: 4826205 bytes ~~ total allocations/frees...: 58389/58389 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic_t50.pcap.out b/test/results/quic_t50.pcap.out index 3b1dfdafe..28cff74e2 100644 --- a/test/results/quic_t50.pcap.out +++ b/test/results/quic_t50.pcap.out @@ -22,7 +22,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4826000 bytes -~~ total memory freed........: 4826000 bytes +~~ total memory allocated....: 4825992 bytes +~~ total memory freed........: 4825992 bytes ~~ total allocations/frees...: 58383/58383 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quic_t51.pcap.out b/test/results/quic_t51.pcap.out index 15dbb4b09..4aa15067e 100644 --- a/test/results/quic_t51.pcap.out +++ b/test/results/quic_t51.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4844273 bytes -~~ total memory freed........: 4844273 bytes +~~ total memory allocated....: 4844265 bytes +~~ total memory freed........: 4844265 bytes ~~ total allocations/frees...: 59013/59013 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/quickplay.pcap.out b/test/results/quickplay.pcap.out index c327beabf..f7f2df487 100644 --- a/test/results/quickplay.pcap.out +++ b/test/results/quickplay.pcap.out @@ -165,7 +165,7 @@ ~~ total detected protocols..: 21 ~~ total active/idle flows...: 21/21 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4892636 bytes -~~ total memory freed........: 4892636 bytes +~~ total memory allocated....: 4892628 bytes +~~ total memory freed........: 4892628 bytes ~~ total allocations/frees...: 58615/58615 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/rdp.pcap.out b/test/results/rdp.pcap.out index 9404b88df..a56199a74 100644 --- a/test/results/rdp.pcap.out +++ b/test/results/rdp.pcap.out @@ -4027,7 +4027,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 0/0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4816931 bytes -~~ total memory freed........: 4816931 bytes +~~ total memory allocated....: 4816923 bytes +~~ total memory freed........: 4816923 bytes ~~ total allocations/frees...: 58355/58355 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/reasm_crash_anon.pcapng.out b/test/results/reasm_crash_anon.pcapng.out index 472fd8dd6..6b295059f 100644 --- a/test/results/reasm_crash_anon.pcapng.out +++ b/test/results/reasm_crash_anon.pcapng.out @@ -43,7 +43,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4839746 bytes -~~ total memory freed........: 4839746 bytes +~~ total memory allocated....: 4839738 bytes +~~ total memory freed........: 4839738 bytes ~~ total allocations/frees...: 58564/58564 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/reasm_segv_anon.pcapng.out b/test/results/reasm_segv_anon.pcapng.out index bd5e9aabf..b2e4d4233 100644 --- a/test/results/reasm_segv_anon.pcapng.out +++ b/test/results/reasm_segv_anon.pcapng.out @@ -81,7 +81,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4822461 bytes -~~ total memory freed........: 4822461 bytes +~~ total memory allocated....: 4822453 bytes +~~ total memory freed........: 4822453 bytes ~~ total allocations/frees...: 58440/58440 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/reddit.pcap.out b/test/results/reddit.pcap.out index cc6e169fa..b14dd17f6 100644 --- a/test/results/reddit.pcap.out +++ b/test/results/reddit.pcap.out @@ -1159,7 +1159,7 @@ ~~ total detected protocols..: 59 ~~ total active/idle flows...: 60/60 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 6071021 bytes -~~ total memory freed........: 6071021 bytes +~~ total memory allocated....: 6071013 bytes +~~ total memory freed........: 6071013 bytes ~~ total allocations/frees...: 70645/70645 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/rx.pcap.out b/test/results/rx.pcap.out index 6f39e83ac..4ef90a711 100644 --- a/test/results/rx.pcap.out +++ b/test/results/rx.pcap.out @@ -73,7 +73,7 @@ ~~ total detected protocols..: 5 ~~ total active/idle flows...: 5/5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4836519 bytes -~~ total memory freed........: 4836519 bytes +~~ total memory allocated....: 4836511 bytes +~~ total memory freed........: 4836511 bytes ~~ total allocations/frees...: 58502/58502 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/s7comm.pcap.out b/test/results/s7comm.pcap.out index 97378820c..6bc105551 100644 --- a/test/results/s7comm.pcap.out +++ b/test/results/s7comm.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4821678 bytes -~~ total memory freed........: 4821678 bytes +~~ total memory allocated....: 4821670 bytes +~~ total memory freed........: 4821670 bytes ~~ total allocations/frees...: 58413/58413 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/safari.pcap.out b/test/results/safari.pcap.out index aed7770af..18af9cb88 100644 --- a/test/results/safari.pcap.out +++ b/test/results/safari.pcap.out @@ -142,7 +142,7 @@ ~~ total detected protocols..: 7 ~~ total active/idle flows...: 7/7 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5064478 bytes -~~ total memory freed........: 5064478 bytes +~~ total memory allocated....: 5064470 bytes +~~ total memory freed........: 5064470 bytes ~~ total allocations/frees...: 64418/64418 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/selfsigned.pcap.out b/test/results/selfsigned.pcap.out index e260c63e8..6de4fa846 100644 --- a/test/results/selfsigned.pcap.out +++ b/test/results/selfsigned.pcap.out @@ -47,7 +47,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 0/0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4816931 bytes -~~ total memory freed........: 4816931 bytes +~~ total memory allocated....: 4816923 bytes +~~ total memory freed........: 4816923 bytes ~~ total allocations/frees...: 58355/58355 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/signal.pcap.out b/test/results/signal.pcap.out index b0238e475..dd4b5e138 100644 --- a/test/results/signal.pcap.out +++ b/test/results/signal.pcap.out @@ -306,7 +306,7 @@ ~~ total detected protocols..: 16 ~~ total active/idle flows...: 19/19 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5166470 bytes -~~ total memory freed........: 5166470 bytes +~~ total memory allocated....: 5166462 bytes +~~ total memory freed........: 5166462 bytes ~~ total allocations/frees...: 59163/59163 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/simple-dnscrypt.pcap.out b/test/results/simple-dnscrypt.pcap.out index 50c17081d..094e63d4f 100644 --- a/test/results/simple-dnscrypt.pcap.out +++ b/test/results/simple-dnscrypt.pcap.out @@ -87,7 +87,7 @@ ~~ total detected protocols..: 4 ~~ total active/idle flows...: 4/4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4922206 bytes -~~ total memory freed........: 4922206 bytes +~~ total memory allocated....: 4922198 bytes +~~ total memory freed........: 4922198 bytes ~~ total allocations/frees...: 58520/58520 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/sip.pcap.out b/test/results/sip.pcap.out index 4ed3c1cd0..0b824f3fb 100644 --- a/test/results/sip.pcap.out +++ b/test/results/sip.pcap.out @@ -77,7 +77,7 @@ ~~ total detected protocols..: 5 ~~ total active/idle flows...: 5/5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4835939 bytes -~~ total memory freed........: 4835939 bytes +~~ total memory allocated....: 4835931 bytes +~~ total memory freed........: 4835931 bytes ~~ total allocations/frees...: 58482/58482 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/skype-conference-call.pcap.out b/test/results/skype-conference-call.pcap.out index cac7465a7..35a59e375 100644 --- a/test/results/skype-conference-call.pcap.out +++ b/test/results/skype-conference-call.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4834091 bytes -~~ total memory freed........: 4834091 bytes +~~ total memory allocated....: 4834083 bytes +~~ total memory freed........: 4834083 bytes ~~ total allocations/frees...: 58560/58560 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/skype.pcap.out b/test/results/skype.pcap.out index 588e49a76..e274aec31 100644 --- a/test/results/skype.pcap.out +++ b/test/results/skype.pcap.out @@ -2775,7 +2775,7 @@ ~~ total detected protocols..: 224 ~~ total active/idle flows...: 317/317 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 8495931 bytes -~~ total memory freed........: 8495931 bytes +~~ total memory allocated....: 8495923 bytes +~~ total memory freed........: 8495923 bytes ~~ total allocations/frees...: 62635/62635 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/skype_no_unknown.pcap.out b/test/results/skype_no_unknown.pcap.out index c49269a52..95ddec7b3 100644 --- a/test/results/skype_no_unknown.pcap.out +++ b/test/results/skype_no_unknown.pcap.out @@ -2185,7 +2185,7 @@ ~~ total detected protocols..: 198 ~~ total active/idle flows...: 272/272 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 6937354 bytes -~~ total memory freed........: 6937354 bytes +~~ total memory allocated....: 6937346 bytes +~~ total memory freed........: 6937346 bytes ~~ total allocations/frees...: 61407/61407 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/skype_udp.pcap.out b/test/results/skype_udp.pcap.out index 07baf3da1..d5491f805 100644 --- a/test/results/skype_udp.pcap.out +++ b/test/results/skype_udp.pcap.out @@ -16,7 +16,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820228 bytes -~~ total memory freed........: 4820228 bytes +~~ total memory allocated....: 4820220 bytes +~~ total memory freed........: 4820220 bytes ~~ total allocations/frees...: 58363/58363 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/smb_deletefile.pcap.out b/test/results/smb_deletefile.pcap.out index bec592421..05f5a45d7 100644 --- a/test/results/smb_deletefile.pcap.out +++ b/test/results/smb_deletefile.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4823012 bytes -~~ total memory freed........: 4823012 bytes +~~ total memory allocated....: 4823004 bytes +~~ total memory freed........: 4823004 bytes ~~ total allocations/frees...: 58459/58459 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/smbv1.pcap.out b/test/results/smbv1.pcap.out index 5344b10d2..e6ef3ab54 100644 --- a/test/results/smbv1.pcap.out +++ b/test/results/smbv1.pcap.out @@ -17,7 +17,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4822334 bytes -~~ total memory freed........: 4822334 bytes +~~ total memory allocated....: 4822326 bytes +~~ total memory freed........: 4822326 bytes ~~ total allocations/frees...: 58366/58366 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/smpp_in_general.pcap.out b/test/results/smpp_in_general.pcap.out index 9fc39232e..66b130138 100644 --- a/test/results/smpp_in_general.pcap.out +++ b/test/results/smpp_in_general.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4822624 bytes -~~ total memory freed........: 4822624 bytes +~~ total memory allocated....: 4822616 bytes +~~ total memory freed........: 4822616 bytes ~~ total allocations/frees...: 58376/58376 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/snapchat.pcap.out b/test/results/snapchat.pcap.out index b39319f2f..b5d52a5e2 100644 --- a/test/results/snapchat.pcap.out +++ b/test/results/snapchat.pcap.out @@ -64,7 +64,7 @@ ~~ total detected protocols..: 3 ~~ total active/idle flows...: 3/3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4834173 bytes -~~ total memory freed........: 4834173 bytes +~~ total memory allocated....: 4834165 bytes +~~ total memory freed........: 4834165 bytes ~~ total allocations/frees...: 58425/58425 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/snapchat_call.pcapng.out b/test/results/snapchat_call.pcapng.out index 6009b916d..c10e46cd5 100644 --- a/test/results/snapchat_call.pcapng.out +++ b/test/results/snapchat_call.pcapng.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4821533 bytes -~~ total memory freed........: 4821533 bytes +~~ total memory allocated....: 4821525 bytes +~~ total memory freed........: 4821525 bytes ~~ total allocations/frees...: 58408/58408 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/ssdp-m-search.pcap.out b/test/results/ssdp-m-search.pcap.out index dbb29c954..421efccbd 100644 --- a/test/results/ssdp-m-search.pcap.out +++ b/test/results/ssdp-m-search.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820634 bytes -~~ total memory freed........: 4820634 bytes +~~ total memory allocated....: 4820626 bytes +~~ total memory freed........: 4820626 bytes ~~ total allocations/frees...: 58377/58377 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/ssh.pcap.out b/test/results/ssh.pcap.out index f3602a736..e1692adbc 100644 --- a/test/results/ssh.pcap.out +++ b/test/results/ssh.pcap.out @@ -28,7 +28,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4829569 bytes -~~ total memory freed........: 4829569 bytes +~~ total memory allocated....: 4829561 bytes +~~ total memory freed........: 4829561 bytes ~~ total allocations/frees...: 58620/58620 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/ssl-cert-name-mismatch.pcap.out b/test/results/ssl-cert-name-mismatch.pcap.out index 2cfa528fc..91ea85008 100644 --- a/test/results/ssl-cert-name-mismatch.pcap.out +++ b/test/results/ssl-cert-name-mismatch.pcap.out @@ -27,7 +27,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4828900 bytes -~~ total memory freed........: 4828900 bytes +~~ total memory allocated....: 4828892 bytes +~~ total memory freed........: 4828892 bytes ~~ total allocations/frees...: 58387/58387 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/starcraft_battle.pcap.out b/test/results/starcraft_battle.pcap.out index 4092f8727..485007d81 100644 --- a/test/results/starcraft_battle.pcap.out +++ b/test/results/starcraft_battle.pcap.out @@ -529,7 +529,7 @@ ~~ total detected protocols..: 30 ~~ total active/idle flows...: 52/52 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5030477 bytes -~~ total memory freed........: 5030477 bytes +~~ total memory allocated....: 5030469 bytes +~~ total memory freed........: 5030469 bytes ~~ total allocations/frees...: 59377/59377 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/steam.pcap.out b/test/results/steam.pcap.out index e26862f25..ec7994343 100644 --- a/test/results/steam.pcap.out +++ b/test/results/steam.pcap.out @@ -276,7 +276,7 @@ ~~ total detected protocols..: 55 ~~ total active/idle flows...: 55/55 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4993307 bytes -~~ total memory freed........: 4993307 bytes +~~ total memory allocated....: 4993299 bytes +~~ total memory freed........: 4993299 bytes ~~ total allocations/frees...: 58624/58624 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/synscan.pcap.out b/test/results/synscan.pcap.out index 0f616b872..dd4f55a78 100644 --- a/test/results/synscan.pcap.out +++ b/test/results/synscan.pcap.out @@ -8000,7 +8000,7 @@ ~~ total detected protocols..: 2 ~~ total active/idle flows...: 1994/1994 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 11160338 bytes -~~ total memory freed........: 11160338 bytes +~~ total memory allocated....: 11160330 bytes +~~ total memory freed........: 11160330 bytes ~~ total allocations/frees...: 66348/66348 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/teams.pcap.out b/test/results/teams.pcap.out index dba89cbf5..4c6b44c9e 100644 --- a/test/results/teams.pcap.out +++ b/test/results/teams.pcap.out @@ -1124,7 +1124,7 @@ ~~ total detected protocols..: 78 ~~ total active/idle flows...: 85/85 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 6908722 bytes -~~ total memory freed........: 6908722 bytes +~~ total memory allocated....: 6908714 bytes +~~ total memory freed........: 6908714 bytes ~~ total allocations/frees...: 61882/61882 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/teamspeak3.pcap.out b/test/results/teamspeak3.pcap.out index 4e912cc48..4a95ee1eb 100644 --- a/test/results/teamspeak3.pcap.out +++ b/test/results/teamspeak3.pcap.out @@ -23,7 +23,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820460 bytes -~~ total memory freed........: 4820460 bytes +~~ total memory allocated....: 4820452 bytes +~~ total memory freed........: 4820452 bytes ~~ total allocations/frees...: 58371/58371 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/telegram.pcap.out b/test/results/telegram.pcap.out index eb3826c40..40e4549e7 100644 --- a/test/results/telegram.pcap.out +++ b/test/results/telegram.pcap.out @@ -521,7 +521,7 @@ ~~ total detected protocols..: 53 ~~ total active/idle flows...: 54/54 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5032649 bytes -~~ total memory freed........: 5032649 bytes +~~ total memory allocated....: 5032641 bytes +~~ total memory freed........: 5032641 bytes ~~ total allocations/frees...: 60085/60085 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/teredo.pcap.out b/test/results/teredo.pcap.out index 89fa58d4f..bdaeb4d17 100644 --- a/test/results/teredo.pcap.out +++ b/test/results/teredo.pcap.out @@ -46,7 +46,7 @@ ~~ total detected protocols..: 5 ~~ total active/idle flows...: 5/5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4833387 bytes -~~ total memory freed........: 4833387 bytes +~~ total memory allocated....: 4833379 bytes +~~ total memory freed........: 4833379 bytes ~~ total allocations/frees...: 58394/58394 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/tftp_rrq.pcap.out b/test/results/tftp_rrq.pcap.out index e5d8992a8..51857455a 100644 --- a/test/results/tftp_rrq.pcap.out +++ b/test/results/tftp_rrq.pcap.out @@ -29,7 +29,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 2/2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4826106 bytes -~~ total memory freed........: 4826106 bytes +~~ total memory allocated....: 4826098 bytes +~~ total memory freed........: 4826098 bytes ~~ total allocations/frees...: 58460/58460 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/tinc.pcap.out b/test/results/tinc.pcap.out index 916ff61a1..3761eb6e7 100644 --- a/test/results/tinc.pcap.out +++ b/test/results/tinc.pcap.out @@ -79,7 +79,7 @@ ~~ total detected protocols..: 4 ~~ total active/idle flows...: 4/4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4847245 bytes -~~ total memory freed........: 4847245 bytes +~~ total memory allocated....: 4847237 bytes +~~ total memory freed........: 4847237 bytes ~~ total allocations/frees...: 58696/58696 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/tk.pcap.out b/test/results/tk.pcap.out index 370853e26..7667ce88a 100644 --- a/test/results/tk.pcap.out +++ b/test/results/tk.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 3 ~~ total active/idle flows...: 3/3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4826561 bytes -~~ total memory freed........: 4826561 bytes +~~ total memory allocated....: 4826553 bytes +~~ total memory freed........: 4826553 bytes ~~ total allocations/frees...: 58370/58370 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/tls-esni-fuzzed.pcap.out b/test/results/tls-esni-fuzzed.pcap.out index 02b2d5b6f..25436801d 100644 --- a/test/results/tls-esni-fuzzed.pcap.out +++ b/test/results/tls-esni-fuzzed.pcap.out @@ -19,7 +19,7 @@ ~~ total detected protocols..: 3 ~~ total active/idle flows...: 3/3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4833914 bytes -~~ total memory freed........: 4833914 bytes +~~ total memory allocated....: 4833906 bytes +~~ total memory freed........: 4833906 bytes ~~ total allocations/frees...: 58378/58378 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/tls-rdn-extract.pcap.out b/test/results/tls-rdn-extract.pcap.out index af05a3e35..64aa8f75b 100644 --- a/test/results/tls-rdn-extract.pcap.out +++ b/test/results/tls-rdn-extract.pcap.out @@ -18,7 +18,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4861924 bytes -~~ total memory freed........: 4861924 bytes +~~ total memory allocated....: 4861916 bytes +~~ total memory freed........: 4861916 bytes ~~ total allocations/frees...: 58413/58413 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/tls_esni_sni_both.pcap.out b/test/results/tls_esni_sni_both.pcap.out index 55fce747f..119c478c6 100644 --- a/test/results/tls_esni_sni_both.pcap.out +++ b/test/results/tls_esni_sni_both.pcap.out @@ -45,7 +45,7 @@ ~~ total detected protocols..: 2 ~~ total active/idle flows...: 2/2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4842837 bytes -~~ total memory freed........: 4842837 bytes +~~ total memory allocated....: 4842829 bytes +~~ total memory freed........: 4842829 bytes ~~ total allocations/frees...: 58409/58409 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/tls_invalid_reads.pcap.out b/test/results/tls_invalid_reads.pcap.out index 0dd43a1a7..193bf5a4a 100644 --- a/test/results/tls_invalid_reads.pcap.out +++ b/test/results/tls_invalid_reads.pcap.out @@ -30,7 +30,7 @@ ~~ total detected protocols..: 2 ~~ total active/idle flows...: 2/2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4827563 bytes -~~ total memory freed........: 4827563 bytes +~~ total memory allocated....: 4827555 bytes +~~ total memory freed........: 4827555 bytes ~~ total allocations/frees...: 58371/58371 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/tls_long_cert.pcap.out b/test/results/tls_long_cert.pcap.out index e1273151f..d954fdcc5 100644 --- a/test/results/tls_long_cert.pcap.out +++ b/test/results/tls_long_cert.pcap.out @@ -27,7 +27,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4866199 bytes -~~ total memory freed........: 4866199 bytes +~~ total memory allocated....: 4866191 bytes +~~ total memory freed........: 4866191 bytes ~~ total allocations/frees...: 58602/58602 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/tls_verylong_certificate.pcap.out b/test/results/tls_verylong_certificate.pcap.out index a451d048d..8c05e8e79 100644 --- a/test/results/tls_verylong_certificate.pcap.out +++ b/test/results/tls_verylong_certificate.pcap.out @@ -27,7 +27,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4993754 bytes -~~ total memory freed........: 4993754 bytes +~~ total memory allocated....: 4993746 bytes +~~ total memory freed........: 4993746 bytes ~~ total allocations/frees...: 58543/58543 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/tor.pcap.out b/test/results/tor.pcap.out index e3a7d7148..05bf3dbb5 100644 --- a/test/results/tor.pcap.out +++ b/test/results/tor.pcap.out @@ -479,7 +479,7 @@ ~~ total detected protocols..: 19 ~~ total active/idle flows...: 20/20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5001808 bytes -~~ total memory freed........: 5001808 bytes +~~ total memory allocated....: 5001800 bytes +~~ total memory freed........: 5001800 bytes ~~ total allocations/frees...: 62130/62130 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/trickbot.pcap.out b/test/results/trickbot.pcap.out index 95f993e28..eb18abf50 100644 --- a/test/results/trickbot.pcap.out +++ b/test/results/trickbot.pcap.out @@ -26,7 +26,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4822405 bytes -~~ total memory freed........: 4822405 bytes +~~ total memory allocated....: 4822397 bytes +~~ total memory freed........: 4822397 bytes ~~ total allocations/frees...: 58436/58436 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/tumblr.pcap.out b/test/results/tumblr.pcap.out index 1907d0a7b..310965ccb 100644 --- a/test/results/tumblr.pcap.out +++ b/test/results/tumblr.pcap.out @@ -485,7 +485,7 @@ ~~ total detected protocols..: 13 ~~ total active/idle flows...: 48/48 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 7899645 bytes -~~ total memory freed........: 7899645 bytes +~~ total memory allocated....: 7899637 bytes +~~ total memory freed........: 7899637 bytes ~~ total allocations/frees...: 83425/83425 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/ubntac2.pcap.out b/test/results/ubntac2.pcap.out index 503a42219..610809597 100644 --- a/test/results/ubntac2.pcap.out +++ b/test/results/ubntac2.pcap.out @@ -39,7 +39,7 @@ ~~ total detected protocols..: 8 ~~ total active/idle flows...: 8/8 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4842379 bytes -~~ total memory freed........: 4842379 bytes +~~ total memory allocated....: 4842371 bytes +~~ total memory freed........: 4842371 bytes ~~ total allocations/frees...: 58387/58387 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/upnp.pcap.out b/test/results/upnp.pcap.out index a772e60f4..f7cf03ce1 100644 --- a/test/results/upnp.pcap.out +++ b/test/results/upnp.pcap.out @@ -27,7 +27,7 @@ ~~ total detected protocols..: 0 ~~ total active/idle flows...: 2/2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4823641 bytes -~~ total memory freed........: 4823641 bytes +~~ total memory allocated....: 4823633 bytes +~~ total memory freed........: 4823633 bytes ~~ total allocations/frees...: 58375/58375 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/viber.pcap.out b/test/results/viber.pcap.out index 95cba4d22..77d712e6e 100644 --- a/test/results/viber.pcap.out +++ b/test/results/viber.pcap.out @@ -295,7 +295,7 @@ ~~ total detected protocols..: 22 ~~ total active/idle flows...: 26/26 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5163573 bytes -~~ total memory freed........: 5163573 bytes +~~ total memory allocated....: 5163565 bytes +~~ total memory freed........: 5163565 bytes ~~ total allocations/frees...: 58929/58929 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/vnc.pcap.out b/test/results/vnc.pcap.out index d65c5b3d3..5e29c658f 100644 --- a/test/results/vnc.pcap.out +++ b/test/results/vnc.pcap.out @@ -43,7 +43,7 @@ ~~ total detected protocols..: 2 ~~ total active/idle flows...: 2/2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4959310 bytes -~~ total memory freed........: 4959310 bytes +~~ total memory allocated....: 4959302 bytes +~~ total memory freed........: 4959302 bytes ~~ total allocations/frees...: 62914/62914 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/wa_video.pcap.out b/test/results/wa_video.pcap.out index 5f492640e..a8163be70 100644 --- a/test/results/wa_video.pcap.out +++ b/test/results/wa_video.pcap.out @@ -142,7 +142,7 @@ ~~ total detected protocols..: 14 ~~ total active/idle flows...: 15/15 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5290270 bytes -~~ total memory freed........: 5290270 bytes +~~ total memory allocated....: 5290262 bytes +~~ total memory freed........: 5290262 bytes ~~ total allocations/frees...: 60030/60030 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/wa_voice.pcap.out b/test/results/wa_voice.pcap.out index d670f5176..b91190691 100644 --- a/test/results/wa_voice.pcap.out +++ b/test/results/wa_voice.pcap.out @@ -294,7 +294,7 @@ ~~ total detected protocols..: 28 ~~ total active/idle flows...: 30/30 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 6311575 bytes -~~ total memory freed........: 6311575 bytes +~~ total memory allocated....: 6311567 bytes +~~ total memory freed........: 6311567 bytes ~~ total allocations/frees...: 59305/59305 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/waze.pcap.out b/test/results/waze.pcap.out index 582b88a81..e4441c0f1 100644 --- a/test/results/waze.pcap.out +++ b/test/results/waze.pcap.out @@ -499,7 +499,7 @@ ~~ total detected protocols..: 22 ~~ total active/idle flows...: 33/33 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5203654 bytes -~~ total memory freed........: 5203654 bytes +~~ total memory allocated....: 5203646 bytes +~~ total memory freed........: 5203646 bytes ~~ total allocations/frees...: 59147/59147 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/webex.pcap.out b/test/results/webex.pcap.out index d14cd75db..a753eb2f6 100644 --- a/test/results/webex.pcap.out +++ b/test/results/webex.pcap.out @@ -924,7 +924,7 @@ ~~ total detected protocols..: 52 ~~ total active/idle flows...: 57/57 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5345015 bytes -~~ total memory freed........: 5345015 bytes +~~ total memory allocated....: 5345007 bytes +~~ total memory freed........: 5345007 bytes ~~ total allocations/frees...: 60326/60326 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/websocket.pcap.out b/test/results/websocket.pcap.out index 1d6e59ebf..7a6a24e7f 100644 --- a/test/results/websocket.pcap.out +++ b/test/results/websocket.pcap.out @@ -18,7 +18,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 2/2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4827476 bytes -~~ total memory freed........: 4827476 bytes +~~ total memory allocated....: 4827468 bytes +~~ total memory freed........: 4827468 bytes ~~ total allocations/frees...: 58368/58368 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/wechat.pcap.out b/test/results/wechat.pcap.out index d520e6c4c..69d85b4e7 100644 --- a/test/results/wechat.pcap.out +++ b/test/results/wechat.pcap.out @@ -1315,7 +1315,7 @@ ~~ total detected protocols..: 86 ~~ total active/idle flows...: 127/127 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5679389 bytes -~~ total memory freed........: 5679389 bytes +~~ total memory allocated....: 5679381 bytes +~~ total memory freed........: 5679381 bytes ~~ total allocations/frees...: 61023/61023 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/weibo.pcap.out b/test/results/weibo.pcap.out index 6be04e2c4..60fc99c40 100644 --- a/test/results/weibo.pcap.out +++ b/test/results/weibo.pcap.out @@ -350,7 +350,7 @@ ~~ total detected protocols..: 23 ~~ total active/idle flows...: 44/44 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4973897 bytes -~~ total memory freed........: 4973897 bytes +~~ total memory allocated....: 4973889 bytes +~~ total memory freed........: 4973889 bytes ~~ total allocations/frees...: 59014/59014 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/whatsapp_login_call.pcap.out b/test/results/whatsapp_login_call.pcap.out index 82eab2c18..94f356c36 100644 --- a/test/results/whatsapp_login_call.pcap.out +++ b/test/results/whatsapp_login_call.pcap.out @@ -558,7 +558,7 @@ ~~ total detected protocols..: 40 ~~ total active/idle flows...: 63/63 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5658704 bytes -~~ total memory freed........: 5658704 bytes +~~ total memory allocated....: 5658696 bytes +~~ total memory freed........: 5658696 bytes ~~ total allocations/frees...: 59883/59883 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/whatsapp_login_chat.pcap.out b/test/results/whatsapp_login_chat.pcap.out index 42c822a54..591613078 100644 --- a/test/results/whatsapp_login_chat.pcap.out +++ b/test/results/whatsapp_login_chat.pcap.out @@ -87,7 +87,7 @@ ~~ total detected protocols..: 8 ~~ total active/idle flows...: 10/10 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4857292 bytes -~~ total memory freed........: 4857292 bytes +~~ total memory allocated....: 4857284 bytes +~~ total memory freed........: 4857284 bytes ~~ total allocations/frees...: 58481/58481 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/whatsapp_voice_and_message.pcap.out b/test/results/whatsapp_voice_and_message.pcap.out index 0e836fd72..9e8ec72cf 100644 --- a/test/results/whatsapp_voice_and_message.pcap.out +++ b/test/results/whatsapp_voice_and_message.pcap.out @@ -165,7 +165,7 @@ ~~ total detected protocols..: 8 ~~ total active/idle flows...: 13/13 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4883924 bytes -~~ total memory freed........: 4883924 bytes +~~ total memory allocated....: 4883916 bytes +~~ total memory freed........: 4883916 bytes ~~ total allocations/frees...: 58662/58662 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/whatsappfiles.pcap.out b/test/results/whatsappfiles.pcap.out index 3ace1edaa..bca227a7c 100644 --- a/test/results/whatsappfiles.pcap.out +++ b/test/results/whatsappfiles.pcap.out @@ -46,7 +46,7 @@ ~~ total detected protocols..: 2 ~~ total active/idle flows...: 2/2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4851760 bytes -~~ total memory freed........: 4851760 bytes +~~ total memory allocated....: 4851752 bytes +~~ total memory freed........: 4851752 bytes ~~ total allocations/frees...: 58995/58995 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/wireguard.pcap.out b/test/results/wireguard.pcap.out index c47d14056..d4af2ba63 100644 --- a/test/results/wireguard.pcap.out +++ b/test/results/wireguard.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4889654 bytes -~~ total memory freed........: 4889654 bytes +~~ total memory allocated....: 4889646 bytes +~~ total memory freed........: 4889646 bytes ~~ total allocations/frees...: 60757/60757 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/youtube_quic.pcap.out b/test/results/youtube_quic.pcap.out index c20142203..de4170d2a 100644 --- a/test/results/youtube_quic.pcap.out +++ b/test/results/youtube_quic.pcap.out @@ -59,7 +59,7 @@ ~~ total detected protocols..: 3 ~~ total active/idle flows...: 3/3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4834912 bytes -~~ total memory freed........: 4834912 bytes +~~ total memory allocated....: 4834904 bytes +~~ total memory freed........: 4834904 bytes ~~ total allocations/frees...: 58656/58656 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/youtubeupload.pcap.out b/test/results/youtubeupload.pcap.out index a4451aa5d..05fb7eb50 100644 --- a/test/results/youtubeupload.pcap.out +++ b/test/results/youtubeupload.pcap.out @@ -61,7 +61,7 @@ ~~ total detected protocols..: 3 ~~ total active/idle flows...: 3/3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4840768 bytes -~~ total memory freed........: 4840768 bytes +~~ total memory allocated....: 4840760 bytes +~~ total memory freed........: 4840760 bytes ~~ total allocations/frees...: 58522/58522 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/zabbix.pcap.out b/test/results/zabbix.pcap.out index 16c50cac7..a93f7f6fe 100644 --- a/test/results/zabbix.pcap.out +++ b/test/results/zabbix.pcap.out @@ -20,7 +20,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4820373 bytes -~~ total memory freed........: 4820373 bytes +~~ total memory allocated....: 4820365 bytes +~~ total memory freed........: 4820365 bytes ~~ total allocations/frees...: 58368/58368 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/zcash.pcap.out b/test/results/zcash.pcap.out index 02897cbe6..34271e42f 100644 --- a/test/results/zcash.pcap.out +++ b/test/results/zcash.pcap.out @@ -25,7 +25,7 @@ ~~ total detected protocols..: 1 ~~ total active/idle flows...: 1/1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 4834544 bytes -~~ total memory freed........: 4834544 bytes +~~ total memory allocated....: 4834536 bytes +~~ total memory freed........: 4834536 bytes ~~ total allocations/frees...: 58506/58506 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/test/results/zoom.pcap.out b/test/results/zoom.pcap.out index cf2139b7a..a07edc8e6 100644 --- a/test/results/zoom.pcap.out +++ b/test/results/zoom.pcap.out @@ -369,7 +369,7 @@ ~~ total detected protocols..: 29 ~~ total active/idle flows...: 33/33 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ total memory allocated....: 5164207 bytes -~~ total memory freed........: 5164207 bytes +~~ total memory allocated....: 5164199 bytes +~~ total memory freed........: 5164199 bytes ~~ total allocations/frees...: 59236/59236 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |