- Each attack now includes

* Initial knowledge
  * Role definitions for protocols involved
This commit is contained in:
ccremers
2005-05-12 14:52:50 +00:00
parent ae7c5c653f
commit 8b51593cf5
2 changed files with 169 additions and 76 deletions

View File

@@ -3,6 +3,9 @@
#include "symbol.h"
#define false 0
#define true 1
// type <= LEAF means it's a leaf, nkay?
enum termtypes
{ GLOBAL, VARIABLE, LEAF, ENCRYPT, TUPLE };