Ignore:
Timestamp:
Apr 19, 2011, 11:12:07 PM (14 years ago)
Author:
Yuri Dario
Message:

clamav: update trunk to 0.97.

Location:
clamav/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clamav/trunk

  • TabularUnified clamav/trunk/libclamav/matcher.h

    r189 r319  
    2929#include "execs.h"
    3030#include "cltypes.h"
    31 #include "md5.h"
    3231
    3332struct cli_target_info {
     
    3938#include "matcher-ac.h"
    4039#include "matcher-bm.h"
    41 #include "hashtab.h"
     40#include "matcher-hash.h"
    4241#include "fmap.h"
    4342#include "mpool.h"
     
    9089    uint8_t *bm_shift;
    9190    struct cli_bm_patt **bm_suffix, **bm_pattab;
    92     struct cli_hashset md5_sizes_hs;
    9391    uint32_t *soff, soff_len; /* for PE section sigs */
    9492    uint32_t bm_offmode, bm_patterns, bm_reloff_num, bm_absoff_num;
    9593
    96     /* MD5 */
    97     struct cli_md5m_patt **md5tab;
    98     uint32_t md5_patterns;
     94    /* HASH */
     95    struct cli_hash_patt hm;
    9996
    10097    /* Extended Aho-Corasick */
     
    170167int cli_scandesc(int desc, cli_ctx *ctx, cli_file_t ftype, uint8_t ftonly, struct cli_matched_type **ftoffset, unsigned int acmode, struct cli_ac_result **acres);
    171168int cli_fmap_scandesc(cli_ctx *ctx, cli_file_t ftype, uint8_t ftonly, struct cli_matched_type **ftoffset, unsigned int acmode, struct cli_ac_result **acres, unsigned char *refhash);
    172 int cli_lsig_eval(cli_ctx *ctx, struct cli_matcher *root, struct cli_ac_data *acdata, struct cli_target_info *target_info);
     169int cli_lsig_eval(cli_ctx *ctx, struct cli_matcher *root, struct cli_ac_data *acdata, struct cli_target_info *target_info, const char *hash);
    173170int cli_caloff(const char *offstr, const struct cli_target_info *info, unsigned int target, uint32_t *offdata, uint32_t *offset_min, uint32_t *offset_max);
    174171
Note: See TracChangeset for help on using the changeset viewer.