]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
FIX: @tony pointed out that there was a method name lost... its been reinstated :)
authoriceman1001 <iceman@iuse.se>
Sat, 17 Oct 2015 12:16:42 +0000 (14:16 +0200)
committericeman1001 <iceman@iuse.se>
Sat, 17 Oct 2015 12:16:42 +0000 (14:16 +0200)
client/scripts/tnp3sim.lua

index 4325ea3fbfbed09e13525d3ed3ac2f0a97de7892..b6821606ca35ce5352c0d11826b42c0b902478ab 100644 (file)
@@ -198,6 +198,8 @@ local function ValidateCheckSums(blocks)
        if crc == calc then isOk='Ok' else isOk = 'Error' end   
        io.write( ('TYPE 3 area 2: %04x = %04x -- %s\n'):format(crc,calc,isOk))
 
+end
+local function LoadEmulator(blocks)
        local cmd
        local blockdata
        for _,b in pairs(blocks) do 
Impressum, Datenschutz