tSFRFConfigNode* pNewConfigNode;
tSFRFGenHashKey key = { 0,0 };
- PolicyId policy_id = snort::get_network_policy()->policy_id;
+ PolicyId policy_id = snort::get_ips_policy()->policy_id;
// Auto init - memcap must be set 1st, which is not really a problem
if ( rf_hash == nullptr )
int status = -1;
tSFRFGenHashKey key;
- PolicyId policy_id = snort::get_network_policy()->policy_id;
+ PolicyId policy_id = snort::get_ips_policy()->policy_id;
#ifdef SFRF_DEBUG
printf("--%d-%u-%u: %s() entering\n", 0, gid, sid, __func__);
/* Setup key */
key.ip = *(ip);
key.tid = tid;
- key.policyId = snort::get_network_policy()->policy_id;
+ key.policyId = snort::get_ips_policy()->policy_id;
key.padding = 0;
/*
}
return dynNode;
}
-