Skip to content

Commit bc7993f

Browse files
committed
Minor Fixes.
1 parent 8e1ee4e commit bc7993f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ each time a new NFPacket is mapped to the flow entry. Finally, on_expire is perf
9191
expired. Consequently, extending NFStream is simple. Adding new flow features or ML model outcomes can be achieved
9292
in just a few lines.
9393

94-
## Socket collector
94+
## Socket Collector
9595
Socket collector probes the Operating System logs to construct a view of the active connections table.
9696
It is only activated when system visibility mode is set for end-host ground truth generation. The collector detects
9797
creation and closing of connections and send these state updates to the streamer.

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: NFStream - a Flexible Network Data Analysis Framework.
2+
title: NFStream - a Flexible Network Flow Data Analysis Framework.
33
layout: generic-page
44
nav_exclude: true
55
---
@@ -8,8 +8,8 @@
88
<header class="lp-header">
99
<meta name="image" property="og:image" content="https://www.nfstream.org/resources/preview.png">
1010
<div class="lp-center">
11-
<h1 style="font-weight: bold">NFStream: Flexible Network Data Analysis Framework</h1>
12-
<h2 style="padding-bottom: 30px">a multiplatform Python framework providing fast, flexible, and expressive data structures designed to make working with online or offline network data easy and intuitive.</h2>
11+
<h1 style="font-weight: bold">NFStream: Flexible Network Flow Data Analysis Framework</h1>
12+
<h2 style="padding-bottom: 30px">NFStream is a multiplatform Python framework providing fast, flexible, and expressive data structures designed to make working with network flow data easy and intuitive.</h2>
1313
<a href="https://mybinder.org/v2/gh/aouinizied/nfstream-tutorials/master?filepath=demo_notebook.ipynb" class="btn btn-blue fs-5 mb-3 mb-md-5 mr-5">Live Notebook</a>
1414
<a href="{{ site.baseurl }}/docs/" class="btn btn-blue fs-5 mb-3 mb-md-5">Get Started</a>
1515
</div>
@@ -50,8 +50,8 @@ <h2>Network Flow aggregation and statistical features extraction</h2>
5050
splt_analysis=10)
5151

5252
df = offline_streamer.to_pandas(columns_to_anonymize=())
53-
total_flows = offline_streamer.to_csv(flows_per_file=10000,
54-
columns_to_anonymize=())
53+
n_flows = offline_streamer.to_csv(flows_per_file=10000,
54+
columns_to_anonymize=())
5555

5656
{% endhighlight %}
5757
</div>

0 commit comments

Comments
 (0)