Browse Source

Update README.md

Peter Siegrist 6 years ago
parent
commit
7b91666e11
1 changed files with 11 additions and 8 deletions
  1. 11 8
      README.md

+ 11 - 8
README.md

@@ -3,17 +3,19 @@ sisniff
 
 A commandline network sniffer showing the applications belonging to each packet.
 
-It supports TCP, UDP and ICMP packets.
-The Sniffer accepts some filter like tcpdump.
-
-For HTTP connections, there is an argument to show part of its payload.
-
-!! sisniff uses scapy's sniff() function, so scapy package is needed:
-!! debian: apt-get install scapy
-!! other systems: http://www.secdev.org/projects/scapy
+It supports TCP, UDP and ICMP packets.<br>
+The Sniffer accepts some filter like tcpdump.<br>
+<p>
 
+For HTTP connections, there is an argument to show part of its payload.<br>
 
+<p><i>
+!! sisniff uses scapy's sniff() function, so scapy package is needed:<br>
+!! debian: apt-get install scapy<br>
+!! other systems: http://www.secdev.org/projects/scapy<br><p>
+</i>
 
+<pre>
 --------------------
 
 # ./sisniff.py -h
@@ -30,3 +32,4 @@ optional arguments:
   -pH                   Show HTTP Payload
 
 --------------------
+</pre>