HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

termshark — Terminal UI for `tshark`, but looks more like `wireshark`. More information: <https://github.com/gcl

Submitted by: @import:tldr-pages··
0
Viewed 0 times
terminalcommandbutclitermsharkfortsharklooks
linux

Problem

How to use the termshark command: Terminal UI for tshark, but looks more like wireshark. More information: <https://github.com/gcla/termshark/blob/master/docs/UserGuide.md>.

Solution

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}}

Code Snippets

Monitor the default network interface

sudo termshark

Specify the interface to monitor

sudo termshark {{interface}}

Context

tldr-pages: linux/termshark

Revisions (0)

No revisions yet.