Changes between Version 7 and Version 8 of CachePoisonExample


Ignore:
Timestamp:
Nov 4, 2010 5:23:51 PM (13 years ago)
Author:
sunshine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CachePoisonExample

    v7 v8  
    146146      User extends Human
    147147
    148       Server extends WebServer
    149 
    150       Page extends WebPage
     148      Server extends webServer
     149
     150      Page extends webPage
    151151
    152152      Public, Confidential extends String
     
    193193Now I'm a user who wants to design an experiment. I need to combine two metadescriptions (DNS cache poisoning and phishing) and somehow tie them down to generator choices. To combine I'll do something like this:
    194194 
    195 DNSCachePoisoning dcp, ConfidentialAccess ca
    196  
    197   dcp.FakeIP := ip(ca.Server)
    198  
    199   dcp -> ca
    200  
     195  DNSCachePoisoning dcp, confidentialAccess ca
     196 
     197    dcp.FakeIP := ip(ca.Server)
     198 
     199    dcp -> ca
     200