summaryrefslogtreecommitdiffstats
path: root/rules/ethereal.in
blob: 6301d0d5892f2cfa58d7055b07ff38b03e9bf6cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
menu    "ethereal            "

config ETHEREAL
        bool
	depends on BROKEN
        prompt "ethereal"
	select LIBPCAP

config ETHEREAL_ETHEREAL
	bool 
	prompt "Gtk based ethereal"
	depends on ETHEREAL

config ETHEREAL_TETHEREAL
	bool
	prompt "Text based tethereal"
	depends on ETHEREAL

endmenu

comment "ethereal is broken, please send a patch"
	depends on !BROKEN