mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
3bf110d041
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. WWW: http://sourceforge.net/projects/raddump/ PR: ports/73335 Submitted by: S H A N <shanali@yahoo.com>
22 lines
384 B
Makefile
22 lines
384 B
Makefile
# New ports collection makefile for: raddump
|
|
# Date created: 31 October 2004
|
|
# Whom: shanali
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= raddump
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR=${PORTNAME}
|
|
|
|
MAINTAINER= shanali@yahoo.com
|
|
COMMENT= Radius Packet Analyzer
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= raddump.1
|
|
|
|
.include <bsd.port.mk>
|