Per notice from the Janitor... the conf file was missing
from pkg-plist. It no longer is. No other changes.
Actually took the solution provides later in the PR
PR: ports/75018
Submitted by: Paul Chvostek <paul+ports@it.ca>
build time, request its presence explicitly as makedepend (a part of imake
port) is needed to build this port.
Also, per maintainers request, reset maintainership.
Approved by: Simon 'corecode' Schubert (maintainer)
is already installed rather than the library itself which has the same
name in both net/libnet and net/libnet-devel in order to not try to
build this port with net/libnet.
Approved by: netchild
data export. Softflowd semi-statefully tracks traffic flows recorded by
listening on a network interface or by reading a packet capture file.
These flows may be reported via NetFlow to a collecting host or summarised
within softflowd itself.
PR: ports/73723
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
features:
* Understands NetFlow protocol v.1, v.5, v.7 and v.9 (including IPv6 flows)
* Supports both IPv4 and IPv6 transport of flows
* Secure: flowd is privilege separated to limit the impact of any compromise
* Supports filtering and tagging of flows, using a packet filter-like syntax
* Stores recorded flow data in a compact binary format which supports
run-time choice over which flow fields are stored
* Ships with both Perl and Python interfaces for reading and parsing the
on-disk record format
* Is licensed under a liberal BSD-like license
PR: ports/73722
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* Make user able to change USER & GROUP, and change default USER.
(Bump PORTREVISION)
* Cleanup do-install code.
PR: 73713
Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
- Use ${LOCALBASE}.
- flow-tools need zlib (so we need to add "-lz")
- Bugfix for flow-tools support.
PR: ports/73630
Submitted by: Gea-Suan Lin <gslin AT netnews dot NCTU dot edu dot tw>
tcptrack is a sniffer which displays information about TCP connections it
sees on a network interface. It passively watches for connections on the
network interface, keeps track of their state and displays a list of
connections in a manner similar to the unix 'top' command. It displays
source and destination addresses and ports, connection state, idle time, and
bandwidth usage.
WWW: http://www.rhythm.cx/~steve/devel/tcptrack
PR: ports/72543
Submitted by: Tor Halvard Furulund <squat@squat.no>