summaryrefslogtreecommitdiffstats
path: root/rules/wireshark.in
blob: c9432b3330168af58bf63645fc14a2d5ca02dabd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## SECTION=networking

config WIRESHARK
	tristate
	prompt "tshark (cli of wireshark)"
	select LIBC_M
	select LIBNL3
	select LIBPCAP
	select GLIB
	select ZLIB
	help
	  TShark is a network protocol analyzer.  It lets you capture packet data
	  from a live network, or read packets from a previously saved capture
	  file, either printing a decoded form of those packets to the standard
	  output or writing the packets to a file.  TShark's native capture file
	  format is libpcap format, which is also the format used by tcpdump and
	  various other tools. TShark is able to detect, read and write the same
	  capture files that are supported by Wireshark. The gtk frontend wireshark
	  can open the capture file and display the content of capture.