Skip to content

Commit

Permalink
v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nhnghia committed May 19, 2022
1 parent 26cb402 commit 92ce380
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
RELEASE NOTES
---
Version 1.7.3 (19 May 2022 - by HN)
- support `MMT_U16_ARRAY` data type
- 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


Version 1.7.2 (17 February 2022 - by @nhnghia)
- Classify and extract inband-network telemetry protocol and report
- Add mmt_u32_array and mmt_u64_array data type structs
Expand Down
2 changes: 1 addition & 1 deletion rules/common.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 1.7.2.0
VERSION := 1.7.3
GIT_VERSION := $(shell git log --format="%h" -n 1)
MMT_BASE ?=/opt/mmt
MMT_DPI ?= $(MMT_BASE)/dpi
Expand Down

0 comments on commit 92ce380

Please sign in to comment.