Codebase list golang-github-farsightsec-go-nmsg / 3484bfd
copyright and standards Sascha Steinbiss 4 years ago
2 changed file(s) with 18 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
1212 golang-goprotobuf-dev,
1313 golang-yaml.v2-dev,
1414 golang-github-dnstap-golang-dnstap-dev
15 Standards-Version: 4.4.0
15 Standards-Version: 4.4.1
1616 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-farsightsec-go-nmsg
1717 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-farsightsec-go-nmsg.git
1818 Homepage: https://github.com/farsightsec/go-nmsg
2626 golang-goprotobuf-dev,
2727 golang-yaml.v2-dev,
2828 golang-github-dnstap-golang-dnstap-dev
29 Description: Golang implementation of the nmsg network message encapsulation library
30 go-nmsg is a pure go implementation of the NMSG container and payload format used by the
31 C nmsg toolkit and library.
32 It can pack and unpack the protobuf structure of an NMSG payload, and the protobuf
33 structure of the data contained in the payload. It does not implement the full
34 functionality of the C libnmsg message modules, such as:
29 Description: Go implementation of the nmsg network message encapsulation library
30 go-nmsg is a pure go implementation of the NMSG container and payload format
31 used by the C nmsg toolkit and library.
32 It can pack and unpack the protobuf structure of an NMSG payload, and the
33 protobuf structure of the data contained in the payload. It does not implement
34 the full functionality of the C libnmsg message modules, such as:
3535 .
36 - Advanced field types (e.g., a protobuf []byte as an IP address)
37 - Generated fields
38 - Formatting of fields for presentation and JSON output
36 - Advanced field types (e.g., a protobuf []byte as an IP address)
37 - Generated fields
38 - Formatting of fields for presentation and JSON output
66 Files:
77 *
88 Copyright:
9 2019 Farsight Security, Inc.
10 License: TODO
9 2017-2018 Farsight Security, Inc.
10 License: MPL-2.0
1111
1212 Files:
1313 debian/*
1414 Copyright:
1515 2019 Sascha Steinbiss <satta@debian.org>
16 License: TODO
16 License: MPL-2.0
1717 Comment: Debian packaging is licensed under the same terms as upstream
1818
19 License: TODO
20 TODO
19 License: MPL-2.0
20 Licensed under the Mozilla Public License Version 2.0.
21 .
22 On Debian systems, the complete text of the Mozilla Public License
23 Version 2.0 can be found in /usr/share/common-licenses/MPL-2.0.