C# Class DOTNETIDS.NullByteFilter

A Filter that uses Regular Expressions for its matching
Inheritance: Filter
Mostra file Open project: IndiansIncredible/.NetIDS Class Usage Examples

Public Methods

Method Description
Match ( string MatchText ) : bool

Match the null byte rule against the input

NullByteFilter ( ) : System

Create a new null byte filter object

Method Details

Match() public method

Match the null byte rule against the input
public Match ( string MatchText ) : bool
MatchText string The input
return bool

NullByteFilter() public method

Create a new null byte filter object
public NullByteFilter ( ) : System
return System