Browse Source

v0.80/si
- Readme.md

Peter Siegrist 5 years ago
parent
commit
7e8727b72d
1 changed files with 9 additions and 4 deletions
  1. 9 4
      README.md

+ 9 - 4
README.md

@@ -28,17 +28,22 @@ Under some cirumstances the program/PID cannot be evaluated. This would be repor
 --------------------
 
 # ./sisniff.py -h
-usage: sisniff.py [-h] -i {eth0,lo,tun0,wlan0} [-n] [-pH] [filter]
+usage: sisniff.py [-h] -i {eth0,lo,tun0,wlan0} [-n] [-p program] [-pH] [-pHl]
+                  [filter]
+
+sisniff V0.80
 
 positional arguments:
-  filter                Pcap filter (BPF syntax) on top of IP (in dbl-quotes "...")
+  filter                Filter (BPF syntax) on top of IP (in dbl-quotes "...")
 
 optional arguments:
   -h, --help            show this help message and exit
   -i {eth0,lo,tun0,wlan0}
-                        Interface (mandatory)
+                        Interface (required)
   -n                    Do not resolve IP-Addresses
+  -p program            Filter by program name
   -pH                   Show HTTP Payload
+  -pHl                  Show HTTP Payload, long output
 
 --------------------
-</pre>
+</pre>