Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix mbuf problems and simplify code, well spotted and input by | 2009-02-27 | 1 | -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. | 2009-01-03 | 1 | -7/+11 | ||
| | | | | OK henning@ | |||||
* | dont have bpf.h expose the kernel ticks variable wherever it is includeing. | 2008-11-26 | 1 | -1/+4 | ||
| | | | | | | it is very confusing like this. ok deraadt@ canacar@ | |||||
* | add support for multiple pflow(4) interfaces | 2008-10-28 | 1 | -30/+38 | ||
| | | | | OK: claudio@ henning@ | |||||
* | add bpf/tcpdump support to pflow(4) | 2008-10-21 | 1 | -20/+26 | ||
| | | | | ok canacar@ henning@ | |||||
* | Solve m_free problem with a not correctly configured pflow interface | 2008-09-17 | 1 | -8/+6 | ||
| | | | | | | leading to a kernel crash reported in PR5930 OK claudio@ henning@ | |||||
* | fix whitespaces | 2008-09-17 | 1 | -3/+3 | ||
| | | | | ok henning@ | |||||
* | netstat statistics for pflow(4) via pseudo family | 2008-09-16 | 1 | -1/+20 | ||
| | | | | ok cluadio@ henning@ | |||||
* | fix whitespace/tab typos | 2008-09-16 | 1 | -4/+4 | ||
| | | | | ok henning@ claudio@ | |||||
* | welcome pflow(4), a netflow v5 compatible flow export interface. | 2008-09-09 | 1 | -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 |