informatique:fortinet:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| informatique:fortinet:start [2025/11/14 08:04] – [OSPF] authentification MD5 pteu | informatique:fortinet:start [2026/09/14 14:45] (current) – [sniffer packet] pteu | ||
|---|---|---|---|
| Line 1960: | Line 1960: | ||
| # Match packets with SYN and no ACK flags set: | # Match packets with SYN and no ACK flags set: | ||
| diagnose sniffer packet internal " | diagnose sniffer packet internal " | ||
| + | |||
| + | # Match packets with FIN flag set: | ||
| + | diagnose sniffer packet any " | ||
| + | # ou plus simplement : | ||
| + | diagnose sniffer packet any " | ||
| diagnose debug app hatalk 255 | diagnose debug app hatalk 255 | ||
| Line 1973: | Line 1978: | ||
| </ | </ | ||
| + | Liste des tous les noms de constantes utilisables avec l' | ||
| + | * SYN (Demande de connexion) : '' | ||
| + | * ACK (Acquittement) : '' | ||
| + | * FIN (Fermeture) : '' | ||
| + | * RST (Reset / Réinitialisation forcée) : '' | ||
| + | * PSH (Pousser les données) : '' | ||
| + | * URG (Données urgentes) : '' | ||
| + | |||
| + | Exemple pour matcher les paquets SYN ou FIN : | ||
| + | <code bash> | ||
| + | diagnose sniffer packet any " | ||
| + | </ | ||
| + | |||
| + | Elle ne remplace pas certaines expressions plus optimisables en chiffres : | ||
| + | <code bash> | ||
| + | # Match packets with SYN and no ACK flags set: | ||
| + | diagnose sniffer packet internal " | ||
| + | </ | ||
| =====Packet capture===== | =====Packet capture===== | ||
informatique/fortinet/start.txt · Last modified: 2026/09/14 14:45 by pteu