http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39746
User: alagoutte
Date: 2011/11/06 11:19 AM
Log:
From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6161
Dissector for the NXP MiFare Protocol
I've just finished writing a dissector for the NXP-proprietary MiFare Protocol, as used alongside ISO 14443-A by a popular range of contactless (not-so-smart) cards, and various emulations, variants and clones thereof.
It currently supports all of the commands listed in http://www.nxp.com/documents/data_sheet/MF1S703x.pdf that also happen to be supported by LibNFC (http://code.google.com/p/libnfc/) - modulo the "NAK" and CRC bytes, since I haven't found examples of their usage in my USB traces, and I didn't want to hand-craft (probably incorrect) examples for testing.
From me:
* Fix Clang Warning
* Remove trailing whitespace from lines;
* Added packet-rfid-mifare to Makefile.common and CMakeLists.txt
* Add Modelines information
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -0 Makefile.common Modified
+246 -0 packet-rfid-mifare.c Added
Directory: /trunk/epan/
Changes Path Action
+1 -0 CMakeLists.txt Modified