1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Add packetq 1.3.0

packetq is a command line tool to run SQL queries directly on PCAP
files, the results can be outputted as JSON (default),
formatted/compact CSV and XML. It also contain a very simplistic
web-server in order to inspect PCAP files remotely.
PacketQ was known as DNS2db but renamed in 2011.

WWW: https://www.dns-oarc.net/tools/packetq

PR:		219504
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-05-25 21:03:07 +00:00
parent 45e1ca51d1
commit 9ecaf4972d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441736
4 changed files with 38 additions and 0 deletions

View File

@ -159,6 +159,7 @@
SUBDIR += p5-Tie-DNS
SUBDIR += p5-URBL-Prepare
SUBDIR += p5-pgeodns
SUBDIR += packetq
SUBDIR += pdnsd
SUBDIR += pear-File_DNS
SUBDIR += pear-Horde_Idna

27
dns/packetq/Makefile Normal file
View File

@ -0,0 +1,27 @@
# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
# $FreeBSD$
PORTNAME= packetq
PORTVERSION= 1.3.0
DISTVERSIONPREFIX= v
CATEGORIES= dns
MAINTAINER= freebsd@dns-lab.com
COMMENT= Basic SQL-frontend to PCAP-files
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
GH_ACCOUNT= DNS-OARC
GH_PROJECT= PacketQ
USE_GITHUB= yes
USES= autoreconf
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
PLIST_FILES= bin/packetq
PORTDOCS= CHANGES COPYING FAQ.md FIELDS.md FUNCTIONS.md README.md
.include <bsd.port.mk>

3
dns/packetq/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1495639380
SHA256 (DNS-OARC-PacketQ-v1.3.0_GH0.tar.gz) = 286fe8d410745f5166dcf078e4e62ff72223f94f784e1952e9facc6c1f9df64b
SIZE (DNS-OARC-PacketQ-v1.3.0_GH0.tar.gz) = 836865

7
dns/packetq/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
PacketQ is a command line tool to run SQL queries directly on PCAP
files, the results can be outputted as JSON (default),
formatted/compact CSV and XML. It also contain a very simplistic
web-server in order to inspect PCAP files remotely.
PacketQ was known as DNS2db but renamed in 2011.
WWW: https://www.dns-oarc.net/tools/packetq