summaryrefslogtreecommitdiffstats
path: root/usr.sbin/flowctl/flowctl.c
Commit message (Collapse)AuthorAgeFilesLines
* Use less ugly code to allocate buffer of SORCVBUF_SIZE.glebius2015-02-131-1/+3
|
* flowctl: Replace alloca() with an array.pfg2015-02-111-3/+1
| | | | Reviewed by: glebius
* Add "human" option to print IPv4/IPv6 flows in human-readable format.melifaro2012-06-091-10/+29
| | | | | | | | | | | Show IPv4/IPv6 header IFF there are some flows following. Wrap some long lines. Sponsored by Yandex LLC Reviewed by: glebius (previous version) Approved by: ae(mentor) MFC after: 1 week
* Conditionally compile in the IPv4/IPv6 address family support.pluknet2011-07-061-2/+21
| | | | | | | Test it with feature_present(3), so that we do not end up with passing an unsupported version to NgSendMsg(3). Approved by: glebius
* Rewrite the flowctl utility to add it support for displayingglebius2011-07-051-53/+160
| | | | both IPv4 and IPv4 flows.
* Get the other NG_PATHLEN while I'm here too :(.imp2009-06-091-1/+1
|
* Use NG_PATHSIZ instead of NG_PATHLEN + 1.imp2009-06-091-1/+1
|
* Implement "verbose" optional keyword for "show" command. This is analogglebius2005-03-231-4/+60
| | | | of Cisco's "show ip cache verbose flow" command.
* Remove code, inherited from ipacctctl, which sets socket to non-blockingglebius2005-02-061-9/+1
| | | | mode, since this introduces problems on SMP.
* Remove redundant parameter inherited from ipacctctl.glebius2005-01-181-8/+7
|
* - Remove advertising clause from copyright [1]glebius2004-09-171-8/+1
| | | | | | - Change my email to glebius@FreeBSD.org Requested by: ru [1]
* Userland control utility for ng_netflow.glebius2004-09-171-0/+241
Approved by: julian (mentor)
OpenPOWER on IntegriCloud