summaryrefslogtreecommitdiffstats
path: root/rules/ethereal.in
blob: 0dfdecd30b9e87421ce4d0baa573ff3bcb3d37f0 (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
menuconfig ETHEREAL
	bool
	depends on BROKEN
	prompt "ethereal [BROKEN]             "
	select LIBPCAP
	help
	  Ethereal is a network traffic analyzer for Unix
	  and Unix-like operating systems. It is a tool used
	  to capture packets off the wire. Ethereal decodes
	  numerous protocols (too many to list).

config ETHEREAL_ETHEREAL
	bool
	prompt "Gtk based ethereal"
	depends on ETHEREAL
	help
	  This is the graphical version of ethereal, based on GTK+

config ETHEREAL_TETHEREAL
	bool
	prompt "Text based tethereal"
	depends on ETHEREAL
	help
	  This is the textmode version of ethereal.