Mode matching method facing to high speed network
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- HUNAN UNIV
- Publication Date
- 2010-09-01
- Estimated Expiration
- Not applicable · inactive patent
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to a character string pattern matching method, which is suitable for applications in fields requiring character matching, such as network intrusion detection, network intrusion protection, and computer virus feature code matching in a high-speed network environment. Background technique
[0002] At present, there are many pattern matching methods, and the most widely used one is the pattern matching method based on the principle of BM method. The BM pattern matching method is an exact single matching method, which uses a heuristic strategy to skip unnecessary comparisons to reduce the number of comparisons between pattern strings and text to improve matching efficiency. When matching, align the pattern string with the left end of the text, and compare characters one by one from the right end of the pattern string to the left. In the initial stage, match the suffix of the pattern string with the text. After completing an attempt (...