aboutsummaryrefslogtreecommitdiff
path: root/net/sflowtool
Commit message (Collapse)AuthorAgeFilesLines
* - update to 3.30Olli Hauer2013-10-292-3/+3
| | | | | | | | | | | | | | Changelog: Oct-18-2013: 3.30 - exit if printf() fails. Important for detecting streaming errors. Thanks to Nick Hilliard. - add tunnel structures (http://sflow.org/sflow_tunnels.txt) PR: ports/183218 Submitted by: Nick Hilliard <nick@foobar.org> Notes: svn path=/head/; revision=332004
* - update to version 3.29Olli Hauer2013-10-032-15/+8
| | | | | | | | | | | | - add stage support Changes 2013-10-02: 3.29 - added decode for nat_port structure - include intypes.h for PRIu64 etc. - minor bugfixes - thanks to Rowan Thorpe Notes: svn path=/head/; revision=329239
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - update to version 3.28Olli Hauer2013-03-284-43/+11
| | | | Notes: svn path=/head/; revision=315465
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - update to version 3.18Olli Hauer2011-01-303-3/+34
| | | | | | | | | | | | | | - fix binding to wildcard IP Changelog: 3.18 - add decodes for sflow-httpd, and common-logfile-format output (experimental) PR: ports/154300 Submitted by: Yuri Pankov <yuri.pankov _at_ gmail.com> Feature safe: yes Notes: svn path=/head/; revision=268460
* - update to version 3.17Olli Hauer2010-12-302-6/+13
| | | | | | | | | | | | | - take maintainer I got OK from old maintainer per PM PR: 153311 Submitted by: ohauer Approved by: Gregory Edigarov <greg _at_ bestnet.kharkov.ua> (old maintainer) Notes: svn path=/head/; revision=267170
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 3.13Martin Wilke2009-07-282-4/+4
| | | | | | | | | PR: 136457 Submitted by: dikshie <dikshie@sfc.wide.ad.jp> Approved by: maintainer timeout Notes: svn path=/head/; revision=238540
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+4
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - Add WWW in pkg-descr.Jean Milanez Melo2007-07-091-0/+2
| | | | | | | | | PR: ports/114102 Submitted by: chinsan <chinsan@FreeBSD.org> Approved by: maintainer Notes: svn path=/head/; revision=195320
* - Update to 3.1.2Beech Rintoul2007-07-042-4/+4
| | | | | | | | | | PR: ports/114140 Submitted by: Petar Zhivkov Petrov <pesho.petrov@gmail.com> Approved by: Gregory Edigarov <greg@bestnet.kharkov.ua> (maintainer), sat (mentor) Notes: svn path=/head/; revision=194933
* - Update to version 3.10Frank J. Laszlo2007-03-283-6/+28
| | | | | | | | | | | - Add startup script - Update maintainer email PR: ports/110939 Submitted by: Gregory Edigarov <greg@bestnet.kharkov.ua> (maintainer) Notes: svn path=/head/; revision=188622
* This tool receives sFlow data, and generates either a simple-to-parseEmanuel Haupt2006-03-213-0/+33
tagged-ASCII output, or binary output in tcpdump(1) format. It can also generate Cisco NetFlow version 5 datagrams and send them to a destination UDP host:port. PR: 94481 Submitted by: Gregory Edigarov <greg@velcom.com> Notes: svn path=/head/; revision=157827