Skip to content

Commit

Permalink
Update README.md #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
verovaleros authored May 19, 2023
1 parent a3f48b6 commit 4c4e976
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,18 @@ NetflowLabeler is a Python tool to add labels to text-based network flow files.
- __zeek-files-labeler.py__ can label the rest of the Zeek log files, using the labels in the conn.log file.


# Usage for labeling a conn.log file
## Usage

netflowlabeler.py -c <configFile> [-v <verbose>] [-d DEBUG] -f <netflowFile> [-h]
To label a conn.log file from a configuration file:

# Usage for using the labels in a conn.log file to label the rest of the Zeek files
```python
netflowlabeler.py -c <configFile> [-v <verbose>] [-d DEBUG] -f <netflowFile> [-h]
```
To label the rest of the Zeek files using an already labeled conn.log file (conn.log.labeled):

zeek-files-labeler.py -l conn.log.labeled -f folder-with-zeek-log-files
```python
zeek-files-labeler.py -l conn.log.labeled -f folder-with-zeek-log-files
```

# Features

Expand Down

0 comments on commit 4c4e976

Please sign in to comment.