**Phase 2: Completed decoding.
/* FW_Log: v0.1, 2005/12/30 */
int FW_Log(Eventinfo *lf)
{
/* If we don't have the srcip or the
* action, there is no point in going
* forward over here
*/
if(!lf->action || !lf->srcip || !lf->dstip || !lf->srcport ||
!lf->dstport || !lf->protocol)
{
return(0);
}
I don't have srcport & dstport filled in so no log! I think I'll patch the code and
I'm wondering why your ASA firewall provides ports!?
About ossec2dshield, I wrote this tool a long time ago to share my logs with DShield.org.
Ping me you want details!
/x