mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 03:02:25 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user