C# Class DOTNETIDS.NullByteFilter

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

Méthodes publiques

Méthode 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 méthode

Match the null byte rule against the input
public Match ( string MatchText ) : bool
MatchText string The input
Résultat bool

NullByteFilter() public méthode

Create a new null byte filter object
public NullByteFilter ( ) : System
Résultat System