- 20 Jul, 2008 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1423 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 02 Jul, 2008 1 commit
-
-
Endpoints are now named "subjects", each subject consists of one host for incoming and one host for outgoing traffic. Host for incoming traffic can be the same as the one for outgoing traffic anyhow... Lots of "ifdef's", why only I haven't already branched this nice app :) Important memory-corruption fix. Added graph for matched flows. Improvements in GUI, now each subject has its own color everywhere/anytime. Tables stylesheet for gui (dirty hack). Modularization of graph.php started. git-svn-id: file:///home/svn/mapi/trunk@1413 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 14 Jun, 2008 1 commit
-
-
shm_flows fixed git-svn-id: file:///home/svn/mapi/trunk@1411 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 12 Jun, 2008 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1410 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 03 Jun, 2008 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1409 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 02 Jun, 2008 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1408 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 30 May, 2008 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1405 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 14 May, 2008 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1402 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 24 Apr, 2008 1 commit
-
-
Fixing bug #? (dimapi stability/lots of new mapicommd threads). This fix is important for EXPIRED_FLOWS function running under high load. The inappropriate "continue" caused endless loop in process_pkt(), mapid SHM remained locked forever, mapicommd ended in pthread_spin_lock() busy routine which caused 100% CPU load and the device managed by affected mapid was completely unaccessible. git-svn-id: file:///home/svn/mapi/trunk@1401 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 12 Apr, 2008 1 commit
-
-
Important. Flow ip1->ip2 is not the same as ip2->ip1. Already fixed in packetloss.c appliacation (rev. 1235), but here it was left unfortunatelly. Grr. git-svn-id: file:///home/svn/mapi/trunk@1396 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 07 Apr, 2008 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1395 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 20 Mar, 2008 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1394 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 12 Mar, 2008 1 commit
-
-
related to bug #486 just for sure git-svn-id: file:///home/svn/mapi/trunk@1393 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 07 Mar, 2008 1 commit
-
-
Added a new function - mapi_asynchronous_get_next_pkt() - for packet pre-fetching, using the PUSH model git-svn-id: file:///home/svn/mapi/trunk@1392 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 04 Mar, 2008 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1391 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 03 Mar, 2008 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1390 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 22 Feb, 2008 3 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@1388 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1387 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1386 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 21 Feb, 2008 2 commits
-
-
btw: previous commit added RRD to store # of flows received at hosts too (only these not filtered out with pcap filter) git-svn-id: file:///home/svn/mapi/trunk@1385 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
for new gui added cofiguration file and config reader (beta but working) everything should be backward-compatible with original commandline arguments if NEWGUIONLY is not defined configuration in file: hosts can be disabled, max. number of flows can be limited, timestamp difference among host can be tuned reconnection can be turned on on-demand (SIGUSR1, NEWGUIONLY) becouse if trying every loop it seems to be more time consuming than acceptable reconnection was not tested with --enable-reconnect mapi mechanism as it was originally based just on retrieving NULL from mapi_read_result, however it should work as I modified it with respect to previous commit from AK stats can be cleared (SIGUSR2) unified reporting of application state commandline options (NEWGUIONLY) gui: enabled use of rrd server improved error reporting git-svn-id: file:///home/svn/mapi/trunk@1384 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 19 Feb, 2008 1 commit
-
-
* Corrected mapi_read_results to work properly with reconnection. It does not block when a sensor is down with the use of mapi_is_sensor_down. * Support for offline sensors. An offline sensor will be accepted now and program won't exit. It will continually try to connect with the offline sensor. git-svn-id: file:///home/svn/mapi/trunk@1383 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 15 Feb, 2008 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1380 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 11 Feb, 2008 1 commit
-
-
Modified mapi_stats to libpcap usual behavior (pcap_stats adds dropped packets to received) to suppress differences between mapidagdrv and mapinicdrv. git-svn-id: file:///home/svn/mapi/trunk@1379 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 06 Feb, 2008 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1375 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 01 Feb, 2008 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1374 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 31 Jan, 2008 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1373 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 29 Jan, 2008 4 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@1371 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1370 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1369 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1368 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 22 Jan, 2008 1 commit
-
-
added timestamps to flow records (only close flow records are paired) reverted/removed fix introduced in revision 1235, because timestamps should solve the problem too. Expired flows cannot be "fragmented" in different read_results -- these "fragments" are not fragments, but different flows (with same IPs, ports... but different timestamps since now). So these flows are not joined, but keep separately and distinguished by timestamps. Note: historically timestamp was transformed to epoch counter, since now timestamps are timestamps, epochs are epochs :) eflow_data is flow record with epoch (internal) flow_data is flow record without epoch (to send out) packetloss GUI: everything *Top renamed to *Status added "restart" button (requires some back-end shell script) some logging/debugging ability some reorganization... git-svn-id: file:///home/svn/mapi/trunk@1367 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 20 Dec, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1364 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 03 Dec, 2007 2 commits
-
-
added a new function - mapi_is_sensor_down() - if mapid and/or mapicommd are out of execution returns 1, otherwise returns 0. Use this function for reconnection purposes git-svn-id: file:///home/svn/mapi/trunk@1361 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1360 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 28 Nov, 2007 1 commit
-
-
Increased DIMAPI_DATA_SIZE to 1M. git-svn-id: file:///home/svn/mapi/trunk@1359 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 26 Nov, 2007 2 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@1358 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
GUI - better categorization/filtering of stats, 1 host to n, some fixes. git-svn-id: file:///home/svn/mapi/trunk@1357 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 17 Nov, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1356 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 13 Nov, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1355 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-