From c1347eb473140f0d9c2c578a6356698a1591eab9 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Wed, 13 May 2020 08:39:16 +0200 Subject: Update destination.py + filtrage.py --- www/html/destination.py | 2 +- www/html/filtrage.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/html/destination.py b/www/html/destination.py index 032d797..e0729b1 100755 --- a/www/html/destination.py +++ b/www/html/destination.py @@ -52,7 +52,7 @@ def index(req): """""") #write the html page - req.write(baseHTML("Destination",""" + req.write(baseHTML(ip,"""

IP Destination : """ + ip + """

Nombre de paquets en destination de """+ ip + """ : """+ str(count[0])+ """

diff --git a/www/html/filtrage.py b/www/html/filtrage.py index 2ec6a72..ca9cd30 100755 --- a/www/html/filtrage.py +++ b/www/html/filtrage.py @@ -9,7 +9,7 @@ def index(req): content=str() #write the html page - req.write(baseHTML("ATS-Project",""" + req.write(baseHTML("Filtrage","""

Filtrage

Pour voir le nombre de paquets en destination d'une adresse IP, cliquez sur cette dernière dans le tableau.
OK
-- cgit v1.2.3