summaryrefslogtreecommitdiffstats
path: root/rules/ethereal.in
blob: e5ca9145da18b232fcdce03baecffc3308036f63 (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
menu    "ethereal            "

config ETHEREAL
        bool
	depends on BROKEN
        prompt "ethereal"
	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.

endmenu

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