code beautification

This commit is contained in:
Miroslav Stampar
2010-12-08 13:04:48 +00:00
parent 64cc2588f1
commit 6223f25dd9
3 changed files with 16 additions and 6 deletions

View File

@@ -94,3 +94,11 @@ class PAYLOAD:
COMPARISON = "comparison"
GREP = "grep"
TIME = "time"
class TECHNIQUE:
HEURISTIC = 0
BOOLEAN = 1
ERROR = 2
UNION = 3
STACKED = 4
TIME = 5