mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:15:32 +02:00
termshark: add page (#16826)
This commit is contained in:
parent
7743855c9b
commit
46115d72c6
1 changed files with 12 additions and 0 deletions
12
pages/linux/termshark.md
Normal file
12
pages/linux/termshark.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# termshark
|
||||
|
||||
> Terminal UI for `tshark`, but looks more like `wireshark`.
|
||||
> More information: <https://github.com/gcla/termshark/blob/master/docs/UserGuide.md>.
|
||||
|
||||
- Monitor the default network interface:
|
||||
|
||||
`sudo termshark`
|
||||
|
||||
- Specify the interface to monitor:
|
||||
|
||||
`sudo termshark {{interface}}`
|
Loading…
Add table
Reference in a new issue