diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-02-09 17:49:39 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-02-09 17:49:39 +0000 |
commit | 6be69f0de0c5455758c7ab3a6a3c7d37a061e5fa (patch) | |
tree | 54bc5f77817fd3e0f578ccc1b551363a6a193f70 /openpicc/application/iso14443_sniffer.h | |
parent | f44e839dcc1ce0269c0608d76ee3d6fd222ba778 (diff) |
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
Diffstat (limited to 'openpicc/application/iso14443_sniffer.h')
-rw-r--r-- | openpicc/application/iso14443_sniffer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openpicc/application/iso14443_sniffer.h b/openpicc/application/iso14443_sniffer.h new file mode 100644 index 0000000..59a406a --- /dev/null +++ b/openpicc/application/iso14443_sniffer.h @@ -0,0 +1,6 @@ +#ifndef ISO14443_SNIFFER_H_ +#define ISO14443_SNIFFER_H_ + +extern void iso14443_sniffer (void *pvParameters); + +#endif /*ISO14443_SNIFFER_H_*/ |