Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ Run eclipse with sudo

```

## Run from Terminal (Windows Example)

```
java -Djava.library.path="C:\Users\your_user\Desktop\CICFlowMeter-master\jnetpcap\win\jnetpcap-1.4.r1425" -jar "C:\Users\your_user\Desktop\CICFlowMeter-master\target\CICFlowMeterV3-0.0.4-SNAPSHOT.jar" -i "C:\Users\your_user\Desktop\pcap" -o "C:\Users\your_user\Desktop\csv_files"
```


## Make package

### IntelliJ IDEA
Expand Down