Mehic.info

AnomalyDetection: Can’t read proper profile row

Last couple of days I’m trying to execute snort AD project (anomalydetection.info) , but I’m not able to see results of that process. First don’t forget to install snortAD on i386 machine and add snort AD files in install snort libraries (you can find instructions on http://www.rsreese.com/running-snortad) because if you install snort and then again try to […]

Read more

Fix Snort: libsfbpf.so.0 error

If you receive following error while executing  snort -c /usr/local/snort/etc/snort.conf  : error while loading shared libraries: libsfbpf.so.0: cannot open shared object file: No such file or directory  The way to solve this is to type  ldconfig , after that try the  snort -c  command as mentioned above.

Read more

SIP DTMF Signalling

There are 3 common ways of sending DTMF on SIP calls SIP INFO packets As specially marked events in the RTP stream – see: RFC 2833 inband as normal audio tones in the RTP stream with no special coding or markers In sip.conf file in asterisk settings write dmtf=info and don’t forget to set this option also on your VoIP client

Read more