aboutsummaryrefslogtreecommitdiffstats
path: root/analyse
diff options
context:
space:
mode:
Diffstat (limited to 'analyse')
-rw-r--r--analyse/script.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/analyse/script.sh b/analyse/script.sh
new file mode 100644
index 0000000..aca8ed0
--- /dev/null
+++ b/analyse/script.sh
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+while :
+do
+
+ sudo tcpdump -i eth1 -nn -c1 -A src 192.168.52.19 -w capture.pcap
+ sudo tcpdump -r capture.pcap > grostas
+ cat grostas | cut -d" " -f1 >> heure.txt
+ cat grostas | cut -d" " -f2 >> protocole.txt
+ cat grostas | cut -d" " -f3 >> source.txt
+ cat grostas | cut -d" " -f5 >> destination.txt
+ tail -n1 heure.txt
+ tail -n1 protocole.txt
+ tail -n1 source.txt
+ tail -n1 destination.txt
+done
+
+
+
class='logmsg'> 2021-06-27Delete TEST-musichub.business.CategoryTest.xmlSaid Belhadj1-58/+0 2021-06-27Add unit test for Category and Languagesaid belhadj4-0/+164 2021-06-27Update search functionalitysaid belhadj2-0/+8 2021-06-27Added an extension check for songs and covered it with a test.Clyhtsuriva65-77/+92 2021-06-27Fix : Javadoc missingClyhtsuriva80-0/+8465 2021-06-27PlayList class covered at 84%.Clyhtsuriva14-78/+117 2021-06-27Song class fully covered.Clyhtsuriva13-49/+96 2021-06-27Starting Song testsClyhtsuriva17-59/+119 2021-06-27Changed the log type for the JUnit test of LogHandlerClyhtsuriva5-26/+4 2021-06-27XMLHandler tests covered at 91%Clyhtsuriva93-7962/+82