We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4013081 commit 4b3e0c8Copy full SHA for 4b3e0c8
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### Version 0.7.2
2
+
3
+- Add support for TCP Option parse
4
+- Fix a bug that could split the last ACK from the original FIN terminated flow
5
+- Adjust code file structure
6
7
### Version 0.7.1
8
9
- Migrate project from [CICFlowMeter Mk.6](https://github.com/Tomahawkd/CICFlowMeter-Mk.6)
pom.xml
@@ -7,7 +7,7 @@
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
10
- <inspector.version>0.7.1</inspector.version>
+ <inspector.version>0.7.2</inspector.version>
11
<bin.directory>bin</bin.directory>
12
</properties>
13
0 commit comments