You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
sCap - Version: 1.0.3 Snapshot Build 19
1
+
sCap - Version: 1.0.4 Snapshot Build 21
2
2
----
3
3
4
-
sCap is open source commandline application project which makes you able to scan, capture and dump incoming tcp/udp/icmp traffic. Software is written for educational purposes and is distributed in the hope that it will be useful for anyone interested in this field.
4
+
sCap is open source commandline application project which uses system sockets and makes you able to scan, capture and dump incoming tcp/udp/icmp traffic without libcap. Software is written for educational purposes and is distributed in the hope that it will be useful for anyone interested in this field.
5
5
6
6
###Usage
7
7
```
@@ -12,7 +12,7 @@ options are:
12
12
-h # print help and usage
13
13
```
14
14
15
-
With option -i, you can capture incomming traffic and log ip/udp/tcp/icmp headers in file. If you add option -d, sCap will capture this headers and also it will dump incomming traffic data in file. Without those arguments, sCap only counts numbers of incoming packets.
15
+
With option -i, you can capture incoming traffic and log ip/udp/tcp/icmp headers in file. If you add option -d, sCap will capture headers and also it will dump incoming traffic data in log file. Without those arguments, sCap only counts numbers of incoming packets.
16
16
17
17
###Installation
18
18
Compilation of this project is possible with Makefile (just type 'make' in terminal).
0 commit comments