summaryrefslogtreecommitdiffstats
path: root/rules/wireshark.in
blob: cc9540b20ca03414587b154aa8160a1c33b6def6 (plain)
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
## SECTION=networking
menuconfig WIRESHARK
	tristate
	prompt "wireshark                     "
	select LIBC_M
	select LIBPCAP
	select GLIB
	select LIBPCRE
	help
	  Wireshark is a network traffic analyzer for Unix
	  and Unix-like operating systems. It is a tool used
	  to capture packets off the wire. Wireshark decodes
	  numerous protocols (too many to list).

if WIRESHARK

config WIRESHARK_TSHARK
	bool

	prompt "tshark"
	help
	  This is the textmode version of wireshark

# FIXME:
#config WIRESHARK_WIRESHARK
#	bool
#	prompt "wireshark"
#	help
#	  This is the graphical version of wireshark
#

endif