From 44af1057fdb096108f6115277a93a11233b6ff44 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Fri, 15 May 2020 11:40:56 +0200 Subject: ajout de contenu dans analyse --- www/html/analyse.py | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'www/html/analyse.py') diff --git a/www/html/analyse.py b/www/html/analyse.py index df72cae..83c8eeb 100755 --- a/www/html/analyse.py +++ b/www/html/analyse.py @@ -37,12 +37,20 @@ def index(req): #write the html page + nomProtocole=["UDP","TCP"] + nbParProtocole=[5,7] + req.write(baseHTML("ATS-Project","""

Analyse

-

Nombre total de paquets : """+total+"""

-

Nombre total d'adresses IP source differentes : """+total_ip_src+"""

-

Nombre total d'adresses IP destination differentes : """+total_ip_dst+"""

-

Nombre total de ports source differents : """+total_port_src+"""

-

Nombre total de ports destination differents : """+total_port_dst+"""

+ + + + """ )) -- cgit v1.2.3