1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name libfixbuf |
---|
7 | version 1.4.0 |
---|
8 | description A library implementing the IPFIX protocol |
---|
9 | long_description libfixbuf aims to be a compliant implementation of the \ |
---|
10 | IPFIX Protocol, as defined in the "Specification of the \ |
---|
11 | IPFIX Protocol for the Export of IP Flow Information" \ |
---|
12 | (RFC 5101). It supports the information model defined \ |
---|
13 | in "Information Model for IP Flow Information Export" \ |
---|
14 | (RFC 5102), extended as proposed by "Bidirectional Flow \ |
---|
15 | Export using IPFIX" (RFC 5103) to support information \ |
---|
16 | elements for representing biflows. |
---|
17 | |
---|
18 | categories net |
---|
19 | license LGPL-2.1 |
---|
20 | maintainers nomaintainer |
---|
21 | platforms darwin |
---|
22 | homepage http://tools.netsa.cert.org/fixbuf |
---|
23 | |
---|
24 | master_sites http://tools.netsa.cert.org/releases/ |
---|
25 | checksums rmd160 237f63bacec35b5bf909b07d8d7dd075d9d521a3 \ |
---|
26 | sha256 a97470e05f5b127464d1c31c2adf41a6c93b6770221abd10409e661d3da48749 |
---|