I want to capture NFC(near field communication) packet, which tool can be competent to do that? asked 18 Jun '13, 23:04 TommyXu edited 18 Jun '13, 23:05 |
One Answer:
There is a NFC dissector plugin available at google code.
So, you will at least be able to dissect NFC traffic with Wireshark, if you are able to use that plugin with Wireshark (see the instructions on that site) and you have some hardware that is able to generate the NFC capture file (search google for: NFC protocol sniffer). Regarding capturing NFC traffic with Wireshark. This would require a NFC device that is supported by libpcap (Linux,etc.) or WinPcap (Windows). I'm not sure if such a device exists at the moment. I could not find anything with google. Regards answered 19 Jun '13, 05:06 Kurt Knochner ♦ edited 19 Jun '13, 05:06 |
Thank you for kindly help. I downloaded the NFC dissector plugin source code and built it on the Win8 plantform. But I don't known how to generate the NFC capture file. Is "NFC protocol sniffer" a hardware or a software?
mostly hardware