Solved running Openappid on snort 2.9.12

I'm running snort 2.9.1.2 and when i try to run snort with openappid configured, i get this error:
Code:
Defaulting to monitoring all Snort traffic for AppID.
Adding 0x00000000-0xFFFFFFFF (0x00000038) with zone -1
Adding ::-ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff (0x00000038) with zone -1
Segmentation fault (core dumped)

my snort configuration is:
Code:
preprocessor appid: app_stats_filename appstats-u2.log, \
   app_stats_period 60, \
   app_detector_dir /root/appid
 
Back
Top