aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclyhtsuriva <clyhtsuriva@gmail.com>2020-05-16 11:53:59 +0200
committerclyhtsuriva <clyhtsuriva@gmail.com>2020-05-16 11:53:59 +0200
commitaa980079ce2039e6fbfa24aeeba077234a5d3406 (patch)
tree307f034b0c5a32d8048b0abd223836ba818756a4
parent87ab19eaf5bb718427cb584c356a53a6d12ee1dc (diff)
changement de protocole
-rwxr-xr-xwww/html/syntaxe.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/html/syntaxe.py b/www/html/syntaxe.py
index 61ef7b3..8f941b5 100755
--- a/www/html/syntaxe.py
+++ b/www/html/syntaxe.py
@@ -16,10 +16,10 @@ def index(req):
<table>
<tr><th>colonne</th><th>valeur</th><th>exemple</th></tr>
<tr><td>heure</td><td>hh:mm:ss</td><td>heure='10:41:30'</td></tr>
-<tr><td>protocole</td><td>texte</td><td>protocole='ICMP'</td></tr>
-<tr><td>ip_source</td><td>W.X.Y.Z</td><td>ip_source='10.110.178.156'</td></tr>
+<tr><td>protocole</td><td>texte</td><td>protocole='TCP'</td></tr>
+<tr><td>ip_source</td><td>W.X.Y.Z</td><td>ip_source='10.0.2.15'</td></tr>
<tr><td>ip_destination</td><td>W.X.Y.Z</td><td>ip_destination='1.1.1.1'</td></tr>
-<tr><td>port_source</td><td>X</td><td>port_source='10000'</td></tr>
-<tr><td>port_destination</td><td>X</td><td>port_destination='56'</td></tr>
+<tr><td>port_source</td><td>X</td><td>port_source='35042'</td></tr>
+<tr><td>port_destination</td><td>X</td><td>port_destination='80'</td></tr>
</table>
"""))