From 6be69f0de0c5455758c7ab3a6a3c7d37a061e5fa Mon Sep 17 00:00:00 2001 From: henryk Date: Sat, 9 Feb 2008 17:49:39 +0000 Subject: Commit a first version of an iso 14443 layer 2 and a passive sniffer. Works for short frames, and sometimes even for long frames. Pending some major cleanup git-svn-id: https://svn.openpcd.org:2342/trunk@408 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openpicc/Makefile') diff --git a/openpicc/Makefile b/openpicc/Makefile index 92a7351..f88afb8 100644 --- a/openpicc/Makefile +++ b/openpicc/Makefile @@ -88,7 +88,9 @@ ARM_SRC= \ application/tc_fdt.c \ application/tc_cdiv.c \ application/usb_print.c \ + application/iso14443_layer2a.c \ application/iso14443_layer3a.c \ + application/iso14443_sniffer.c \ application/iso14443a_manchester.c \ application/iso14443a_miller.c \ application/load_modulation.c \ -- cgit v1.2.3