- 06 Sep, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1308 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 25 Aug, 2007 2 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@1300 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
in mapi.conf in the logfile field. For example, logfile=/usr/local/etc/mapi/mapi_logfile Then, debug messages are printed to file /usr/local/etc/mapi/mapi_logfile.debug and general information messages to file /usr/local/etc/mapi/mapi_logfile.info In mapi.conf syslog_level changed to log_level, as it concerns both logging to file and syslog. git-svn-id: file:///home/svn/mapi/trunk@1299 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 22 Aug, 2007 1 commit
-
-
In order to log messages to syslog, mapid and/or mapicommd should be executed with the flag -s (mapid -s and/or mapicommd -s). Two different types of messages are sent to syslog, debug messages and general information messages. In /usr/local/etc/mapi/mapi.conf the syslog level can be configured. syslog_level=0 : Log only general information and not debugging messages syslog_level=1 : Log general information plus debugging information (debug messages are printed to stdout and syslog) syslog_level=2 : Log general information plus debugging information (debug messages are printed only to syslog) The default level is 2 (temporary the default level is 1). In order to log debug messages and general information messages to separate log files, syslog daemon must be configured as follows: File /etc/syslog.conf should have the following two entries: local1.info;local1.!=debug /var/tmp/info.syslog local1.debug;local1.!=info /var/tmp/debug.syslog /var/tmp/info.syslog & /var/tmp/debug.syslog are indicative names of files, where debug and information messages are appended. The /var/tmp/info.syslog & /var/tmp/debug.syslog files must exist before the syslogd daemon re-reads the /etc/syslog.conf configuration file, in order for the syslogd daemon to log messages to these files. To create these files, issue the following commands: touch /var/tmp/info.syslog touch /var/tmp/debug.syslog Then issue the following command to force the syslogd daemon to re-read its configuration file: kill -HUP <syslogd's process id> Define DEBUG is default enabled. In the future mapi configuration will have an extra flag (--enable-debug), thus a MAPI user might select if MAPI prints debug messages or no. git-svn-id: file:///home/svn/mapi/trunk@1292 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 19 Aug, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1291 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 17 Aug, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1290 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 16 Jul, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1256 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 13 Jul, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1251 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 29 Jun, 2007 1 commit
-
-
for a device similar to pcap_stats(). git-svn-id: file:///home/svn/mapi/trunk@1247 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 24 Apr, 2007 1 commit
-
-
(non-algoritmic) filters. Added the hardware DSM filtering/preclassification support for DAG cards. BPF_FILTER function is now able to probram the hardware capturer to only send interesting packets and thus lower the main CPU heating. dagflib's PKT_COUNTER and BYTE_COUNTER are fixed for more DAG models. Argument `internal' of mapid_apply_function() changed to bitwise `flags', so mapidagdrv can instruct the dagflib's BPF_FILTER instance to give up when it is needed. For more info see updated mapi_dagflib(1) and bpf2dagdsm(1) manpages. Fixed some apparent bugs and/or warnings in the code. git-svn-id: file:///home/svn/mapi/trunk@1212 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 21 Apr, 2007 2 commits
-
-
Connecting to particular concurrent instances of mapid locally or via DiMAPI is possible, but still not in one single multi-request together (host:devindevgroup1, host:devindevgroup2 (pthread_once() initialization of the connection to mapid mapi_init()->mapiipc_client_init() locks this for now.) Offline flow requests are connected to the latest instance of mapid. git-svn-id: file:///home/svn/mapi/trunk@1211 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Socketnames for sockets to mapids are changed each time a new thread of mapicommd is started depending on the target device. git-svn-id: file:///home/svn/mapi/trunk@1210 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 20 Apr, 2007 1 commit
-
-
Added devgroup parameter, which enables running of concurrent instances of mapid sharing the same configuration, but handling (locally) different devices (performance reasons). Changes in socket names to enable concurrent run. Added /tmp/mapid.socks to enable clients to choose the appropriate service (by device name). git-svn-id: file:///home/svn/mapi/trunk@1208 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 12 Apr, 2007 1 commit
-
-
Jon Kåre Hellan authored
ipfixprobe.c: Revert last change. git-svn-id: file:///home/svn/mapi/trunk@1200 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 28 Mar, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1192 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 23 Mar, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1181 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 22 Mar, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1180 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 13 Mar, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1164 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 12 Mar, 2007 1 commit
-
-
Arne Øslebø authored
git-svn-id: file:///home/svn/mapi/trunk@1160 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 08 Mar, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1153 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 02 Mar, 2007 1 commit
-
-
Reconnect of client after connection to mapid or mapicommd breaks (configure with the flag --enable-reconnect) - bug #444 git-svn-id: file:///home/svn/mapi/trunk@1138 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 06 Feb, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1110 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 31 Jan, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1109 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 04 Jan, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1086 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 21 Dec, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1072 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 19 Dec, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1069 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 06 Dec, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1038 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 05 Dec, 2006 2 commits
-
-
to daemon's result getting function is performed every time. DAGIPF_BPF_FILTER, PKT_COUNTER, BYTE_COUNTER, PKTBYTE_COUNTER functions added to dagflib. See the new manpage mapi_dagflib for details. dagflib's INTERFACE function enhanced: It cannot be applied twice to one flow, cleanup routine added. Fixed some omissions in other man pages. Fixed and lined up the function template (etc/funct_template.c). git-svn-id: file:///home/svn/mapi/trunk@1037 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1034 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 04 Dec, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1031 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 01 Dec, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1019 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 27 Nov, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1007 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 16 Nov, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@983 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 26 Oct, 2006 1 commit
-
-
Arne Øslebø authored
git-svn-id: file:///home/svn/mapi/trunk@957 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 26 Sep, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@908 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 22 Sep, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@902 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 21 Sep, 2006 2 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@897 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
check for memory allocation in mapi_read_results(DiMAPI) & add hashsamp_client_init in order to call hashsamp_client_read_result git-svn-id: file:///home/svn/mapi/trunk@896 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 19 Sep, 2006 2 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@894 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@893 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-