1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

pcapfix: add German translation (#12255)

* pcapfix: add German translation

---------

Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
Marek Küthe 2024-03-20 02:43:57 +01:00 committed by GitHub
parent 9483a85e15
commit cca6e2b3b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 25 additions and 1 deletions

View file

@ -0,0 +1,24 @@
# pcapfix
> Repariere beschädigte oder korrumpierte `pcap`- und `pcapng`-Dateien.
> Weitere Informationen: <https://f00l.de/pcapfix/>.
- Repariere eine `pcap`/`pcapng`-Datei (Hinweis: bei `pcap`-Dateien werden nur die ersten 262144 Bytes jedes Pakets gescannt):
`pcapfix {{pfad/zu/datei.pcapng}}`
- Repariere eine ganze `pcap`-Datei:
`pcapfix --deep-scan {{pfad/zu/datei.pcap}}`
- Repariere eine `pcap`/`pcapng`-Datei und schreibe die Reparieree Datei an einen bestimmten Speicherort:
`pcapfix --outfile {{pfad/zu/Repariere.pcap}} {{pfad/zu/datei.pcap}}`
- Behandle die zu reparierende Datei als `pcapng`-Datei, unabhängig von der automatischen Typenerkennung:
`pcapfix --pcapng {{pfad/zu/datei.pcapng}}`
- Repariere eine Datei und zeige den Reparaturprozess im Detail:
`pcapfix --verbose {{pfad/zu/datei.pcap}}`

View file

@ -15,7 +15,7 @@
`pcapfix --outfile {{path/to/repaired.pcap}} {{path/to/file.pcap}}`
- Repair a PcapNG file and treat it as a PcapNG file, ignoring the automatic recognition:
- Treat the specified file as a PcapNG file, ignoring automatic recognition:
`pcapfix --pcapng {{path/to/file.pcapng}}`