Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit eb52ab5

Browse files
authored
Update README.md
1 parent 44ab90d commit eb52ab5

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# Python CICFlowMeter
22

3-
> This project is not maintained actively by me. If you found something wrong (bugs, incorrect results) feel free to create merge request.
3+
> This project is cloned from [Python Wrapper CICflowmeter](https://gitlab.com/hieulw/cicflowmeter) and customized to fit my need. Therefore, it is not maintained actively. If there are any problems, please create an issue or a pull request.
44
5-
### Installation
65

6+
### Installation
77
```sh
8-
git clone https://gitlab.com/hieulw/cicflowmeter
8+
git clone https://github.com/datthinh1801/cicflowmeter.git
99
cd cicflowmeter
10-
python setup.py install
10+
python3 setup.py install
1111
```
1212

1313
### Usage
14-
1514
```sh
1615
usage: cicflowmeter [-h] (-i INPUT_INTERFACE | -f INPUT_FILE) [-c] [-u URL_MODEL] output
1716

@@ -37,4 +36,4 @@ Sniff packets real-time from interface to flow csv: (**need root permission**)
3736
cicflowmeter -i eth0 -c flows.csv
3837
```
3938

40-
### Reference: https://www.unb.ca/cic/research/applications.html#CICFlowMeter
39+
- Reference: https://www.unb.ca/cic/research/applications.html#CICFlowMeter

0 commit comments

Comments
 (0)