- MakeTraceConcrete now yields nicer choices, e.g. "Agent1" or "Nonce2".

This commit is contained in:
ccremers
2006-04-02 11:56:22 +00:00
parent 8c03bba02a
commit 52708d09b4
2 changed files with 24 additions and 13 deletions

View File

@@ -1706,7 +1706,7 @@ createNewTermGeneric (Termlist tl, Term t)
Term newterm;
/* Determine first free number */
freenumber = 0;
freenumber = sys->maxruns;
tlscan = tl;
while (tlscan != NULL)
{
@@ -1832,6 +1832,8 @@ deleteNewTerm (Term t)
* People find reading variables in attack outputs difficult.
* Thus, we instantiate them in a sensible way to make things more readable.
*
* This happens after sys->maxruns is fixed. Intruder constants thus are numbered from sys->maxruns onwards.
*
* \sa makeTraceClass
*/
Termlist