summaryrefslogtreecommitdiffstats
path: root/rules/hping.in
blob: 4745e9f87bed125bc64e247ac012cb0f072c5639 (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
## SECTION=networking
config HPING
	tristate
	select TCL if HPING_TCL
	select LIBC_M if HPING_TCL
	select LIBC_PTHREAD if HPING_TCL
	select LIBPCAP
	prompt "hping"
	help
	  hping is a command-line oriented TCP/IP packet assembler/analyzer.
	  The interface is inspired to the ping(8) unix command, but hping
	  isn't only able to send ICMP echo requests. It supports TCP, UDP,
	  ICMP and RAW-IP protocols, has a traceroute mode, the ability to
	  send files between a covered channel, and many other features.

if HPING
config HPING_TCL
	prompt "Add TCL support"
	depends on BROKEN
	bool
	help
	  Add the Tcl scripting engine feature

endif