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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: libfixbuf
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: net
Priority: optional
Standards-Version: 4.6.1
Build-Depends: dpkg-dev (>= 1.22.5),
debhelper-compat (= 13),
libglib2.0-dev,
Build-Depends-Indep:
doxygen
Homepage: https://tools.netsa.cert.org/fixbuf/index.html
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/libfixbuf
Vcs-Git: https://salsa.debian.org/debian/libfixbuf.git
Package: libfixbuf-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: foreign
Description: Implementation of the IPFIX protocol - tools
libfixbuf is a compliant implementation of the IPFIX Protocol, as defined in
RFC 5101. It supports the information model defined in RFC 5102, extended as
proposed by RFC 5103 to support information elements for representing biflows.
libfixbuf supports UDP, TCP, SCTP, TLS over TCP, and Spread as transport
protocols. It also supports operation as an IPFIX File Writer or IPFIX File
Reader.
.
ipfixDump is a command line tool for printing the contents of an IPFIX
file as text.
Package: libfixbuf9t64
Provides: ${t64:Provides}
Replaces: libfixbuf9
Breaks: libfixbuf9 (<< ${source:Version})
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Section: libs
Description: Implementation of the IPFIX protocol - shared library
libfixbuf is a compliant implementation of the IPFIX Protocol, as defined in
RFC 5101. It supports the information model defined in RFC 5102, extended as
proposed by RFC 5103 to support information elements for representing biflows.
libfixbuf supports UDP, TCP, SCTP, TLS over TCP, and Spread as transport
protocols. It also supports operation as an IPFIX File Writer or IPFIX File
Reader.
.
This is the shared library.
Package: libfixbuf-dev
Architecture: any
Depends: libfixbuf9t64 (= ${binary:Version}), ${misc:Depends}, libglib2.0-dev
Breaks: libfixbuf3-dev (<< 2)
Replaces: libfixbuf3-dev (<< 2)
Multi-Arch: same
Section: libdevel
Description: Implementation of the IPFIX protocol - development headers
libfixbuf is a compliant implementation of the IPFIX Protocol, as defined in
RFC 5101. It supports the information model defined in RFC 5102, extended as
proposed by RFC 5103 to support information elements for representing biflows.
libfixbuf supports UDP, TCP, SCTP, TLS over TCP, and Spread as transport
protocols. It also supports operation as an IPFIX File Writer or IPFIX File
Reader.
.
These are the development headers.
Package: libfixbuf-doc
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libfixbuf3-doc (<< 2)
Replaces: libfixbuf3-doc (<< 2)
Section: doc
Multi-Arch: foreign
Description: Implementation of the IPFIX protocol - documentation
libfixbuf is a compliant implementation of the IPFIX Protocol, as defined in
RFC 5101. It supports the information model defined in RFC 5102, extended as
proposed by RFC 5103 to support information elements for representing biflows.
libfixbuf supports UDP, TCP, SCTP, TLS over TCP, and Spread as transport
protocols. It also supports operation as an IPFIX File Writer or IPFIX File
Reader.
.
This is the documentation package.
|