Erik Wenzel
b22d19a0c3
Fix man warning in nfdump.1
2016-10-03 20:12:57 +02:00
Bernhard Schmidt
365c300439
Fix spelling errors in sources found by Debian lintian
2016-10-03 20:10:40 +02:00
Bernhard Schmidt
05e97ab207
Fix spelling errors in manpages found by Debian lintian
2016-10-03 16:44:47 +02:00
Peter Haag
f8db5a90ea
Replace unreliable _ftok in bookkeeper
2016-07-23 16:41:37 +02:00
Peter Haag
01bfb785da
Merge pull request #28 from candlerb/candlerb/in_out_bytes
...
Aggregate using in+out bytes for bidirectional flows
2016-07-20 20:37:11 +02:00
Peter Haag
ecf85cffbd
Merge pull request #26 from simonflood/patch-7
...
Update README.md
2016-07-20 20:19:28 +02:00
Brian Candler
5fab7794a3
Aggregate using in+out bytes for bidirectional flows
...
Some sources of data, e.g. ASA NSEL, record a bidirectional flow record
with separate counters for in/out bytes and in/out packets. This patch
makes aggregation over "packets", "bytes", "bps" etc look at the *sum* of
the input and output counters. Previously they would use only the input
counters.
Query types which explicitly look at one direction, like "ibyte" and
"obyte", are unchanged.
Processing of unidirectional flows is not affected, because these store
values in the "in" counters only - the "out" counters are zero, so using the
sum of in+out is the same.
The resulting code is simpler: it doesn't have to calculate both in/out
values everywhere. It also uses accessor functions for all values, which
means no special cases for r->counter[cindex].
2016-06-13 21:41:06 +06:30
Simon Flood
e1120f0ed5
Update README.md
...
Fix typo
2016-06-07 11:08:31 +01:00
Peter Haag
812651f1fd
Cleanup formating of nf_common.c
2016-06-05 12:31:24 +02:00
Peter Haag
0cde713e2c
Merge pull request #25 from Opmantek/rawts
...
added output formats for timestamps in raw format
2016-06-05 12:21:08 +02:00
Peter Haag
68d660e984
Release v1.6.15
v1.6.15
2016-06-05 11:52:29 +02:00
Peter Haag
25138d83f6
Fix wrong bps type case in cvs output. Fix opbs ipbs typos
2016-06-05 11:27:35 +02:00
Peter Haag
3039c97c29
Fix obyte, opps and obps output records
2016-06-05 10:17:17 +02:00
Alexander Zangerl
4237451c49
fixed stupid mistake re msec inclusion in start and end timestamps (received was ok)
2016-05-11 14:20:39 +10:00
Alexander Zangerl
69cc9c062c
added formats %tsr, %ter and %trr for printing raw, fractional unix timestamps
2016-05-11 14:03:12 +10:00
Peter Haag
6ef51a7405
Merge pull request #19 from adamlamar/nfxstat-header-guard
...
Add header guard to nfxstat
2016-05-07 11:26:30 +02:00
Peter Haag
0db0d7ffd6
Add %ff record flags to custom output format
2016-05-07 11:18:33 +02:00
Peter Haag
bca76b91b3
Cleanup code in netflow_v9.c
2016-05-07 10:59:48 +02:00
Peter Haag
5d77fad378
Fix email address in AUTHERS file
2016-05-07 08:44:50 +02:00
Peter Haag
ff0e855bd1
Fix security issues in netflow_v9.c and ipfix.c
2016-05-07 08:35:34 +02:00
Peter Haag
aeb703c762
Fix shared library build issue. --enable-shared=no and yes are honored correctly.
2016-05-06 15:06:08 +02:00
Adam Lamar
83e31800dc
Add header guard to nfxstat
2016-03-14 11:23:12 -06:00
Peter Haag
45c669ceeb
Merge pull request #13 from simonflood/patch-6
...
Update nfdump.spec
2016-02-03 09:23:05 +01:00
Peter Haag
73a775c577
Merge pull request #10 from simonflood/patch-3
...
Update nfdump.spec
2016-02-03 09:22:27 +01:00
Peter Haag
16438a2b52
Merge pull request #11 from simonflood/patch-4
...
Update BSD-license.txt
2016-02-03 09:22:03 +01:00
Peter Haag
09729c7216
Merge pull request #9 from simonflood/patch-2
...
Update sfcapd.c - typo
2016-02-03 09:21:01 +01:00
Peter Haag
88f833b9fa
Merge pull request #8 from simonflood/patch-1
...
Update nfcapd.c - typo
2016-02-03 09:20:25 +01:00
Peter Haag
089875b915
Merge pull request #12 from simonflood/patch-5
...
Update nfdump.spec
2016-02-03 09:19:34 +01:00
Simon Flood
c3a33fb523
Update nfdump.spec
...
Now nfdump creates libnfdump build and package it!
2016-02-02 15:44:47 +00:00
Simon Flood
3f8b8aff13
Update nfdump.spec
...
Update Version and Release tags to match latest release (1.6.14)
2016-02-02 15:41:52 +00:00
Simon Flood
6bc66f68b0
Update BSD-license.txt
...
Updated year to 2016 to match that in LICENSE file (are both files required?)
2016-02-02 15:39:17 +00:00
Simon Flood
5933a03e46
Update nfdump.spec
...
Fix README.md filename
2016-02-02 11:57:18 +00:00
Simon Flood
bfa4453876
Update sfcapd.c
...
Fix typo in error message
2016-01-29 18:12:16 +00:00
Simon Flood
0e7540fe7d
Update nfcapd.c
...
Fix typo in error message
2016-01-29 18:10:10 +00:00
Peter Haag
ef7697f000
Fix build issues on various Linux/*BSD
v1.6.14
2016-01-10 16:28:37 +01:00
Peter Haag
a12087c1e9
Add -Z in nfcapd/sfcapd for timezone extension. Breaks expire for now
2016-01-10 12:42:40 +01:00
Peter Haag
3b72bdac13
sflow: fix timestamp overflow. Build: cleanup check files.
2016-01-10 11:24:24 +01:00
Peter Haag
cc8315eab5
Add nfdump library. Fix fragments iin sflow
2015-12-23 12:31:59 +01:00
Peter Haag
6f5ea0464d
Fix help for -z -j description
2015-11-21 13:58:29 +01:00
Peter Haag
69d46a710d
Add missing nftrack to git
v1.6.14-b2
2015-11-21 12:42:58 +01:00
phaag
7ffa3cb493
Fix Readme.md
2015-10-03 17:23:12 +02:00
phaag
7f17ef9d7e
Cleanup
v1.6.14-b1
2015-10-03 16:05:30 +02:00
phaag
b9641c11d5
Add code for 1.6.14 to GitHub
2015-10-03 15:56:21 +02:00
phaag
5174b9f579
beautify README.md
2015-10-03 14:18:49 +02:00
phaag
758237b450
Initial git release 1.6.13
2015-10-03 14:06:34 +02:00
Peter Haag
752de78504
Update README.md
...
Project created
2015-08-09 14:23:28 +02:00
Peter Haag
3cd8a32687
Initial commit
2015-08-09 14:12:03 +02:00