File tree 2 files changed +19
-6
lines changed
2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 1
- # nfstream.github.io
1
+ # nfstream.org
2
2
3
3
[ nfstream] ( https://nfstream.org ) is a Python package providing fast, flexible, and expressive data structures
4
4
designed to make working with ** online** or ** offline** network data both easy and intuitive. It aims to be the
5
5
fundamental high-level building block for doing practical, ** real world** network data analysis in Python.
6
6
Additionally, it has the broader goal of becoming ** a common network data processing framework for researchers**
7
7
providing data reproducibility across experiments.
8
8
9
- This repo contains the content for [ nfstream web-site] ( https://nfstream.org ) .
9
+ This repo contains the content for [ NFStream web-site] ( https://nfstream.org ) .
10
10
11
- The project itself can be found here: < https://github.com/aouinizied /nfstream >
11
+ The project itself can be found here: < https://github.com/nfstream /nfstream >
12
12
13
13
## Getting Started
14
14
Original file line number Diff line number Diff line change @@ -15,10 +15,23 @@ This page contains NFStream release history
15
15
16
16
- GitHub page: < https://github.com/aouinizied/nfstream > {: target ="_ blank"}
17
17
18
+ ## Latest Official Release - v6.2.1
18
19
19
- ## Latest Official Release - v6.2.0
20
+ Release date: 2020-11-10 {% include new-release.html %}
20
21
21
- Release date: 2020-10-21 {% include new-release.html %}
22
+ * Add raw IPv4/IPv6 datalink type support.
23
+ * Make plugins importable.
24
+ * Improve libpcap integration.
25
+ * nDPI maintenance update.
26
+ * Fix IPv6 extension headers handling.
27
+ * Fix autoscale.
28
+ * Fix DHCP plugin.
29
+ * Fix stratup drops.
30
+
31
+
32
+ ## v6.2.0
33
+
34
+ Release date: 2020-10-21
22
35
23
36
* Complete rework of multi cpus scaling.
24
37
* Add src_mac, src_oui, dst_mac, dst_oui flow features.
@@ -31,7 +44,7 @@ Release date: 2020-10-21 {% include new-release.html %}
31
44
32
45
## v6.1.3
33
46
34
- Release date: 2020-09-21 {% include new-release.html %}
47
+ Release date: 2020-09-21
35
48
36
49
* Add user_agent extraction on QUIC.
37
50
You can’t perform that action at this time.
0 commit comments