2 # Copyright (C) 2009 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
9 include $(TOPDIR)/rules.mk
15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
16 PKG_SOURCE_URL:=http://www.hping.org/
17 PKG_MD5SUM:=ca4ea4e34bcc2162aedf25df8b2d1747
19 include $(INCLUDE_DIR)/package.mk
24 TITLE:=TCP/IP packet assembler/analyzer
25 URL:=http://www.hping.org/
26 DEPENDS:=+libpcap +libpthread
29 define Package/hping3/description
30 hping is a command-line oriented TCP/IP packet assembler/analyzer. The interface is
31 inspired to the ping(8) unix command, but hping isn't only able to send ICMP echo
32 requests. It supports TCP, UDP, ICMP and RAW-IP protocols, has a traceroute mode, the
33 ability to send files between a covered channel, and many other features.
36 define Build/Configure
39 define Package/hping3/install
40 $(INSTALL_DIR) $(1)/usr/sbin
41 $(INSTALL_BIN) $(PKG_BUILD_DIR)/hping3 $(1)/usr/sbin/hping3
44 $(eval $(call BuildPackage,hping3))