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

config ETHEREAL
        bool
        prompt "Compile 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