You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using barnyard2 on suricata over pfsense firewall. I have enabled barnyard2 to send logs to syslog which is my ELK. Everything works fine but barnyard2 gets stopped after some time and when i open log file it says below error:
So work aroung is I delete below file everytime and restart the suricata and barnyard2 starts fine.
/var/log/suricata/suricata_bge140240/unified2.alert.1565307024
And that's frustrating.
I am not a developer but i tried to find out my way as I was not getting anything on internet so i pulled source code and looked through all the way to this :
case 228: /*Defined in some bpf implementation as DLT_IPV4: /
case 229: / Defined in some bpf implementation as DLT_IPV6 */
if (BcOutputDataLink())
{
LogMessage("There's no second layer header available for "
"this datalink\n");
barnyard2_conf->output_flags &= ~OUTPUT_FLAG__SHOW_DATA_LINK;
}
DecodeRawPkt(p, pkthdr, pkt);
break;
/*
* you need the I4L modified version of libpcap to get this stuff
* working
*/
==================================
Do i need libpcap new version or something or i can simply disable something in suricata or barnyard2 to get this working properly.
Please help me guys.
The text was updated successfully, but these errors were encountered:
Hey Guys,
I am using barnyard2 on suricata over pfsense firewall. I have enabled barnyard2 to send logs to syslog which is my ELK. Everything works fine but barnyard2 gets stopped after some time and when i open log file it says below error:
============================================
So work aroung is I delete below file everytime and restart the suricata and barnyard2 starts fine.
/var/log/suricata/suricata_bge140240/unified2.alert.1565307024
And that's frustrating.
I am not a developer but i tried to find out my way as I was not getting anything on internet so i pulled source code and looked through all the way to this :
case 228: /*Defined in some bpf implementation as DLT_IPV4: /
case 229: / Defined in some bpf implementation as DLT_IPV6 */
==================================
Do i need libpcap new version or something or i can simply disable something in suricata or barnyard2 to get this working properly.
Please help me guys.
The text was updated successfully, but these errors were encountered: