Changeset 260 for trunk/include
- Timestamp:
- Dec 7, 2009, 10:00:29 PM (15 years ago)
- Location:
- trunk/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_cat.h
r192 r260 167 167 MSG_LOGMON_REP, 168 168 MSG_LOGMON_SUM, 169 MSG_LOGMON_COR, 169 170 #endif 170 171 -
trunk/include/sh_log_evalrule.h
r183 r260 35 35 int sh_eval_gend (const char * str); 36 36 37 /* Process a single log record 38 */ 37 39 int sh_eval_process_msg(struct sh_logrecord * record); 40 41 /* Match correlated rules 42 */ 43 void sh_keep_match(); 44 38 45 #endif -
trunk/include/sh_string.h
r215 r260 84 84 char ** split_array_list(char *line, unsigned int * nfields, size_t * lengths); 85 85 86 /* Return a split_array_list() of a list contained in 'PREFIX\s*( list ).*' 87 */ 88 char ** split_array_braced (char *line, const char * prefix, 89 unsigned int * nfields, size_t * lengths); 90 86 91 /* Replaces fields in s with 'replacement'. Fields are given 87 92 * in the ordered array ovector, comprising ovecnum pairs
Note:
See TracChangeset
for help on using the changeset viewer.