From: Victor J. <li...@in...> - 2007-10-16 08:18:31
|
ChunXin wrote: > I scan my web server with "nmap -sS -O -P0 192.168.1.20" , > > When i disable stickydrop and stickydrop-timeouts feature there will be > no problem > buti would like to use sticky function ! > How to do that? > Can you produce a gdb backtrack output? To do so, please make sure core dumps are enabled: ulimit -c unlimited Next, when you have a core file run: gdb /path/to/your/snort_inline /path/to/the/core Then type 'bt' and press enter and copy paste the entire output. Thanks! Victor |