This commit is contained in:
JOLIMAITRE Matthieu 2024-06-21 03:42:56 +02:00
parent 1a832d30b9
commit aaba72658c
2 changed files with 36 additions and 13 deletions

View file

@ -163,13 +163,25 @@ Le PcapNg introduit les fonctionnalités suivantes :
```sh
pcap_analyzer ./trace2.pcap stats
# Count: 30611000
# Count IPv4: 28893393
# non-IPv4 count: 1717607
# Count: 30611000
# Count IPv4: 28893393
# non-IPv4 count: 1717607
# First timestamp: 1474265898.92
# Last timestamp: 1474309098.10
# Avg packet rate: 0.0014
# Errors: 1717607
```
La trace contient 28 893 393 paquets IPv4.
#### How many non-IPv4 packets does the trace contain (as non-IPv4 count:)?
La trace contient 1 717 607 paquets non-IPv4.
La trace contient 1 717 607 paquets non-IPv4.
#### What is the timestamp of the first packet in the trace, including at least two decimal places. (as First timestamp:)?
Le timestamp du premier paquet de la trace est 1 474 265 898.92 secondes.
#### What is the average packet rate (in packets per second to two decimal places) of the trace (as Avg packet rate:)?
Le taux de paquets de la trace est 0.0014 paquet par seconde.