1
0
Fork 0
packetq/debian/control
Daniel Baumann 6d9d72953b
Adding vcs fields.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-10 05:36:50 +01:00

27 lines
783 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
Vcs-Browser: https://forgejo.debian.net/dns-oarc/packetq
Vcs-Git: https://forgejo.debian.net/dns-oarc/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.