File: control

package info (click to toggle)
stenographer 1.0.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,192 kB
  • sloc: cpp: 2,087; sh: 830; yacc: 257; makefile: 102
file content (60 lines) | stat: -rw-r--r-- 2,611 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: stenographer
Section: net
Priority: optional
Maintainer: Hilko Bengen <bengen@debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-golang,
 golang-go,
 golang-github-golang-leveldb-dev,
 golang-github-google-gopacket-dev,
 golang-golang-x-net-dev,
 golang-google-grpc-dev,
 golang-github-google-uuid-dev,
 libaio-dev,
 libleveldb-dev,
 libsnappy-dev,
 libseccomp-dev,
 txt2man
Standards-Version: 4.6.2
Homepage: https://github.com/google/stenographer
Vcs-Browser: https://salsa.debian.org/go-team/packages/stenographer
Vcs-Git: https://salsa.debian.org/go-team/packages/stenographer.git
XS-Go-Import-Path: github.com/google/stenographer

Package: stenographer
Architecture: amd64 arm64 armel armhf i386 loong64 mips mips64el mipsel ppc64el s390x alpha hppa hurd-i386 kfreebsd-amd64 kfreebsd-i386 m68k powerpc powerpcspe sh4 sparc64 x32
Depends: ${shlibs:Depends}, ${misc:Depends}, stenographer-common
Recommends: stenographer-client
Built-Using: ${misc:Built-Using}
Description: full-packet-capture utility -- server
 Stenographer is a full-packet-capture utility for buffering packets
 to disk for intrusion detection and incident response purposes. It
 provides a high-performance implementation of NIC-to-disk packet
 writing, handles deleting those files as disk fills up, and provides
 methods for reading back specific sets of packets quickly and easily.

Package: stenographer-client
Architecture: all
Depends: ${misc:Depends}, stenographer-common, curl, jq, tcpdump
Description: full-packet-capture utility -- clients
 Stenographer is a full-packet-capture utility for buffering packets
 to disk for intrusion detection and incident response purposes. It
 provides a high-performance implementation of NIC-to-disk packet
 writing, handles deleting those files as disk fills up, and provides
 methods for reading back specific sets of packets quickly and easily.
 .
 This package contains a HTTP-based client.

Package: stenographer-common
Architecture: all
Depends: ${misc:Depends}, adduser, libcap2-bin, openssl, jq
Description: full-packet-capture utility -- common files
 Stenographer is a full-packet-capture utility for buffering packets
 to disk for intrusion detection and incident response purposes. It
 provides a high-performance implementation of NIC-to-disk packet
 writing, handles deleting those files as disk fills up, and provides
 methods for reading back specific sets of packets quickly and easily.
 .
 This package contains configuration common to client and server and
 creates the Unix user and group needed for operation.