Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Commit

Permalink
Fix spaces after slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan Lembke committed Jan 8, 2019
1 parent a8f797c commit a6dd4fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Developer Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ the new version and attach the resulting tarball to the release.

### Replaying a PCAP with Netflow Data

While any PCAP can be converted into IPFIX records using YAF (see [Generating Data.md](./Generating%20Data.md)), PCAPs which contain raw Netflow v5/ v9/ IPFix
While any PCAP can be converted into IPFIX records using YAF (see [Generating Data.md](./Generating%20Data.md)), PCAPs which contain raw Netflow v5/v9/IPFix
data may be replayed directly using the [replay-pcap.py script](../dev-scripts/replay-pcap.py).

The script requires **python3** and **scapy**. **scapy** can be installed by running `pip3 install scapy`.
Expand Down Expand Up @@ -108,7 +108,7 @@ Records stored in PCAP files can be converted into IPFIX flows using YAF. In thi
in the PCAP can be aligned to the current date using the [align_pcap_to_today.sh](../dev-scripts/align_pcap_to_today.sh) script before YAF performs the conversion.

However, this alignment can't be performed when replaying raw
Netflow v5/ v9/ IPFix data as recorded in a PCAP.
Netflow v5/v9/IPFix data as recorded in a PCAP.

Restarting IPFix-RITA with the following commands prevents this problem from
occurring by disabling the database rotation.
Expand Down

0 comments on commit a6dd4fe

Please sign in to comment.