summaryrefslogtreecommitdiff
path: root/usr.sbin/flowctl/flowctl.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use less ugly code to allocate buffer of SORCVBUF_SIZE.Gleb Smirnoff2015-02-131-1/+3
* flowctl: Replace alloca() with an array.Pedro F. Giffuni2015-02-111-3/+1
* Add "human" option to print IPv4/IPv6 flows in human-readable format.Alexander V. Chernikov2012-06-091-10/+29
* Conditionally compile in the IPv4/IPv6 address family support.Sergey Kandaurov2011-07-061-2/+21
* Rewrite the flowctl utility to add it support for displayingGleb Smirnoff2011-07-051-53/+160
* Get the other NG_PATHLEN while I'm here too :(.Warner Losh2009-06-091-1/+1
* Use NG_PATHSIZ instead of NG_PATHLEN + 1.Warner Losh2009-06-091-1/+1
* Implement "verbose" optional keyword for "show" command. This is analogGleb Smirnoff2005-03-231-4/+60
* Remove code, inherited from ipacctctl, which sets socket to non-blockingGleb Smirnoff2005-02-061-9/+1
* Remove redundant parameter inherited from ipacctctl.Gleb Smirnoff2005-01-181-8/+7
* - Remove advertising clause from copyright [1]Gleb Smirnoff2004-09-171-8/+1
* Userland control utility for ng_netflow.Gleb Smirnoff2004-09-171-0/+241