iso14443: make the payload dissector configurable
[metze/wireshark/wip.git] / epan / dissectors / packet-iso14443.c
2018-04-09 Martin Kaiseriso14443: make the payload dissector configurable
2018-04-09 Martin Kaiseriso14443: decode the bitrates in the attrib message
2018-02-20 Guy HarrisDefine macros to calculate (2^N)^M, and use them in...
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2017-11-13 Michael MannRemove circuit API
2017-11-09 Michael MannISO 14443: Convert circuit API to conversation API
2017-09-12 Martin Kaiseriso14443: reassemble APDUs from I-blocks
2017-08-14 Martin Kaiseriso14443: fix the request-response tracking
2017-04-29 Martin Kaiseriso14443: dissect the type B bit rate info
2017-04-02 Stig BjørlykkeUse col_append_sep_str() for fixed strings
2017-01-11 Martin Kaiseriso14443: use proto_tree_add_checksum()
2016-11-12 Martin Kaiseriso14443: dissect the TA(1) byte in the ATS
2016-08-31 Guy HarrisDon't do any Decode As stuff for dissector tables not...
2016-07-10 Martin Kaiseriso14443: the uid size is a generated item
2016-07-10 Martin Kaiseriso14443: expert info for invalid uid size
2016-07-03 Martin Kaiseriso14443: expert info if the crc is wrong
2016-06-11 Martin Kaiseriso14443: dissect attrib's p3 byte
2016-05-10 Martin Kaiseriso14443 ats: show explicitly if TA(1), TB(1) and TC...
2016-05-07 Martin Kaiseriso14443: show nad and cid info in the ats
2016-05-05 Martin Kaiseriso14443: add sfgi
2016-04-23 Martin Kaiseriso14443: use the array_length() macro
2016-03-18 Martin Kaiseriso14443: fix the dissection of ATQA
2016-03-17 Michael MannAssociate dissector tables and heuristic subdissector...
2016-02-16 Martin Kaiseriso14443: fix the NAK/ACK bit of an R-block
2016-02-15 Martin Kaiseriso14443: fix the order of the ATS bytes
2016-02-15 Martin Kaiseriso14443: dissect FWI in the ATS
2016-02-15 Martin Kaiseriso14443: move ATS dissection to a separate function
2016-02-13 Martin Kaiseriso14443: verify the CRC of all messages
2016-02-05 Martin Kaiseriso14443: add items for the actual length fields
2016-02-05 Martin Kaiseriso14443: move the dissection of the attrib command...
2016-02-05 Martin Kaiseriso14443: make max_frame_size_code more generic
2016-02-05 Martin Kaiseriso14443: dissect some more fields
2016-01-25 Guy HarrisMove the proto data stuff out of frame_data.[ch].
2016-01-24 Guy HarrisAdd the packet number to the packet_info structure...
2016-01-22 Martin Kaiser[iso14443] dissect two more components of the ATQB
2016-01-08 moshekaplanFix a lot of typos and misspellings
2015-12-31 Martin Kaiser[iso14443] continue dissection of the ATS
2015-12-12 Martin Kaiser[iso14443] dissect the PCB byte and payload of I, R...
2015-12-12 Martin Kaiser[iso14443] dissect some more components of the ATQB
2015-12-09 Michael Mannnew_register_dissector -> register_dissector for dissec...
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-11-25 Guy HarrisFix copy-and-pasteo.
2015-11-25 Guy HarrisFix typo.
2015-11-21 Alexis La GoutteISO14443: Fix Dead Store (Dead assignement/Dead increme...
2015-11-19 Martin Kaiseruse the official DLT for ISO14443
2015-11-18 Martin Kaiser[iso14443] add simple components of an R-block
2015-11-17 Martin Kaiser[iso14443] start dissecting the PCB of an S-block
2015-11-17 Martin Kaiser[iso14443] do a more precise check for uid-related...
2015-11-17 Martin Kaiser[iso14443] dissect I-block PCB components
2015-11-17 Martin Kaiserupdate the ISO1443 dissector
2015-11-12 Guy HarrisSquelch a compiler warning.
2015-11-12 Martin Kaiserdissector for ISO14443 protocols