diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-26 05:03:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-26 05:03:07 +0800 |
commit | 9dc6b26858f6368a19b9cff72224508838118d52 (patch) | |
tree | 6d8812cf3440652963ca0767000726bf972f7182 /dns/Makefile | |
parent | 13bb3c3c7037a27d061df9fbc5c3177e5904d31f (diff) | |
download | freebsd-ports-graphics-9dc6b26858f6368a19b9cff72224508838118d52.tar.gz freebsd-ports-graphics-9dc6b26858f6368a19b9cff72224508838118d52.tar.zst freebsd-ports-graphics-9dc6b26858f6368a19b9cff72224508838118d52.zip |
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>
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 8f377ff9ff2..164e2f3e4cd 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -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 |