Showing 1 changed files with 4 additions and 4 deletions
+4 -4
README.md
... ...
@@ -1,9 +1,9 @@
1 1
 # cleanpcap
2 2
 
3 3
 # Description :
4
- Small tool to dump packets according to the originated PID.
5
- This is heavily inspired by [nethogs](https://github.com/raboof/nethogs).
6
- So everything should be put under GPLv3 (**TODO**)
4
+- Small tool to dump packets according to the originated PID.
5
+- This is heavily inspired by [nethogs](https://github.com/raboof/nethogs).
6
+- So everything should be put under GPLv2 (**TODO**)
7 7
 
8 8
 # Know Bugs :
9 9
 * IPv4 only
... ...
@@ -14,7 +14,7 @@
14 14
 * By default eth0 will be used with capture filter "ip" :
15 15
  		sudo cleanpcap
16 16
 
17
-* Changin capture interface :
17
+* Changing capture interface :
18 18
  		sudo cleanpcap wlan0
19 19
 
20 20
 * Changing capture filter (**Interface must be specified in that case**)