Skip to content

Commit e080dfd

Browse files
committed
Update releases.
1 parent ab55043 commit e080dfd

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

docs/api.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ In the following we detail each implemented feature.
136136
| `requested_server_name` | `str` | Requested server name (SSL/TLS, DNS, HTTP). |
137137
| `client_fingerprint` | `str` | Client fingerprint (DHCP fingerprint for DHCP, [JA3][ja3] for SSL/TLS and [HASSH][hassh] for SSH). |
138138
| `server_fingerprint` | `str` | Server fingerprint ([JA3][ja3] for SSL/TLS and [HASSH][hassh] for SSH). |
139-
| `http_user_agent` | `str` | Extracted HTTP user agent. |
140-
| `http_content_type` | `str` | Extracted HTTP content type. |
139+
| `user_agent` | `str` | Extracted user agent for HTTP or User Agent Identifier for QUIC. |
140+
| `content_type` | `str` | Extracted HTTP content type. |
141141

142142
#### Post-Mortem Statistical Features (statistical_analysis=True)
143143

@@ -231,7 +231,6 @@ class NFPlugin(object):
231231
flow.udps.packet_40_count = 0
232232
----------------------------------------------------------------
233233
"""
234-
pass
235234

236235
def on_update(self, packet, flow):
237236
"""
@@ -242,7 +241,6 @@ class NFPlugin(object):
242241
flow.udps.packet_40_count += 1
243242
----------------------------------------------------------------
244243
"""
245-
pass
246244

247245
def on_expire(self, flow):
248246
"""
@@ -261,7 +259,6 @@ class NFPlugin(object):
261259
del self.large_dict_passed_as_plugin_attribute
262260
----------------------------------------------------------------
263261
"""
264-
pass
265262
```
266263

267264
### NFPacket object

docs/datasets.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ nav_order: 5
77

88
# NFStream Datasets
99

10-
As part of NFStream Framework, we offer an open datasets collection that are collected using NFStream in several network
10+
As part of NFStream Framework, we offer an open datasets collection that are collected using NFStream from several network
1111
environments. Our goal is to make network traffic measurement and analytics experiments simple, comparable, and
12-
reproducible (**coming soon**).
12+
reproducible. Datasets are built using NFStream default values. We enable both statistical and SPLT analysis. Generated
13+
CSVs file are anonymized using Blake2 algorithm with a randomly generated 64 bytes secret key. (**coming soon**)
1314

1415
## Table of contents
1516
{: .no_toc .text-delta }

docs/releases.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,17 @@ This page contains NFStream release history
1515

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

18+
19+
## Latest Official Release - v6.1.3
20+
21+
Release date: 2020-09-21 {% include new-release.html %}
22+
23+
* Add user_agent extraction on QUIC.
24+
25+
1826
## Latest Official Release - v6.1.2
1927

20-
Release date: 2020-09-17 {% include new-release.html %}
28+
Release date: 2020-09-17
2129

2230
* Limit contention by excluding hyperthreading from scaling heuristic.
2331
* Change idle and active timeouts default values.

0 commit comments

Comments
 (0)