Added bare old copy of manual source files.
This commit is contained in:
767
manual/ns3attack1.eps
Normal file
767
manual/ns3attack1.eps
Normal file
@@ -0,0 +1,767 @@
|
||||
%!PS-Adobe-2.0 EPSF-2.0
|
||||
%%BoundingBox: 35 40 525 943
|
||||
%%HiResBoundingBox: 35.500000 40.500000 525.000000 942.500000
|
||||
%%Creator: dot version 2.2.1 (Tue Oct 11 01:38:21 UTC 2005)
|
||||
%%For: (cas) Cas Cremers,,,
|
||||
%%Title: semiState1
|
||||
%%EndComments
|
||||
% EPSF created by ps2eps 1.58
|
||||
%%BeginProlog
|
||||
save
|
||||
countdictstack
|
||||
mark
|
||||
newpath
|
||||
/showpage {} def
|
||||
/setpagedevice {pop} def
|
||||
%%EndProlog
|
||||
%%Page 1 1
|
||||
save
|
||||
/DotDict 200 dict def
|
||||
DotDict begin
|
||||
/setupLatin1 {
|
||||
mark
|
||||
/EncodingVector 256 array def
|
||||
EncodingVector 0
|
||||
ISOLatin1Encoding 0 255 getinterval putinterval
|
||||
EncodingVector
|
||||
dup 306 /AE
|
||||
dup 301 /Aacute
|
||||
dup 302 /Acircumflex
|
||||
dup 304 /Adieresis
|
||||
dup 300 /Agrave
|
||||
dup 305 /Aring
|
||||
dup 303 /Atilde
|
||||
dup 307 /Ccedilla
|
||||
dup 311 /Eacute
|
||||
dup 312 /Ecircumflex
|
||||
dup 313 /Edieresis
|
||||
dup 310 /Egrave
|
||||
dup 315 /Iacute
|
||||
dup 316 /Icircumflex
|
||||
dup 317 /Idieresis
|
||||
dup 314 /Igrave
|
||||
dup 334 /Udieresis
|
||||
dup 335 /Yacute
|
||||
dup 376 /thorn
|
||||
dup 337 /germandbls
|
||||
dup 341 /aacute
|
||||
dup 342 /acircumflex
|
||||
dup 344 /adieresis
|
||||
dup 346 /ae
|
||||
dup 340 /agrave
|
||||
dup 345 /aring
|
||||
dup 347 /ccedilla
|
||||
dup 351 /eacute
|
||||
dup 352 /ecircumflex
|
||||
dup 353 /edieresis
|
||||
dup 350 /egrave
|
||||
dup 355 /iacute
|
||||
dup 356 /icircumflex
|
||||
dup 357 /idieresis
|
||||
dup 354 /igrave
|
||||
dup 360 /dcroat
|
||||
dup 361 /ntilde
|
||||
dup 363 /oacute
|
||||
dup 364 /ocircumflex
|
||||
dup 366 /odieresis
|
||||
dup 362 /ograve
|
||||
dup 365 /otilde
|
||||
dup 370 /oslash
|
||||
dup 372 /uacute
|
||||
dup 373 /ucircumflex
|
||||
dup 374 /udieresis
|
||||
dup 371 /ugrave
|
||||
dup 375 /yacute
|
||||
dup 377 /ydieresis
|
||||
% Set up ISO Latin 1 character encoding
|
||||
/starnetISO {
|
||||
dup dup findfont dup length dict begin
|
||||
{ 1 index /FID ne { def }{ pop pop } ifelse
|
||||
} forall
|
||||
/Encoding EncodingVector def
|
||||
currentdict end definefont
|
||||
} def
|
||||
/Times-Roman starnetISO def
|
||||
/Times-Italic starnetISO def
|
||||
/Times-Bold starnetISO def
|
||||
/Times-BoldItalic starnetISO def
|
||||
/Helvetica starnetISO def
|
||||
/Helvetica-Oblique starnetISO def
|
||||
/Helvetica-Bold starnetISO def
|
||||
/Helvetica-BoldOblique starnetISO def
|
||||
/Courier starnetISO def
|
||||
/Courier-Oblique starnetISO def
|
||||
/Courier-Bold starnetISO def
|
||||
/Courier-BoldOblique starnetISO def
|
||||
cleartomark
|
||||
} bind def
|
||||
/coord-font-family /Times-Roman def
|
||||
/default-font-family /Times-Roman def
|
||||
/coordfont coord-font-family findfont 8 scalefont def
|
||||
/InvScaleFactor 1.0 def
|
||||
/set_scale {
|
||||
dup 1 exch div /InvScaleFactor exch def
|
||||
dup scale
|
||||
} bind def
|
||||
% styles
|
||||
/solid { [] 0 setdash } bind def
|
||||
/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
|
||||
/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
|
||||
/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
|
||||
/bold { 2 setlinewidth } bind def
|
||||
/filled { } bind def
|
||||
/unfilled { } bind def
|
||||
/rounded { } bind def
|
||||
/diagonals { } bind def
|
||||
% hooks for setting color
|
||||
/nodecolor { sethsbcolor } bind def
|
||||
/edgecolor { sethsbcolor } bind def
|
||||
/graphcolor { sethsbcolor } bind def
|
||||
/nopcolor {pop pop pop} bind def
|
||||
/beginpage { % i j npages
|
||||
/npages exch def
|
||||
/j exch def
|
||||
/i exch def
|
||||
/str 10 string def
|
||||
npages 1 gt {
|
||||
gsave
|
||||
coordfont setfont
|
||||
0 0 moveto
|
||||
(\() show i str cvs show (,) show j str cvs show (\)) show
|
||||
grestore
|
||||
} if
|
||||
} bind def
|
||||
/set_font {
|
||||
findfont exch
|
||||
scalefont setfont
|
||||
} def
|
||||
% draw aligned label in bounding box aligned to current point
|
||||
/alignedtext { % width adj text
|
||||
/text exch def
|
||||
/adj exch def
|
||||
/width exch def
|
||||
gsave
|
||||
width 0 gt {
|
||||
text stringwidth pop adj mul 0 rmoveto
|
||||
} if
|
||||
[] 0 setdash
|
||||
text show
|
||||
grestore
|
||||
} def
|
||||
/boxprim { % xcorner ycorner xsize ysize
|
||||
4 2 roll
|
||||
moveto
|
||||
2 copy
|
||||
exch 0 rlineto
|
||||
0 exch rlineto
|
||||
pop neg 0 rlineto
|
||||
closepath
|
||||
} bind def
|
||||
/ellipse_path {
|
||||
/ry exch def
|
||||
/rx exch def
|
||||
/y exch def
|
||||
/x exch def
|
||||
matrix currentmatrix
|
||||
newpath
|
||||
x y translate
|
||||
rx ry scale
|
||||
0 0 1 0 360 arc
|
||||
setmatrix
|
||||
} bind def
|
||||
/endpage { showpage } bind def
|
||||
/showpage { } def
|
||||
/layercolorseq
|
||||
[ % layer color sequence - darkest to lightest
|
||||
[0 0 0]
|
||||
[.2 .8 .8]
|
||||
[.4 .8 .8]
|
||||
[.6 .8 .8]
|
||||
[.8 .8 .8]
|
||||
]
|
||||
def
|
||||
/layerlen layercolorseq length def
|
||||
/setlayer {/maxlayer exch def /curlayer exch def
|
||||
layercolorseq curlayer 1 sub layerlen mod get
|
||||
aload pop sethsbcolor
|
||||
/nodecolor {nopcolor} def
|
||||
/edgecolor {nopcolor} def
|
||||
/graphcolor {nopcolor} def
|
||||
} bind def
|
||||
/onlayer { curlayer ne {invis} if } def
|
||||
/onlayers {
|
||||
/myupper exch def
|
||||
/mylower exch def
|
||||
curlayer mylower lt
|
||||
curlayer myupper gt
|
||||
or
|
||||
{invis} if
|
||||
} def
|
||||
/curlayer 0 def
|
||||
14 default-font-family set_font
|
||||
1 setmiterlimit
|
||||
% /arrowlength 10 def
|
||||
% /arrowwidth 5 def
|
||||
% make sure pdfmark is harmless for PS-interpreters other than Distiller
|
||||
/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
|
||||
% make '<<' and '>>' safe on PS Level 1 devices
|
||||
/languagelevel where {pop languagelevel}{1} ifelse
|
||||
2 lt {
|
||||
userdict (<<) cvn ([) cvn load put
|
||||
userdict (>>) cvn ([) cvn load put
|
||||
} if
|
||||
gsave
|
||||
35 35 525 942 boxprim clip newpath
|
||||
36 36 translate
|
||||
0 0 1 beginpage
|
||||
0 0 translate 0 rotate
|
||||
0.000 0.000 0.000 graphcolor
|
||||
14.00 /Times-Roman set_font
|
||||
gsave 10 dict begin
|
||||
129 7 moveto
|
||||
([Id 1] Protocol ns3, role R, claim type Nisynch)
|
||||
[4.56 4.56 6.96 3.6 6.96 4.56 3.6 7.68 4.56 6.96 3.84 6.96 6.24 6.96 3.84 3.6 6.96 5.52 6.96 3.6 3.6 4.56 6.96 3.84 6.24 3.6 9.36 3.6 3.6 6.24 3.84 6.24 3.84 10.8 3.6 3.84 6.96 6.96 6.24 3.6 10.08 3.84 5.52 6.96 6.96 6.24 6.96]
|
||||
xshow
|
||||
end grestore
|
||||
% r0i0
|
||||
gsave 10 dict begin
|
||||
newpath 523 690 moveto
|
||||
229 690 lineto
|
||||
229 654 lineto
|
||||
523 654 lineto
|
||||
closepath
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
237 667 moveto
|
||||
(READ_1\(Agent#0,{Agent#0,ni#2}pk\(Agent#1\) \))
|
||||
[9.36 8.4 10.08 10.08 6.96 6.96 4.56 10.08 6.96 6.24 6.96 3.84 6.96 6.96 3.6 6.72 10.08 6.96 6.24 6.96 3.84 6.96 6.96 3.6 6.96 3.84 6.96 6.96 6.72 6.96 6.96 4.56 10.08 6.96 6.24 6.96 3.84 6.96 6.96 4.56 3.6 4.56]
|
||||
xshow
|
||||
end grestore
|
||||
end grestore
|
||||
% r0i1
|
||||
gsave 10 dict begin
|
||||
newpath 512 616 moveto
|
||||
240 616 lineto
|
||||
240 580 lineto
|
||||
512 580 lineto
|
||||
closepath
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
247 593 moveto
|
||||
(SEND_2\(Agent#0, {ni#2,nr#0}pk\(Agent#0\) \))
|
||||
[7.68 8.4 10.08 10.08 6.96 6.96 4.56 10.08 6.96 6.24 6.96 3.84 6.96 6.96 3.6 3.6 6.72 6.96 3.84 6.96 6.96 3.6 6.96 4.56 6.96 6.96 6.72 6.96 6.96 4.56 10.08 6.96 6.24 6.96 3.84 6.96 6.96 4.56 3.6 4.56]
|
||||
xshow
|
||||
end grestore
|
||||
end grestore
|
||||
% r0i0 -> r0i1
|
||||
gsave 10 dict begin
|
||||
bold
|
||||
newpath 376 654 moveto
|
||||
376 645 376 636 376 626 curveto
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
solid
|
||||
1 setlinewidth
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 380 626 moveto
|
||||
376 616 lineto
|
||||
373 626 lineto
|
||||
closepath
|
||||
fill
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 380 626 moveto
|
||||
376 616 lineto
|
||||
373 626 lineto
|
||||
closepath
|
||||
stroke
|
||||
end grestore
|
||||
end grestore
|
||||
% s0
|
||||
gsave 10 dict begin
|
||||
newpath 376 822 moveto
|
||||
261 782 lineto
|
||||
376 742 lineto
|
||||
491 782 lineto
|
||||
closepath
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
337 785 moveto
|
||||
(Run 0: ns3, R)
|
||||
[9.36 6.96 6.96 3.6 6.96 3.84 3.6 6.96 5.52 6.96 3.6 3.6 9.36]
|
||||
xshow
|
||||
310 769 moveto
|
||||
(R:Agent#1 \(I:Agent#0\))
|
||||
[9.36 3.84 10.08 6.96 6.24 6.96 3.84 6.96 6.96 3.6 4.56 4.56 3.84 10.08 6.96 6.24 6.96 3.84 6.96 6.96 4.56]
|
||||
xshow
|
||||
end grestore
|
||||
end grestore
|
||||
% s0 -> r0i0
|
||||
newpath 376 742 moveto
|
||||
376 728 376 713 376 700 curveto
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
solid
|
||||
1 setlinewidth
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 380 700 moveto
|
||||
376 690 lineto
|
||||
373 700 lineto
|
||||
closepath
|
||||
fill
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 380 700 moveto
|
||||
376 690 lineto
|
||||
373 700 lineto
|
||||
closepath
|
||||
stroke
|
||||
end grestore
|
||||
% r0i2
|
||||
gsave 10 dict begin
|
||||
newpath 497 366 moveto
|
||||
255 366 lineto
|
||||
255 330 lineto
|
||||
497 330 lineto
|
||||
closepath
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
262 343 moveto
|
||||
(READ_3\(Agent#0,{nr#0}pk\(Agent#1\) \))
|
||||
[9.36 8.4 10.08 10.08 6.96 6.96 4.56 10.08 6.96 6.24 6.96 3.84 6.96 6.96 3.6 6.72 6.96 4.56 6.96 6.96 6.72 6.96 6.96 4.56 10.08 6.96 6.24 6.96 3.84 6.96 6.96 4.56 3.6 4.56]
|
||||
xshow
|
||||
end grestore
|
||||
end grestore
|
||||
% r0i1 -> r0i2
|
||||
gsave 10 dict begin
|
||||
bold
|
||||
newpath 376 580 moveto
|
||||
376 536 376 428 376 376 curveto
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
solid
|
||||
1 setlinewidth
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 380 376 moveto
|
||||
376 366 lineto
|
||||
373 376 lineto
|
||||
closepath
|
||||
fill
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 380 376 moveto
|
||||
376 366 lineto
|
||||
373 376 lineto
|
||||
closepath
|
||||
stroke
|
||||
end grestore
|
||||
end grestore
|
||||
% r2i1
|
||||
gsave 10 dict begin
|
||||
newpath 244 528 moveto
|
||||
0 528 lineto
|
||||
0 492 lineto
|
||||
244 492 lineto
|
||||
closepath
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
7 505 moveto
|
||||
(READ_2\(Eve,{ni#2,nr#0}pk\(Agent#0\) \))
|
||||
[9.36 8.4 10.08 10.08 6.96 6.96 4.56 8.4 6.96 6.24 3.6 6.72 6.96 3.84 6.96 6.96 3.6 6.96 4.56 6.96 6.96 6.72 6.96 6.96 4.56 10.08 6.96 6.24 6.96 3.84 6.96 6.96 4.56 3.6 4.56]
|
||||
xshow
|
||||
end grestore
|
||||
end grestore
|
||||
% r0i1 -> r2i1
|
||||
gsave 10 dict begin
|
||||
0.082 1.000 0.933 edgecolor
|
||||
newpath 324 580 moveto
|
||||
283 566 227 546 184 531 curveto
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
solid
|
||||
1 setlinewidth
|
||||
0.082 1.000 0.933 edgecolor
|
||||
newpath 185 528 moveto
|
||||
174 528 lineto
|
||||
183 534 lineto
|
||||
closepath
|
||||
fill
|
||||
0.082 1.000 0.933 edgecolor
|
||||
newpath 185 528 moveto
|
||||
174 528 lineto
|
||||
183 534 lineto
|
||||
closepath
|
||||
stroke
|
||||
end grestore
|
||||
gsave 10 dict begin
|
||||
0.000 0.000 0.000 edgecolor
|
||||
273 549 moveto
|
||||
(redirect)
|
||||
[4.56 6.24 6.96 3.84 4.56 6.24 6.24 3.84]
|
||||
xshow
|
||||
end grestore
|
||||
end grestore
|
||||
% r0i3
|
||||
gsave 10 dict begin
|
||||
newpath 457 292 moveto
|
||||
295 292 lineto
|
||||
295 256 lineto
|
||||
457 256 lineto
|
||||
closepath
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
302 269 moveto
|
||||
(CLAIM_r1\( Secret, ni#2 \))
|
||||
[9.36 8.4 10.08 4.56 12.48 6.96 4.56 6.96 4.56 3.6 7.68 6.24 6.24 4.56 6.24 3.84 3.6 3.6 6.96 3.84 6.96 6.96 3.6 4.56]
|
||||
xshow
|
||||
end grestore
|
||||
end grestore
|
||||
% r0i2 -> r0i3
|
||||
gsave 10 dict begin
|
||||
bold
|
||||
newpath 376 330 moveto
|
||||
376 321 376 312 376 302 curveto
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
solid
|
||||
1 setlinewidth
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 380 302 moveto
|
||||
376 292 lineto
|
||||
373 302 lineto
|
||||
closepath
|
||||
fill
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 380 302 moveto
|
||||
376 292 lineto
|
||||
373 302 lineto
|
||||
closepath
|
||||
stroke
|
||||
end grestore
|
||||
end grestore
|
||||
% r0i4
|
||||
gsave 10 dict begin
|
||||
newpath 458 218 moveto
|
||||
294 218 lineto
|
||||
294 182 lineto
|
||||
458 182 lineto
|
||||
closepath
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
302 195 moveto
|
||||
(CLAIM_r2\( Secret, nr#0 \))
|
||||
[9.36 8.4 10.08 4.56 12.48 6.96 4.56 6.96 4.56 3.6 7.68 6.24 6.24 4.56 6.24 3.84 3.6 3.6 6.96 4.56 6.96 6.96 3.6 4.56]
|
||||
xshow
|
||||
end grestore
|
||||
end grestore
|
||||
% r0i3 -> r0i4
|
||||
gsave 10 dict begin
|
||||
bold
|
||||
newpath 376 256 moveto
|
||||
376 247 376 238 376 228 curveto
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
solid
|
||||
1 setlinewidth
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 380 228 moveto
|
||||
376 218 lineto
|
||||
373 228 lineto
|
||||
closepath
|
||||
fill
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 380 228 moveto
|
||||
376 218 lineto
|
||||
373 228 lineto
|
||||
closepath
|
||||
stroke
|
||||
end grestore
|
||||
end grestore
|
||||
% r0i5
|
||||
gsave 10 dict begin
|
||||
newpath 453 144 moveto
|
||||
299 144 lineto
|
||||
299 108 lineto
|
||||
453 108 lineto
|
||||
closepath
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
306 121 moveto
|
||||
(CLAIM_r3\( Niagree, * \))
|
||||
[9.36 8.4 10.08 4.56 12.48 6.96 4.56 6.96 4.56 3.6 10.08 3.84 6.24 6.96 4.56 6.24 6.24 3.6 3.6 6.96 3.6 4.56]
|
||||
xshow
|
||||
end grestore
|
||||
end grestore
|
||||
% r0i4 -> r0i5
|
||||
gsave 10 dict begin
|
||||
bold
|
||||
newpath 376 182 moveto
|
||||
376 173 376 164 376 154 curveto
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
solid
|
||||
1 setlinewidth
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 380 154 moveto
|
||||
376 144 lineto
|
||||
373 154 lineto
|
||||
closepath
|
||||
fill
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 380 154 moveto
|
||||
376 144 lineto
|
||||
373 154 lineto
|
||||
closepath
|
||||
stroke
|
||||
end grestore
|
||||
end grestore
|
||||
% r0i6
|
||||
gsave 10 dict begin
|
||||
filled
|
||||
0.016 0.541 0.980 nodecolor
|
||||
0.016 0.118 1.000 nodecolor
|
||||
newpath 465 40 moveto
|
||||
465 54 lineto
|
||||
413 65 lineto
|
||||
339 65 lineto
|
||||
287 54 lineto
|
||||
287 40 lineto
|
||||
339 29 lineto
|
||||
413 29 lineto
|
||||
closepath
|
||||
fill
|
||||
0.016 0.541 0.980 nodecolor
|
||||
newpath 465 40 moveto
|
||||
465 54 lineto
|
||||
413 65 lineto
|
||||
339 65 lineto
|
||||
287 54 lineto
|
||||
287 40 lineto
|
||||
339 29 lineto
|
||||
413 29 lineto
|
||||
closepath
|
||||
stroke
|
||||
newpath 469 37 moveto
|
||||
469 57 lineto
|
||||
413 69 lineto
|
||||
339 69 lineto
|
||||
283 57 lineto
|
||||
283 37 lineto
|
||||
339 25 lineto
|
||||
413 25 lineto
|
||||
closepath
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
0.000 0.000 0.000 nodecolor
|
||||
305 42 moveto
|
||||
(CLAIM_r4\( Nisynch, * \))
|
||||
[9.36 8.4 10.08 4.56 12.48 6.96 4.56 6.96 4.56 3.6 10.08 3.84 5.52 6.96 6.96 6.24 6.96 3.6 3.6 6.96 3.6 4.56]
|
||||
xshow
|
||||
end grestore
|
||||
end grestore
|
||||
% r0i5 -> r0i6
|
||||
gsave 10 dict begin
|
||||
bold
|
||||
newpath 376 108 moveto
|
||||
376 99 376 90 376 80 curveto
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
solid
|
||||
1 setlinewidth
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 380 80 moveto
|
||||
376 70 lineto
|
||||
373 80 lineto
|
||||
closepath
|
||||
fill
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 380 80 moveto
|
||||
376 70 lineto
|
||||
373 80 lineto
|
||||
closepath
|
||||
stroke
|
||||
end grestore
|
||||
end grestore
|
||||
% r2i0
|
||||
gsave 10 dict begin
|
||||
newpath 243 800 moveto
|
||||
1 800 lineto
|
||||
1 764 lineto
|
||||
243 764 lineto
|
||||
closepath
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
8 777 moveto
|
||||
(SEND_1\(Eve, {Agent#0,ni#2}pk\(Eve\) \))
|
||||
[7.68 8.4 10.08 10.08 6.96 6.96 4.56 8.4 6.96 6.24 3.6 3.6 6.72 10.08 6.96 6.24 6.96 3.84 6.96 6.96 3.6 6.96 3.84 6.96 6.96 6.72 6.96 6.96 4.56 8.4 6.96 6.24 4.56 3.6 4.56]
|
||||
xshow
|
||||
end grestore
|
||||
end grestore
|
||||
% r2i0 -> r0i0
|
||||
gsave 10 dict begin
|
||||
0.000 1.000 1.000 edgecolor
|
||||
newpath 164 764 moveto
|
||||
208 745 278 715 325 694 curveto
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
solid
|
||||
1 setlinewidth
|
||||
0.000 1.000 1.000 edgecolor
|
||||
newpath 326 697 moveto
|
||||
334 690 lineto
|
||||
323 691 lineto
|
||||
closepath
|
||||
fill
|
||||
0.000 1.000 1.000 edgecolor
|
||||
newpath 326 697 moveto
|
||||
334 690 lineto
|
||||
323 691 lineto
|
||||
closepath
|
||||
stroke
|
||||
end grestore
|
||||
gsave 10 dict begin
|
||||
0.000 0.000 0.000 edgecolor
|
||||
291 711 moveto
|
||||
(construct)
|
||||
[6.24 6.96 6.96 5.52 3.84 4.56 6.96 6.24 3.84]
|
||||
xshow
|
||||
end grestore
|
||||
end grestore
|
||||
% r2i0 -> r2i1
|
||||
gsave 10 dict begin
|
||||
bold
|
||||
newpath 122 764 moveto
|
||||
122 717 122 595 122 538 curveto
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
solid
|
||||
1 setlinewidth
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 126 538 moveto
|
||||
122 528 lineto
|
||||
119 538 lineto
|
||||
closepath
|
||||
fill
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 126 538 moveto
|
||||
122 528 lineto
|
||||
119 538 lineto
|
||||
closepath
|
||||
stroke
|
||||
end grestore
|
||||
end grestore
|
||||
% s2
|
||||
gsave 10 dict begin
|
||||
newpath 122 940 moveto
|
||||
26 900 lineto
|
||||
122 860 lineto
|
||||
218 900 lineto
|
||||
closepath
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
85 903 moveto
|
||||
(Run 2: ns3, I)
|
||||
[9.36 6.96 6.96 3.6 6.96 3.84 3.6 6.96 5.52 6.96 3.6 3.6 4.56]
|
||||
xshow
|
||||
69 887 moveto
|
||||
(I:Agent#0 \(R:Eve\))
|
||||
[4.56 3.84 10.08 6.96 6.24 6.96 3.84 6.96 6.96 3.6 4.56 9.36 3.84 8.4 6.96 6.24 4.56]
|
||||
xshow
|
||||
end grestore
|
||||
end grestore
|
||||
% s2 -> r2i0
|
||||
newpath 122 860 moveto
|
||||
122 844 122 825 122 810 curveto
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
solid
|
||||
1 setlinewidth
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 126 810 moveto
|
||||
122 800 lineto
|
||||
119 810 lineto
|
||||
closepath
|
||||
fill
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 126 810 moveto
|
||||
122 800 lineto
|
||||
119 810 lineto
|
||||
closepath
|
||||
stroke
|
||||
end grestore
|
||||
% r2i2
|
||||
gsave 10 dict begin
|
||||
newpath 218 454 moveto
|
||||
26 454 lineto
|
||||
26 418 lineto
|
||||
218 418 lineto
|
||||
closepath
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
34 431 moveto
|
||||
(SEND_3\(Eve, {nr#0}pk\(Eve\) \))
|
||||
[7.68 8.4 10.08 10.08 6.96 6.96 4.56 8.4 6.96 6.24 3.6 3.6 6.72 6.96 4.56 6.96 6.96 6.72 6.96 6.96 4.56 8.4 6.96 6.24 4.56 3.6 4.56]
|
||||
xshow
|
||||
end grestore
|
||||
end grestore
|
||||
% r2i1 -> r2i2
|
||||
gsave 10 dict begin
|
||||
bold
|
||||
newpath 122 492 moveto
|
||||
122 483 122 474 122 464 curveto
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
solid
|
||||
1 setlinewidth
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 126 464 moveto
|
||||
122 454 lineto
|
||||
119 464 lineto
|
||||
closepath
|
||||
fill
|
||||
0.000 0.000 0.000 edgecolor
|
||||
newpath 126 464 moveto
|
||||
122 454 lineto
|
||||
119 464 lineto
|
||||
closepath
|
||||
stroke
|
||||
end grestore
|
||||
end grestore
|
||||
% r2i2 -> r0i2
|
||||
gsave 10 dict begin
|
||||
0.000 1.000 1.000 edgecolor
|
||||
newpath 174 418 moveto
|
||||
215 404 271 384 314 369 curveto
|
||||
stroke
|
||||
gsave 10 dict begin
|
||||
solid
|
||||
1 setlinewidth
|
||||
0.000 1.000 1.000 edgecolor
|
||||
newpath 315 372 moveto
|
||||
324 366 lineto
|
||||
313 366 lineto
|
||||
closepath
|
||||
fill
|
||||
0.000 1.000 1.000 edgecolor
|
||||
newpath 315 372 moveto
|
||||
324 366 lineto
|
||||
313 366 lineto
|
||||
closepath
|
||||
stroke
|
||||
end grestore
|
||||
gsave 10 dict begin
|
||||
0.000 0.000 0.000 edgecolor
|
||||
265 387 moveto
|
||||
(construct)
|
||||
[6.24 6.96 6.96 5.52 3.84 4.56 6.96 6.24 3.84]
|
||||
xshow
|
||||
end grestore
|
||||
end grestore
|
||||
endpage
|
||||
showpage
|
||||
grestore
|
||||
end
|
||||
restore
|
||||
%%Trailer
|
||||
cleartomark
|
||||
countdictstack
|
||||
exch sub { end } repeat
|
||||
restore
|
||||
%%EOF
|
||||
Reference in New Issue
Block a user