bugs

来自「网络入侵检测系统的原代码,是对snort的进一步改进和完善」· 代码 · 共 31 行

TXT
31
字号
Bug reports should be sent to roesch@clark.net, cc 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)What rules (if any) you were usingWhat 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! Thanks!    -Marty

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?