if (det_ctx->base64_decoded == NULL) {
return TM_ECODE_FAILED;
}
- det_ctx->base64_decoded_len_max = de_ctx->base64_decode_max_len;
det_ctx->base64_decoded_len = 0;
}
uint8_t *base64_decoded;
int base64_decoded_len;
- int base64_decoded_len_max;
/* counter for the filestore array below -- up here for cache reasons. */
uint16_t filestore_cnt;
PcapFileFileVars *current_file;
bool should_loop;
bool should_recurse;
- uint8_t cur_dir_depth;
time_t delay;
time_t poll_interval;
CleanupPcapFileThreadVars(ptv);
SCReturnInt(TM_ECODE_OK);
}
- pv->cur_dir_depth = 0;
int should_recurse;
pv->should_recurse = false;
else
pitem->next = nitem;
- de_ctx->mpm_ctx_factory_container->no_of_items++;
return nitem->id;
}
typedef struct MpmCtxFactoryContainer_ {
MpmCtxFactoryItem *items;
- int32_t no_of_items;
int32_t max_id;
} MpmCtxFactoryContainer;