26 lines
673 B
Text
26 lines
673 B
Text
|
Source: packetq
|
||
|
Section: utils
|
||
|
Priority: optional
|
||
|
Maintainer: Daniel Baumann <daniel@debian.org>
|
||
|
Build-Depends:
|
||
|
debhelper-compat (= 13),
|
||
|
libmaxminddb-dev,
|
||
|
pkgconf,
|
||
|
zlib1g-dev,
|
||
|
Rules-Requires-Root: no
|
||
|
Standards-Version: 4.7.0
|
||
|
Homepage: https://www.dns-oarc.net/tools/packetq
|
||
|
|
||
|
Package: packetq
|
||
|
Section: utils
|
||
|
Architecture: any
|
||
|
Depends:
|
||
|
${misc:Depends},
|
||
|
${shlibs:Depends},
|
||
|
Description: tool to run SQL queries on PCAP files
|
||
|
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.
|