base/frameworks/dpd/main.bro
- 
DPD 
Activates port-independent protocol detection and selectively disables
analyzers if protocol violations occur.
Summary
Types
DPD::Info: record | 
The record type defining the columns to log in the DPD logging stream. | 
 
 
Detailed Interface
Options
- 
DPD::ignore_violations 
- 
{
   Analyzer::ANALYZER_NTLM,
   Analyzer::ANALYZER_DCE_RPC
}
 
 
Analyzers which you don’t want to throw
 
- 
DPD::ignore_violations_after 
- 
Ignore violations which go this many bytes into the connection.
Set to 0 to never ignore protocol violations.
 
 
Types
- 
DPD::Info 
- 
The record type defining the columns to log in the DPD logging stream.