Adding debian version 1.7.3+dfsg-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
842cb2c6bd
commit
61ea328129
8 changed files with 85 additions and 0 deletions
25
debian/control
vendored
Normal file
25
debian/control
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
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.
|
Loading…
Add table
Add a link
Reference in a new issue