summaryrefslogtreecommitdiffstats
path: root/rules/hping.in
blob: 58b637542d36cdf9628a34b18a12ad034ffcdff0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=networking
config HPING
	tristate
	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.