summaryrefslogtreecommitdiffstats
path: root/rules/ethereal.in
blob: 12b544b42d43617a3df2cb65fbc3973c626d49d8 (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, based on GTK+

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