summaryrefslogtreecommitdiffstats
path: root/rules/wireshark.in
blob: ae9695028c5edbb76dacd5bf6c2f61ea5c874997 (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
33
34
35
36
37
38
39
40
41
menuconfig WIRESHARK
	bool
	depends on BROKEN
	# incorrectly runs libgnutls-config from the host while trying
	# to find out where tls is
	default n
	prompt "wireshark           "
	select LIBPCAP
	select GLIB
	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).

config WIRESHARK_TSHARK
	bool
	default y
	prompt "tshark"
	depends on WIRESHARK
	help
	  This is the textmode version of wireshark

# FIXME:
#config WIRESHARK_WIRESHARK
#	bool
#	default n
#	prompt "wireshark"
#	depends on WIRESHARK
#	help
#	  This is the graphical version of wireshark
#
# FIXME: Not tested yet
#config WIRESHARK_IPV6
#	bool
#	default n
#	depends on WIRESHARK
#	prompt "support ipv6"
#	help
#	  Activate this to support ipv6 in wireshark
#