1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "TERMSHARK" "1" "April 2019" "" ""
.
.SH "NAME"
\fBtermshark\fR \- A wireshark\-inspired terminal user interface for tshark
.
.SH "SYNOPSIS"
\fBtermshark\fR [options] [FilterOrFile]
.
.SH "DESCRIPTION"
A wireshark\-inspired terminal user interface for tshark\. Analyze network traffic interactively from your terminal\. See https://github\.com/gcla/termshark for more information\.
.
.SH "OPTIONS"
.
.TP
\fB\-i\fR=\fIinterface\fR
Interface to read\.
.
.TP
\fB\-r\fR=\fIfile\fR
Pcap file to read\.
.
.TP
\fB\-d\fR=\fIlayer_type\fR==\fIselector\fR,\fIdecode\-as protocol\fR
Specify dissection of layer type\.
.
.TP
\fB\-Y\fR=\fIdisplaY_filter\fR
Apply display filter\.
.
.TP
\fB\-f\fR=\fIcapture_filter\fR
Apply capture filter\.
.
.TP
\fB\-\-pass\-thru\fR=[yes|no|auto|true|false]
Run tshark instead (auto => if stdout is not a tty)\. (default: auto)
.
.TP
\fB\-\-log\-tty\fR=[yes|no|true|false]
Log to the terminal\.\. (default: false)
.
.TP
\fB\-h\fR, \fB\-\-help\fR
Show this help message\.
.
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version information\.
.
.SH "ARGUMENTS"
\fBFilterOrFile\fR
.
.IP "" 4
.
.nf
Filter (capture for iface, display for pcap), or pcap file to read\.
.
.fi
.
.IP "" 0
.
.SH "SEE ALSO"
tshark(1)
|