Reintroduce the possibility to hexdump(3) PCD <=> PICC transmissions.
Not a hack this time: - Use the hexdump(3) function of the system if it exists; - Build the subpart of FreeBSD's libutil if not (contrib); - Do this only if configured --with-debug. The Mifare Classic / Ultralight code will be eventually changed to also provide this functionality.
This commit is contained in:
parent
1f1db8692b
commit
61a5ff4e4a
9 changed files with 195 additions and 1 deletions
3
contrib/Makefile.am
Normal file
3
contrib/Makefile.am
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# $Id$
|
||||
|
||||
SUBDIRS = libutil
|
||||
Loading…
Add table
Add a link
Reference in a new issue