📄 bugs
字号:
Security Related bug reports (evasions, overflows, etc) should be sent to bugs@snort.org and Marty Roesch <roesch@snort.org>.Bug reports should be sent to bugs@snort.org and cc'd tosnort-devel@lists.sourceforge.net (Snort Developers mailing list).Please include the following information with your report:System Architecture (Sparc, x86, etc)Operating System and version (Linux 2.0.22, IRIX 5.3, etc)Version of SnortWhat preprocessors you loadedWhat rules (if any) you were usingWhat output plug-ins you loadedWhat command line switches you were usingAny Snort error messagesIf you get a core file, here is a procedure that would be veryhelpful for me to debug your problem faster. When it crashes,try the following steps:1) At the command prompt, type 'gdb snort snort.core'. This willload snort and the core file into the GNU debugger. You may needto give the path to the snort binary file, and your core file mighthave a different name (like "core" or something).2) At the (gdb) prompt, type 'bt' (without the quotes).3) At the (gdb) prompt, type 'quit'. This will return you to yourshell. 4) Cut and paste the output from gdb into the email you send me! If the problem could be reproduced, coredump analysis and snort outputof 'debug-enabled' build would be appreciated.Hints:To build debugging-enabled snort: make distclean; ./configure --enable-debug; makeIf you are having trouble compiling, please try the following:make distclean; aclocal; autoconf; automakeThese solve a good percentange of autoconf portablity problems.To debug some particular part of snort functionality:export SNORT_DEBUG=<debuglevel> and run snort. See debug.h filefor details on debugging levels. (those could be combined, f.e.if you want to see IP and TCP/UDP related info: debuglevel wouldbe: IPdebuglevel + TCPUDPdebuglevel)Thanks! -Marty
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -