Browse Source

Update README.md

Peter Siegrist 5 years ago
parent
commit
24fd9a9fcf
1 changed files with 4 additions and 1 deletions
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -1,4 +1,5 @@
-== sisniff
+sisniff
+-------
 
 A commandline network sniffer showing the applications belonging to each packet.
 
@@ -14,6 +15,7 @@ For HTTP connections, there is an argument to show part of its payload.
 
 
 --------------------
+
 # ./sisniff.py -h
 usage: sisniff.py [-h] -i {eth0,lo,tun0,wlan0} [-n] [-pH] [filter]
 
@@ -26,4 +28,5 @@ optional arguments:
                         Interface (mandatory)
   -n                    Do not resolve IP-Addresses
   -pH                   Show HTTP Payload
+
 --------------------