Changes between Version 6 and Version 7 of MitmExample
- Timestamp:
- Nov 5, 2010 4:43:00 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MitmExample
v6 v7 19 19 '''Objects:''' 20 20 21 IP extends IPAddress21 IP := cp.Name, IP extends IPAddress 22 22 23 23 fakePA := cp.fakeResource, fakePA extends MACAddress … … 26 26 27 27 '''Cardinality:''' 28 29 30 |IP|,,1,,31 28 32 29 '''Relationships:''' … … 38 35 Attacker a, IP ip, fakePA fpa, Cache c 39 36 40 e1 := {type = ARPREPLY, origin = a, destination = c, content = (ip = fpa)}37 e1 := cp.e1, e1 := {type = ARPREPLY, origin = a, destination = c, content = (ip = fpa)} 41 38 42 s1 := {c.records += (ip = fpa)}39 s1 := cp.s1 43 40 44 41 '''Timeline:''' 45 42 46 e1 -> s143 timeline(cp) 47 44 48 49 50 45 '''Invariants:''' Nothing in addition to the topology and timeline above. 51 46