- 15 Aug, 2005 5 commits
-
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@117 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@116 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
Update IPFIXLIB to fix error in byte ordering for ipv4 addresses (regression), havard.mork@gmail.com git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@115 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@114 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
Update IPFIXLIB to correct corrupted IP addresses created when attempting to export ipv6 addresses as ipv4, and vice versa, havard.mork@gmail.com git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@113 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 12 Aug, 2005 2 commits
-
-
Håvard Moås authored
Update IPFIXLIB to fix some new-style comments, and fix wrapover bug for sequence number checking, havard.mork@gmail.com git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@111 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@110 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 10 Aug, 2005 1 commit
-
-
Håvard Moås authored
Update IPFIXLIB to add tentative metric of reordering of packets in TCP streams, havard.mork@gmail.com git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@108 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 29 Jul, 2005 1 commit
-
-
Håvard Moås authored
Update IPFIXLIB to add support for information export of min/max ttl, and of number/size of ignored packets (ignored due to invalid content), havard.mork@gmail.com git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@79 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 28 Jul, 2005 4 commits
-
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@76 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@75 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
Update IPFIXLIB to add data export of num of exported ipfix messages and bytes, havard.mork@gmail.com git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@74 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
Update IPFIXLIB in order to attempt fix to data corruption bug when exporting flow records with PAYLOAD data element, havard.mork@gmail.com git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@73 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 27 Jul, 2005 3 commits
-
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@72 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@68 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
Update IPFIXLIB for adding experimental support for suppreessing sending of packets that are 'old' in the export queue, in order to make it congestion-aware. Special IPFIX fields are updated for displaying number of packets/flows/octets that are not exported for this reason. havard.mork@gmail.com git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@67 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 22 Jul, 2005 1 commit
-
-
Håvard Moås authored
Update IPFIXLIB to add support for returning pktdist/length average/stddev as sums + quadsums, so that a higher-precision calculation can be done on the values outside of ipfixlib. havard.mork@gmail.com git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@61 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 20 Jul, 2005 5 commits
-
-
Håvard Moås authored
Update IPFIXLIB to make variance calculation of pktdist/length aware of division-by-zero, havard.mork@gmail.com git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@60 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
Update IPFIXLIB to change standard deviation into variance, also take into consideration that it is a sample, hence n-1, and not n. Statistical work by Andreas and Simon. havard.mork@gmail.com git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@59 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@58 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
Update IPFIXLIB to make REAL standard deviations; had forgotten to square root them, havard.mork@gmail.com git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@57 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
Update IPFIXLIB to add basic precise stddev/expval calculation of packet distance and packet lengths, havard.mork@gmail.com git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@56 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 19 Jul, 2005 11 commits
-
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@55 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@54 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@53 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@52 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
Update IPFIXLIB to potentially fix bandwidth calculation issues, and correct int64 network byte ordering, havard.mork@gmail.com git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@51 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@50 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@49 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@48 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@47 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
Update IPFIXLIB to fix some annoying bugs relating to generation of bandwith stats, and increase performance in bandwidth calculation, havard.mork@gmail.com git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@46 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
Update IPFIXLIB for modification of max/min bandwidth usage data fields. Now computing both min and max over the fields 1sec, 100ms, and 10ms. havard.mork@gmail.com git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@45 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 18 Jul, 2005 5 commits
-
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@44 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
Update IPFIXLIB to add support to other data types, like 64-bits octet count, etc., havard.mork@gmail.com git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@43 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@42 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@41 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@40 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 14 Jul, 2005 2 commits
-
-
Håvard Moås authored
Update IPFIXLIB to _really_ fix the error in bitrate calculation. Now not crashing on very special packet sizes, havard.mork@gmail.com git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@39 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Håvard Moås authored
git-svn-id: file:///home/svn/mapi/branches/haavardm-mapi@38 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-