I have been working with snort-IDS. I have got some log files at /var/log/snort. The files are of type snort.log.xxxx. How do i view this file???
sudo tcpdump -r snort.log.XXXX
Will output it to your screen. Use tcpdump since they are in pcap format.