From 8ed54d9f1ae7ef892327706d03dcd3cc8690b2d8 Mon Sep 17 00:00:00 2001 From: aouinizied Date: Tue, 3 Dec 2019 20:05:55 +0100 Subject: [PATCH] Fix typos. --- .travis.yml | 7 +++++++ docs/source/get_started.rst | 24 ++++++++++++------------ 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index baa1432..bc9bca9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" diff --git a/docs/source/get_started.rst b/docs/source/get_started.rst index 22ccb0a..1841bbd 100644 --- a/docs/source/get_started.rst +++ b/docs/source/get_started.rst @@ -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