?? readme.flow
字號:
The Flow tracking module is meant to start unifying the state keepingmechanisms of snort into a single place. Right now, only a portscandetector is implemented but in the long term, many of the statefulsubsystems of snort will be migrated over to becoming flow plugins.An IPv4 flow is defined as a unique(IPPROTO,SIP,DIP,DPORT,SPORT) the DPORT and SPORT are 0 unless the protocol is TCP or UDPmemcap number of bytes to allocaterows number of rows for the flow hash tablestats_interval dump statistics at a set interval to stdout. This is an integer representing a time in seconds. Set this to 0 to disable. This information will be dumped upon shutdown.hash 1 - pick a hashing method 1 - hash by byte 2 - hash by integer ( faster, not as much of a chance to become diverse) The hash table has a pseudorandom salt picked to make algorithmic complexity attacks much more difficultExample configuration:preprocessor flow: stats_interval 0 hash 2
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -