pages*: fix various proper names, acronyms and initialisms (#12494)

This commit is contained in:
Vitor Henrique
2024-03-14 02:01:06 -03:00
committed by GitHub
parent 33770df77d
commit 935d605998
243 changed files with 415 additions and 415 deletions

View File

@@ -3,7 +3,7 @@
> Summarise TCP/IP dumps into a human and machine readable ASCII format.
> More information: <https://manned.org/ipsumdump>.
- Print the source and destination IP addresses of all packets in a pcap file:
- Print the source and destination IP addresses of all packets in a PCAP file:
`ipsumdump --src --dst {{path/to/file.pcap}}`
@@ -11,6 +11,6 @@
`ipsumdump --interface {{eth0}} -tsSdDp`
- Print the anonymised source address, anonymised destination address, and IP packet length of all packets in a pcap file:
- Print the anonymised source address, anonymised destination address, and IP packet length of all packets in a PCAP file:
`ipsumdump --src --dst --length --anonymize {{path/to/file.pcap}}`