Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-15 00:13:13 +00:00
parent d0d0a703c0
commit 0372a9907d
122 changed files with 278 additions and 217 deletions

View File

@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
> Produce aggregate statistics of TCP/IP dumps.
> More information: <https://manned.org/ipaggcreate>.
- Count the number of packets sent from each source address appearing in a pcap file:
- Count the number of packets sent from each source address appearing in a PCAP file:
`ipaggcreate --src {{path/to/file.pcap}}`
@@ -16,6 +16,6 @@ source: https://github.com/tldr-pages/tldr.git
`ipaggcreate --interface {{eth0}} --length`
- Count the number of bytes sent between each address pair appearing in a pcap file:
- Count the number of bytes sent between each address pair appearing in a PCAP file:
`ipaggcreate --address-pairs --bytes {{path/to/file.pcap}}`