problems

来自「关于网络渗透技术的详细讲解」· 代码 · 共 41 行

TXT
41
字号
$Id$This is the Snort problems file.  It is used to document bugs that wecan't work around and provide a bit of documentation in case someonefinds a way to work around the problem.Platform:  Linux/x86adapter dropping out of promiscous mode  if you see syslog messages complaining of obsolete (PF_INET,SOCK_PACKET),  upgrade to libpcap 0.7+ and things should work correctly.Platform:  Mac OS X - TCP traffic checksums are not handed up properly from pcap when the  checksum is generated from the host that is doing the sniffing.  Passive mode should work fine.Platform: Linux/SPARC Linux/Alpha?- Bus Errors ( Rumored to be compiler problem )  Alignment problems.  Patches welcome.Platform: HPUX- Bus Errorrs with Stream4  Compiler doesn't like bitpacked notation access- HP-UX 10.x note from Chris Sylvain:  if you run snort and receive the error message    "ERROR: OpenPcap() device lan0 open:                     recv_ack: promisc_phys: Invalid argument"  it's because there's another program running using the DLPI service.  The HP-UX implementation doesn't allow more than one libpcap program  at a time to run, unlike Linux.

⌨️ 快捷键说明

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