Commit Graph

14 Commits

Author SHA1 Message Date
Jaap Keuter 4e09bed012 From Tyson Key:
The attached patch adds support for dissection of SAMConfiguration request packets, 
and updates the opcode table to identify their corresponding (null/empty) responses.

svn path=/trunk/; revision=48656
2013-03-30 17:09:26 +00:00
Evan Huus cd502e4dcd From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8514
Device->Host detection of ISO 7816 commands in PN532 packets.

From me: clean up indentation a bit in that section of the code.

svn path=/trunk/; revision=48530
2013-03-24 17:22:08 +00:00
Evan Huus 2bddba9374 From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8514
Add support for ISO 7816 commands payloads (from host -> device, only) in PN532
InDataExchange request packets

svn path=/trunk/; revision=48474
2013-03-22 01:24:26 +00:00
Jaap Keuter 930deed11d From Tyson Key:
I have just finished slightly refactoring part of the PN532 dissector's  
with InListPassiveTarget Response handler, to resolve some issues where 
ISO 14443-A UIDs of various lengths in the aforementioned packet types 
are incorrectly dissected.

The patch also introduces basic support for identifying, and dissecting 
InListPassiveTarget Responses from cards/tokens with variable-length 
Answer To Select (ATS) payloads, such as contactless EMV payment smartcards. 

svn path=/trunk/; revision=48306
2013-03-14 23:09:58 +00:00
Anders Broman 6bcbacf99a From Tyson Key:
Support for dissection of MiFare command payloads in PN532 InDataExchange packets.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8291

svn path=/trunk/; revision=47518
2013-02-06 13:23:54 +00:00
Evan Huus a18bdb19df From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8246
Support for dissection of FeliCa payloads in PN532 InCommunicateThru packets.

svn path=/trunk/; revision=47297
2013-01-26 15:38:12 +00:00
Jeff Morriss 2552c750e5 We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
svn path=/trunk/; revision=45017
2012-09-20 02:03:38 +00:00
Bill Meier 3b36a23478 Minor cleanup;
- Create/use an extended value string to access a value string array;
- Reformat to match editor modelines (convert tabs to spaces).

svn path=/trunk/; revision=44050
2012-07-26 16:13:09 +00:00
Jakub Zawadzki bf81b42e1e Update Free Software Foundation address.
(COPYING will be updated in next commit)

svn path=/trunk/; revision=43536
2012-06-28 22:56:06 +00:00
Anders Broman 7d1cef1a06 From Tyson Key: Support for PN532 InDeselect, Release, and InSelect Command and Response Packets. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7083
svn path=/trunk/; revision=42063
2012-04-14 07:58:59 +00:00
pascal 8fd3fcfd78 From Tyson Key:
Additional PN532 dissector opcode descriptions
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7078

svn path=/trunk/; revision=42052
2012-04-13 20:01:16 +00:00
Jeff Morriss 9e1c8e6b34 (sigh) Take out the whole if(tree) as Chris suggested. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6903#c14
svn path=/trunk/; revision=41529
2012-03-13 13:53:01 +00:00
Jeff Morriss a63bb0db38 Move the col_set_str() outside the if(tree) to address https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6903#c7
svn path=/trunk/; revision=41528
2012-03-13 13:43:19 +00:00
Anders Broman 755f8dc98d From Tyson Key:
Dissector for the NXP PN532 protocol

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6903

svn path=/trunk/; revision=41497
2012-03-12 08:55:14 +00:00