Skip to content

Commit 747346f

Browse files
committed
Update to 6.2.1
1 parent 6fb5bc1 commit 747346f

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# nfstream.github.io
1+
# nfstream.org
22

33
[nfstream](https://nfstream.org) is a Python package providing fast, flexible, and expressive data structures
44
designed to make working with **online** or **offline** network data both easy and intuitive. It aims to be the
55
fundamental high-level building block for doing practical, **real world** network data analysis in Python.
66
Additionally, it has the broader goal of becoming **a common network data processing framework for researchers**
77
providing data reproducibility across experiments.
88

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).
1010

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>
1212

1313
## Getting Started
1414

docs/releases.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,23 @@ This page contains NFStream release history
1515

1616
- GitHub page: <https://github.com/aouinizied/nfstream>{:target="_blank"}
1717

18+
## Latest Official Release - v6.2.1
1819

19-
## Latest Official Release - v6.2.0
20+
Release date: 2020-11-10 {% include new-release.html %}
2021

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
2235

2336
* Complete rework of multi cpus scaling.
2437
* Add src_mac, src_oui, dst_mac, dst_oui flow features.
@@ -31,7 +44,7 @@ Release date: 2020-10-21 {% include new-release.html %}
3144

3245
## v6.1.3
3346

34-
Release date: 2020-09-21 {% include new-release.html %}
47+
Release date: 2020-09-21
3548

3649
* Add user_agent extraction on QUIC.
3750

0 commit comments

Comments
 (0)