Skip to content

Releases: Montimage/mmt-dpi

Release v1.7.10

17 Jul 08:41
Compare
Choose a tag to compare
Fixed bug in INT protocol when parsing cloudgaming metadata

Release v1.7.9-ncu

15 Jun 12:34
Compare
Choose a tag to compare
v1.7.9-sancus

Release v1.7.9

03 Jun 11:35
Compare
Choose a tag to compare
- add HTTP2 mutation functions

- update Inband Network Telemetry protocol to parse 10th attribute

Release v1.7.8

17 May 11:55
Compare
Choose a tag to compare
improved and fixed minor issues in http2 protocol

Release v1.7.7

04 May 15:37
Compare
Choose a tag to compare
Version 1.7.7: add http2 protocol

Release v1.7.6

16 Mar 13:12
Compare
Choose a tag to compare
Version 1.7.6 (16 Mar 2023 - by HN)

- classify and extract attributes of QUIC IETF rfc9000
- calculate RTT, in microsecond, of QUIC packets by using QUIC spinbit.
Every QUIC packets in the same flight will receive the same RTT.

Release v1.7.5

30 Nov 09:59
Compare
Choose a tag to compare
- fixed multiple definition errors in sctp.h when compiling using gcc 11

Release v1.7.4

14 Oct 09:38
Compare
Choose a tag to compare
Version 1.7.4 (13 Oct 2022 - HN)

- extend `ngap.ran_ue_id` to store 64-bit values (instead of 16 bit)
- add `p_data_len` to `meta` to represent size of `p_data` attribute

Release v1.7.3

19 May 14:15
Compare
Choose a tag to compare
1. support `MMT_U16_ARRAY` data type

2. Inspire5G+: add rule 79 to ensure DTLS traffic is in v1.2 or v1.3 and
its ciphersuite is in a given list giving by
`MMT_SEC_DTLS_CIPHER_ALLOWLIST` environment variable

Release v1.7.2

15 Apr 12:20
Compare
Choose a tag to compare
- Classify and extract inband-network telemetry protocol and report

- Add mmt_u32_array and mmt_u64_array data type struct
- Fixed [bug](#2) in GTP classification
- Extract pdu extension of GTP: `next_header_type`, `pdu_length`,
`pdu_type`, `pdu_qfi`, `pdu_next_header_type`
- Enable Github CI to check code and upload debian package when
releasing new tag