mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-22 11:13:29 +00:00
Fix typos.
This commit is contained in:
parent
c8e0a4660a
commit
8ed54d9f1a
2 changed files with 19 additions and 12 deletions
|
|
@ -7,6 +7,13 @@ matrix:
|
|||
python: '3.6'
|
||||
compiler: gcc
|
||||
|
||||
- os: osx
|
||||
language: generic
|
||||
env: TRAVIS_PYTHON_VERSION="3.7", CC=gcc, CXX=g++
|
||||
osx_image: xcode10.1
|
||||
python: '3.7'
|
||||
compiler: gcc
|
||||
|
||||
- os: linux
|
||||
language: python
|
||||
python: "pypy3"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
##########################
|
||||
Get started with nfstream!
|
||||
##########################
|
||||
#########################
|
||||
Get started with nfstream
|
||||
#########################
|
||||
|
||||
|
||||
Dealing with a big pcap file and just want to aggregate it as network flows?
|
||||
|
|
@ -24,9 +24,9 @@ nfstream make this path easier in few lines:
|
|||
print(flow) # print, append to pandas Dataframe or whatever you want :)!
|
||||
|
||||
|
||||
**********
|
||||
NFStreamer
|
||||
**********
|
||||
*****************
|
||||
NFStreamer object
|
||||
*****************
|
||||
* ``source`` [default= ``None`` ]
|
||||
|
||||
- Source of packets. Can be ``live_interface_name`` or ``pcap_file_path``.
|
||||
|
|
@ -65,9 +65,9 @@ NFStreamer
|
|||
|
||||
NFStreamer returns an iterator of **NFFlow** object.
|
||||
|
||||
******
|
||||
NFFlow
|
||||
******
|
||||
*************
|
||||
NFFlow object
|
||||
*************
|
||||
|
||||
.. list-table:: NFFlow object
|
||||
:widths: 25 25 50
|
||||
|
|
@ -166,9 +166,9 @@ NFFlow
|
|||
|
||||
**NFFlow** is an aggregation of **NFPacket** objects.
|
||||
|
||||
********
|
||||
NFPacket
|
||||
********
|
||||
***************
|
||||
NFPacket object
|
||||
***************
|
||||
|
||||
.. list-table:: NFPacket object
|
||||
:widths: 25 25 50
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue