- 27 Oct, 2007 3 commits
-
-
(Cheating at "old" CGI and NCURSES GUI for now, as I hope it will be solved soon.) git-svn-id: file:///home/svn/mapi/trunk@1347 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1345 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Added flows stats. Some refactorization to simplify. git-svn-id: file:///home/svn/mapi/trunk@1343 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 24 Oct, 2007 1 commit
-
-
Tested with new GUI (PHP); CGI GUI shows just first two hosts. Flow is assigned to opposite sensor when it appears there too (same flow). Unassigned flows are dropped, so filter has not to be exact, something void like "greater 0" should work. The differences against prev. impl. of multiple interface support (subject to keep or change?): prev.: Usage: hostA:if1:if2, hostB... "filter" now: Usage: "hostA:if1, hostA:if2" "hostB..." "filter" -more typing +DiMAPI syntax ?no need to parse and store device names prev.: mapi_stats("hostA:if1", &(stats1->statstable[i%countA])) mapi_stats("hostA:if2", &(stats1->statstable[++i%countA])) now: mapi_stats("host1:if1, host1:if2", &host[0].mapi_stats_dev). -order of devices not guaranteed so reordering* is done via pointers +less mapi function calls ?no need to store device names ?unique interface names required in case of reordering* *)for now, order never changes prev: for(i = 0; i < stats1.count;i++) { // host1 stats = stats1.statstable[i]; stats.hostname... for(i = 0; i < stats2.count;i++) { // host2 ... now: for(h = 0; h < hosts; h++) { for(d = 0; d < host[h].devices; d++) { stats = host[h].mapi_stats_dev[d]; host[h].name... parse_hosts() -- not a function (more simple as device names are not parsed and stored, just counted) get_mapi_stats() -- not a function (more simple because of prev. mentioned diffs) GUI (CSV, PHP, JS) -- several updates git-svn-id: file:///home/svn/mapi/trunk@1340 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 17 Oct, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1338 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 15 Oct, 2007 2 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@1335 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Modifications to enable multiple devices per host. git-svn-id: file:///home/svn/mapi/trunk@1334 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 28 Aug, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1301 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 09 Jun, 2007 1 commit
-
-
Fixed a bug in packetloss application, which occured occasionally when expired flows are fragmented in different read_results. git-svn-id: file:///home/svn/mapi/trunk@1235 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 04 May, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1216 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 17 Dec, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1067 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 16 Dec, 2006 2 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@1065 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1064 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 15 Dec, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1062 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 14 Dec, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1057 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 13 Dec, 2006 2 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@1052 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1051 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 11 Dec, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1049 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 08 Dec, 2006 2 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@1046 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1045 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 18 Nov, 2006 2 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@990 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@989 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 17 Nov, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@987 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 31 Oct, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@965 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 02 Oct, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@914 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 27 Sep, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@912 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 26 Sep, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@906 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-