Fix typos.

This commit is contained in:
aouinizied 2019-12-03 20:05:55 +01:00
parent c8e0a4660a
commit 8ed54d9f1a
2 changed files with 19 additions and 12 deletions

View file

@ -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"

View file

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