From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/raddump/Config.in | 11 +++++++++++ package/raddump/Makefile | 27 +++++++++++++++++++++++++++ package/raddump/ipkg/raddump.control | 6 ++++++ 3 files changed, 44 insertions(+) create mode 100644 package/raddump/Config.in create mode 100755 package/raddump/Makefile create mode 100755 package/raddump/ipkg/raddump.control (limited to 'package/raddump') diff --git a/package/raddump/Config.in b/package/raddump/Config.in new file mode 100644 index 000000000..f56795969 --- /dev/null +++ b/package/raddump/Config.in @@ -0,0 +1,11 @@ +config ADK_PACKAGE_RADDUMP + prompt "raddump........................... raddump interprets captured RADIUS packets." + tristate + default n + select ADK_PACKAGE_LIBOPENSSL + select ADK_PACKAGE_LIBPCAP + help + raddump interprets captured RADIUS packets to print a + timestamp, packet length, RADIUS packet type, source and + destination hosts and ports, and included attribute names and + values for each packet. diff --git a/package/raddump/Makefile b/package/raddump/Makefile new file mode 100755 index 000000000..3eee5473b --- /dev/null +++ b/package/raddump/Makefile @@ -0,0 +1,27 @@ +# $Id$ +#- +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include ${TOPDIR}/rules.mk + +PKG_NAME:= raddump +PKG_VERSION:= 0.3.1 +PKG_RELEASE:= 1 +PKG_MD5SUM:= f8c29c67141ea78bb6ae8b97d5149480 +MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=raddump/} + +include ${TOPDIR}/mk/package.mk + +$(eval $(call PKG_template,RADDUMP,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH})) + +CONFIGURE_STYLE:= gnu +CONFIGURE_ARGS+= ac_cv_c_bigendian=no \ + ac_cv_func_malloc_0_nonnull=yes \ + ac_cv_func_realloc_0_nonnull=yes +INSTALL_STYLE:= auto + +post-install: + ${CP} ${WRKINST}/* ${IDIR_RADDUMP}/ + +include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/raddump/ipkg/raddump.control b/package/raddump/ipkg/raddump.control new file mode 100755 index 000000000..2d31b0221 --- /dev/null +++ b/package/raddump/ipkg/raddump.control @@ -0,0 +1,6 @@ +Package: raddump +Depends: libpcap, libopenssl +Section: net +Architecture: mipsel +Priority: optional +Description: raddump interprets captured RADIUS packets to print a timestamp, packet length, RADIUS packet type, source and destination hosts and ports, and included attribute names and values for each packet. -- cgit v1.2.3