mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
changed beginning of 15693 sniff file
This commit is contained in:
parent
43fc71673a
commit
d5842d9d92
1 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Copyright 2020 Michael Farrell <micolous+git@gmail.com>
|
// Copyright 2021 Nathan Glaser <startrk1995@gmail.com>
|
||||||
//
|
//
|
||||||
// This code is licensed to you under the terms of the GNU GPL, version 2 or,
|
// This code is licensed to you under the terms of the GNU GPL, version 2 or,
|
||||||
// at your option, any later version. See the LICENSE.txt file for the text of
|
// at your option, any later version. See the LICENSE.txt file for the text of
|
||||||
|
@ -9,11 +9,11 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
* This is 95% the same code as Michael Farrell's hf_14ASNIFF Standalone mode.
|
||||||
|
*
|
||||||
* `hf_15693sniff` passively sniffs ISO15693 frames, and stores them in internal
|
* `hf_15693sniff` passively sniffs ISO15693 frames, and stores them in internal
|
||||||
* flash. It requires RDV4 hardware (for flash and battery).
|
* flash. It requires RDV4 hardware (for flash and battery).
|
||||||
*
|
*
|
||||||
* This module is similar to hf_bog (which only logs ULC/NTAG/ULEV1 auth).
|
|
||||||
*
|
|
||||||
* On entering stand-alone mode, this module will start sniffing ISO15693 frames.
|
* On entering stand-alone mode, this module will start sniffing ISO15693 frames.
|
||||||
* This will be stored in the normal trace buffer (ie: in RAM -- will be lost
|
* This will be stored in the normal trace buffer (ie: in RAM -- will be lost
|
||||||
* at power-off).
|
* at power-off).
|
||||||
|
@ -38,7 +38,6 @@
|
||||||
* Loads trace data from a file into PC-side buffers.
|
* Loads trace data from a file into PC-side buffers.
|
||||||
*
|
*
|
||||||
* 3. For ISO15693: trace list -t 15 -1
|
* 3. For ISO15693: trace list -t 15 -1
|
||||||
* For MIFARE Classic: trace list -t mf -1
|
|
||||||
*
|
*
|
||||||
* Lists trace data from buffer without requesting it from PM3.
|
* Lists trace data from buffer without requesting it from PM3.
|
||||||
*
|
*
|
||||||
|
@ -83,7 +82,7 @@ static void DownloadTraceInstructions(void) {
|
||||||
|
|
||||||
void ModInfo(void) {
|
void ModInfo(void) {
|
||||||
DbpString(" HF 15693 SNIFF, a ISO15693 sniffer with storing in flashmem");
|
DbpString(" HF 15693 SNIFF, a ISO15693 sniffer with storing in flashmem");
|
||||||
DownloadTraceInstructions();
|
// DownloadTraceInstructions();
|
||||||
}
|
}
|
||||||
|
|
||||||
void RunMod(void) {
|
void RunMod(void) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue