From owner-svn-ports-head@FreeBSD.ORG Wed Feb 25 17:04:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31E53F8B; Wed, 25 Feb 2015 17:04:47 +0000 (UTC) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE82362D; Wed, 25 Feb 2015 17:04:46 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id ex7so6629303wid.0; Wed, 25 Feb 2015 09:04:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=ajD0F+DPOufWMBq4bBfJq5JzbukcxCnXLc5nMsWULQ0=; b=jw9Nd5kU1IUcBGPkaZohLhbbg33Qa+hO71PwODdCEkxsYkN10FSECaMl4a4jFiAqsG YmYaUzD8Zsd4863Yo1grHABGW7qiYlf17je3k+Oxel+TmdFVeZA/0YEJ3jvcFMZhWKXT LxI6EMBcT/eBOPorqFpBDHw38M1eUb2PRrEKg3IjjY2IDnM8FBu7QS4HBocLJwdWmCPj Z6kGTAWFTdfCgSG2qWLUV/JqNgb2TYa+le0NGjbDsrqJyslUkS1VVHIqjPdz1HsiQ4rc bhdDsTimdRvC8yIgYsBugWPq7gI1pP+7hIB06cieorZ31lqG38ymSdAzzN2A+7PwHkhH hQvw== X-Received: by 10.194.190.10 with SMTP id gm10mr7999123wjc.91.1424883885063; Wed, 25 Feb 2015 09:04:45 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id p1sm25956251wib.23.2015.02.25.09.04.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Feb 2015 09:04:43 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 25 Feb 2015 18:04:41 +0100 From: Baptiste Daroussin To: MANTANI Nobutaka Subject: Re: svn commit: r379919 - in head/net: . dshell dshell/files Message-ID: <20150225170441.GJ34473@ivaldir.etoilebsd.net> References: <201502251435.t1PEZ828039978@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gBdJBemW82xJqIAr" Content-Disposition: inline In-Reply-To: <201502251435.t1PEZ828039978@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2015 17:04:47 -0000 --gBdJBemW82xJqIAr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 25, 2015 at 02:35:08PM +0000, MANTANI Nobutaka wrote: > Author: nobutaka > Date: Wed Feb 25 14:35:07 2015 > New Revision: 379919 > URL: https://svnweb.freebsd.org/changeset/ports/379919 > QAT: https://qat.redports.org/buildarchive/r379919/ >=20 > Log: > Add dshell, extensible network forensic analysis framework. >=20 > Added: > head/net/dshell/ > head/net/dshell/Makefile (contents, props changed) > head/net/dshell/distinfo (contents, props changed) > head/net/dshell/files/ > head/net/dshell/files/patch-Makefile (contents, props changed) > head/net/dshell/pkg-descr (contents, props changed) > head/net/dshell/pkg-message (contents, props changed) > head/net/dshell/pkg-plist (contents, props changed) > Modified: > head/net/Makefile >=20 > Modified: head/net/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/net/Makefile Wed Feb 25 14:31:44 2015 (r379918) > +++ head/net/Makefile Wed Feb 25 14:35:07 2015 (r379919) > @@ -107,6 +107,7 @@ > SUBDIR +=3D drawterm > SUBDIR +=3D dropbox-api-command > SUBDIR +=3D dropbox-uploader > + SUBDIR +=3D dshell > SUBDIR +=3D dtcp > SUBDIR +=3D dtcpclient > SUBDIR +=3D e169-stats >=20 > Added: head/net/dshell/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/net/dshell/Makefile Wed Feb 25 14:35:07 2015 (r379919) > @@ -0,0 +1,70 @@ > +# Created by: Nobutaka Mantani > +# $FreeBSD$ > + > +PORTNAME=3D dshell > +PORTVERSION=3D 3.0.20150220 > +CATEGORIES=3D net > + > +MAINTAINER=3D nobutaka@FreeBSD.org > +COMMENT=3D Extensible network forensic analysis framework > + > +LICENSE=3D MIT > +LICENSE_FILE=3D ${WRKSRC}/LICENSE.txt > + > +RUN_DEPENDS=3D bash:${PORTSDIR}/shells/bash \ > + ${PYTHON_PKGNAMEPREFIX}pygeoip>0:${PORTSDIR}/net/py-pygeoip \ > + ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto \ > + ${PYTHON_PKGNAMEPREFIX}dpkt>0:${PORTSDIR}/net/py-dpkt \ > + ${PYTHON_PKGNAMEPREFIX}ipy>0:${PORTSDIR}/net-mgmt/py-ipy \ > + ${PYTHON_PKGNAMEPREFIX}pypcap>0:${PORTSDIR}/net/py-pypcap > + > +USE_GITHUB=3D yes > +USES=3D python > + > +GH_ACCOUNT=3D USArmyResearchLab > +GH_PROJECT=3D Dshell > +GH_TAGNAME=3D ${GH_COMMIT} > +GH_COMMIT=3D 46e691c > + > +OPTIONS_DEFINE=3D DOCS > + > +.include > + > +post-patch: > +.for f in bin/generate-dshellrc.py doc/generate-doc.sh > + ${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' ${WRKSRC}/${f} > +.endfor This would nicely be explace with USES=3Dshebang > + > +post-build: > + ${RM} -rf ${WRKSRC}/lib/${PYTHON_VERSION} > + ${REINPLACE_CMD} -e 's|${WRKSRC}|${ETCDIR}|' ${WRKSRC}/dshell ${WRKSRC}= /dshell-decode > + ${REINPLACE_CMD} -e 's|BINPATH=3D${WRKSRC}/bin|BINPATH=3D${PREFIX}/libe= xec/dshell|' \ > + -e 's|DSHELL=3D${WRKSRC}|DSHELL=3D${PYTHON_SITELIBDIR}|' \ > + -e 's|DATAPATH=3D${WRKSRC}/share|DATAPATH=3D${DATADIR}|' \ > + -e 's|DECODERPATH=3D${WRKSRC}/decoders|DECODERPATH=3D${PYTHON_SITELIBD= IR}/dshell/decoders|' \ > + -e 's|LIBPATH=3D${WRKSRC}/lib|LIBPATH=3D${PYTHON_SITELIBDIR}/dshell|' \ > + ${WRKSRC}/.dshellrc > + (cd ${WRKSRC}/doc; ${REINPLACE_CMD} -e 's|${WRKSRC}|${PYTHON_SITELIBDIR= }/dshell|g' *.html) > + > +do-install: > +.for f in dshell dshell-decode > + ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}/${PREFIX}/bin > +.endfor > + ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/dshell > +.for f in decode.py pcapanon.py > + ${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${STAGEDIR}/${PREFIX}/libexec/dshe= ll > +.endfor > + (cd ${STAGEDIR}/${PREFIX}/libexec/dshell; \ > + ${LN} -sf decode.py decode) > + ${MKDIR} ${STAGEDIR}/${PREFIX}/etc/dshell > + ${INSTALL_DATA} ${WRKSRC}/.dshellrc ${STAGEDIR}/${PREFIX}/etc/dshell > + (cd ${WRKSRC}/lib; ${COPYTREE_SHARE} . ${STAGEDIR}/${PYTHON_SITELIBDIR}= /dshell) > + (cd ${WRKSRC}/decoders; ${COPYTREE_SHARE} . ${STAGEDIR}/${PYTHON_SITELI= BDIR}/dshell/decoders) > +.if ${PORT_OPTIONS:MDOCS} > + ${MKDIR} ${STAGEDIR}/${DOCSDIR} > + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}/${DOCSDIR} > + (cd ${WRKSRC}/doc; ${COPYTREE_SHARE} . ${STAGEDIR}/${DOCSDIR} "-name *\= =2Ehtml") > +.endif > + ${MKDIR} ${STAGEDIR}/${DATADIR}/GeoIP > + > +.include >=20 > Added: head/net/dshell/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/net/dshell/distinfo Wed Feb 25 14:35:07 2015 (r379919) > @@ -0,0 +1,2 @@ > +SHA256 (dshell-3.0.20150220.tar.gz) =3D c2e796082b2d3fc531d7f826965627a1= dd526c541522b508fdbbebbcb0b36a69 > +SIZE (dshell-3.0.20150220.tar.gz) =3D 70850 >=20 > Added: head/net/dshell/files/patch-Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/net/dshell/files/patch-Makefile Wed Feb 25 14:35:07 2015 (r37991= 9) > @@ -0,0 +1,11 @@ > +--- Makefile.orig 2015-02-04 22:30:21.000000000 +0900 > ++++ Makefile 2015-02-04 22:30:50.000000000 +0900 > +@@ -15,7 +15,7 @@ > + initpy: > + find $(PWD)/decoders -type d -not -path \*.svn\* -print -exec touch {}= /__init__.py \; > +=20 > +-pydoc: > ++pydoc: rc > + (cd $(PWD)/doc && ./generate-doc.sh $(PWD) )=20 > +=20 > + clean: clean_pyc=20 >=20 > Added: head/net/dshell/pkg-descr > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/net/dshell/pkg-descr Wed Feb 25 14:35:07 2015 (r379919) > @@ -0,0 +1,12 @@ > +DShell is an extensible network forensic analysis framework. > +Enables rapid development of plugins to support the dissection of > +network packet captures. > + > +Key features: > + > +Robust stream reassembly > +IPv4 and IPv6 support > +Custom output handlers > +Chainable decoders > + > +WWW: https://github.com/USArmyResearchLab/Dshell >=20 > Added: head/net/dshell/pkg-message > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/net/dshell/pkg-message Wed Feb 25 14:35:07 2015 (r379919) > @@ -0,0 +1,9 @@ > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > + > +To use the GeoIP Databases from DShell, please download GeoIP.dat, > +GeoIPv6.dat, GeoIPASNum.dat, GeoIPASNumv6.dat from the following URL > +and place them into ${PREFIX}/share/dshell/GeoIP. > + > +http://dev.maxmind.com/geoip/legacy/geolite/ > + > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > Added: head/net/dshell/pkg-plist > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/net/dshell/pkg-plist Wed Feb 25 14:35:07 2015 (r379919) > @@ -0,0 +1,132 @@ > +bin/dshell > +bin/dshell-decode > +%%ETCDIR%%/.dshellrc > +libexec/dshell/decode.py > +libexec/dshell/decode > +libexec/dshell/pcapanon.py > +%%PYTHON_SITELIBDIR%%/dshell/dfile.py > +%%PYTHON_SITELIBDIR%%/dshell/dfile.pyc > +%%PYTHON_SITELIBDIR%%/dshell/dnsdecoder.py > +%%PYTHON_SITELIBDIR%%/dshell/dnsdecoder.pyc > +%%PYTHON_SITELIBDIR%%/dshell/dshell.py > +%%PYTHON_SITELIBDIR%%/dshell/dshell.pyc > +%%PYTHON_SITELIBDIR%%/dshell/httpdecoder.py > +%%PYTHON_SITELIBDIR%%/dshell/httpdecoder.pyc > +%%PYTHON_SITELIBDIR%%/dshell/util.py > +%%PYTHON_SITELIBDIR%%/dshell/util.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/__init__.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/dns/__init__.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/dns/dns-asn.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/dns/dns-asn.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/dns/dns-cc.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/dns/dns-cc.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/dns/dns.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/dns/dns.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/dns/innuendo-dns.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/dns/innuendo-dns.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/dns/reservedips.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/dns/reservedips.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/filter/__init__.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/filter/country.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/filter/country.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/filter/snort.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/filter/snort.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/filter/track.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/filter/track.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/flows/__init__.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/flows/large-flows.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/flows/large-flows.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/flows/long-flows.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/flows/long-flows.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/flows/netflow.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/flows/netflow.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/ftp/__init__.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/ftp/ftp.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/ftp/ftp.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/http/__init__.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/http/httpdump.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/http/httpdump.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/http/rip-http.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/http/rip-http.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/http/web.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/http/web.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/misc/__init__.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/misc/followstream.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/misc/followstream.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/misc/grep.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/misc/grep.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/misc/merge.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/misc/merge.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/misc/synrst.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/misc/synrst.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/misc/writer.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/misc/writer.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/misc/xor.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/misc/xor.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/protocol/__init__.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/protocol/ether.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/protocol/ether.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/protocol/ip.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/protocol/ip.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/protocol/protocol.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/protocol/protocol.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/templates/PacketDecoder.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/templates/PacketDecoder.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/templates/SessionDecoder.py > +%%PYTHON_SITELIBDIR%%/dshell/decoders/templates/SessionDecoder.pyc > +%%PYTHON_SITELIBDIR%%/dshell/decoders/templates/__init__.py > +%%PYTHON_SITELIBDIR%%/dshell/output/colorout.py > +%%PYTHON_SITELIBDIR%%/dshell/output/colorout.pyc > +%%PYTHON_SITELIBDIR%%/dshell/output/csvout.py > +%%PYTHON_SITELIBDIR%%/dshell/output/csvout.pyc > +%%PYTHON_SITELIBDIR%%/dshell/output/jsonout.py > +%%PYTHON_SITELIBDIR%%/dshell/output/jsonout.pyc > +%%PYTHON_SITELIBDIR%%/dshell/output/netflowout.py > +%%PYTHON_SITELIBDIR%%/dshell/output/netflowout.pyc > +%%PYTHON_SITELIBDIR%%/dshell/output/output.py > +%%PYTHON_SITELIBDIR%%/dshell/output/output.pyc > +%%PYTHON_SITELIBDIR%%/dshell/output/xmlout.py > +%%PYTHON_SITELIBDIR%%/dshell/output/xmlout.pyc > +%%PORTDOCS%%%%DOCSDIR%%/PacketDecoder.html > +%%PORTDOCS%%%%DOCSDIR%%/README.md > +%%PORTDOCS%%%%DOCSDIR%%/SessionDecoder.html > +%%PORTDOCS%%%%DOCSDIR%%/colorout.html > +%%PORTDOCS%%%%DOCSDIR%%/country.html > +%%PORTDOCS%%%%DOCSDIR%%/csvout.html > +%%PORTDOCS%%%%DOCSDIR%%/dfile.html > +%%PORTDOCS%%%%DOCSDIR%%/dns-asn.html > +%%PORTDOCS%%%%DOCSDIR%%/dns-cc.html > +%%PORTDOCS%%%%DOCSDIR%%/dns.html > +%%PORTDOCS%%%%DOCSDIR%%/dnsdecoder.html > +%%PORTDOCS%%%%DOCSDIR%%/dshell.html > +%%PORTDOCS%%%%DOCSDIR%%/ether.html > +%%PORTDOCS%%%%DOCSDIR%%/followstream.html > +%%PORTDOCS%%%%DOCSDIR%%/ftp.html > +%%PORTDOCS%%%%DOCSDIR%%/grep.html > +%%PORTDOCS%%%%DOCSDIR%%/httpdecoder.html > +%%PORTDOCS%%%%DOCSDIR%%/httpdump.html > +%%PORTDOCS%%%%DOCSDIR%%/innuendo-dns.html > +%%PORTDOCS%%%%DOCSDIR%%/ip.html > +%%PORTDOCS%%%%DOCSDIR%%/jsonout.html > +%%PORTDOCS%%%%DOCSDIR%%/large-flows.html > +%%PORTDOCS%%%%DOCSDIR%%/long-flows.html > +%%PORTDOCS%%%%DOCSDIR%%/merge.html > +%%PORTDOCS%%%%DOCSDIR%%/netflow.html > +%%PORTDOCS%%%%DOCSDIR%%/netflowout.html > +%%PORTDOCS%%%%DOCSDIR%%/output.html > +%%PORTDOCS%%%%DOCSDIR%%/protocol.html > +%%PORTDOCS%%%%DOCSDIR%%/reservedips.html > +%%PORTDOCS%%%%DOCSDIR%%/rip-http.html > +%%PORTDOCS%%%%DOCSDIR%%/snort.html > +%%PORTDOCS%%%%DOCSDIR%%/synrst.html > +%%PORTDOCS%%%%DOCSDIR%%/track.html > +%%PORTDOCS%%%%DOCSDIR%%/util.html > +%%PORTDOCS%%%%DOCSDIR%%/web.html > +%%PORTDOCS%%%%DOCSDIR%%/writer.html > +%%PORTDOCS%%%%DOCSDIR%%/xmlout.html > +%%PORTDOCS%%%%DOCSDIR%%/xor.html > +@dir %%DATADIR%%/GeoIP > +@dir %%DATADIR%% > +@dir %%PYTHON_SITELIBDIR%%/dshell > +@dir libexec/dshell > +@dir etc/dshell >=20 All those @dir looks useless Regards, Bapt --gBdJBemW82xJqIAr Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlTuAKkACgkQ8kTtMUmk6ExXwwCcD569/niFC6HwRwyRtfrnJ1Ij 62oAnjqLnHrd0YUMPjQMlnEnPcjved1e =YQz0 -----END PGP SIGNATURE----- --gBdJBemW82xJqIAr--