summaryrefslogtreecommitdiffstats
path: root/sys/net/if_pflow.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix mbuf problems and simplify code, well spotted and input bygollo2009-02-271-112/+73
| | | | | | | | | Alexander Sabourenkov. mbuf logic is based on claudio's recommendation Tested by Alexander Sabourenkov OK: henning@, claudio@ Theo: "In please..."
* sync flow sequence ids on all used pflow interfaces.gollo2009-01-031-7/+11
| | | | OK henning@
* dont have bpf.h expose the kernel ticks variable wherever it is includeing.dlg2008-11-261-1/+4
| | | | | | it is very confusing like this. ok deraadt@ canacar@
* add support for multiple pflow(4) interfacesgollo2008-10-281-30/+38
| | | | OK: claudio@ henning@
* add bpf/tcpdump support to pflow(4)gollo2008-10-211-20/+26
| | | | ok canacar@ henning@
* Solve m_free problem with a not correctly configured pflow interfacegollo2008-09-171-8/+6
| | | | | | leading to a kernel crash reported in PR5930 OK claudio@ henning@
* fix whitespacesgollo2008-09-171-3/+3
| | | | ok henning@
* netstat statistics for pflow(4) via pseudo familygollo2008-09-161-1/+20
| | | | ok cluadio@ henning@
* fix whitespace/tab typosgollo2008-09-161-4/+4
| | | | ok henning@ claudio@
* welcome pflow(4), a netflow v5 compatible flow export interface.henning2008-09-091-0/+622
flows export data gathered from pf states. initial implementation by Joerg Goltermann <jg@osn.de>, guidance and many changes by me. 'put it in' theo