aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iso14443.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-09iso14443: make the payload dissector configurableMartin Kaiser1-2/+12
2018-04-09iso14443: decode the bitrates in the attrib messageMartin Kaiser1-0/+28
2018-02-20Define macros to calculate (2^N)^M, and use them in more places.Guy Harris1-4/+5
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-13Remove circuit APIMichael Mann1-4/+4
2017-11-09ISO 14443: Convert circuit API to conversation APIMichael Mann1-18/+15
2017-09-12iso14443: reassemble APDUs from I-blocksMartin Kaiser1-1/+100
2017-08-14iso14443: fix the request-response trackingMartin Kaiser1-13/+31
2017-04-29iso14443: dissect the type B bit rate infoMartin Kaiser1-2/+54
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-4/+4
2017-01-11iso14443: use proto_tree_add_checksum()Martin Kaiser1-50/+76
2016-11-12iso14443: dissect the TA(1) byte in the ATSMartin Kaiser1-2/+51
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-07-10iso14443: the uid size is a generated itemMartin Kaiser1-1/+3
2016-07-10iso14443: expert info for invalid uid sizeMartin Kaiser1-5/+16
2016-07-03iso14443: expert info if the crc is wrongMartin Kaiser1-12/+18
2016-06-11iso14443: dissect attrib's p3 byteMartin Kaiser1-4/+15
2016-05-10iso14443 ats: show explicitly if TA(1), TB(1) and TC(1) are transmittedMartin Kaiser1-0/+21
2016-05-07iso14443: show nad and cid info in the atsMartin Kaiser1-9/+37
2016-05-05iso14443: add sfgiMartin Kaiser1-1/+9
2016-04-23iso14443: use the array_length() macroMartin Kaiser1-2/+1
2016-03-18iso14443: fix the dissection of ATQAMartin Kaiser1-11/+36
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-02-16iso14443: fix the NAK/ACK bit of an R-blockMartin Kaiser1-7/+7
2016-02-15iso14443: fix the order of the ATS bytesMartin Kaiser1-4/+4
2016-02-15iso14443: dissect FWI in the ATSMartin Kaiser1-8/+15
2016-02-15iso14443: move ATS dissection to a separate functionMartin Kaiser1-56/+68
2016-02-13iso14443: verify the CRC of all messagesMartin Kaiser1-49/+85
2016-02-05iso14443: add items for the actual length fieldsMartin Kaiser1-5/+64
2016-02-05iso14443: move the dissection of the attrib command to a separate functionMartin Kaiser1-55/+68
2016-02-05iso14443: make max_frame_size_code more genericMartin Kaiser1-7/+21
2016-02-05iso14443: dissect some more fieldsMartin Kaiser1-3/+45
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-6/+6
2016-01-22[iso14443] dissect two more components of the ATQBMartin Kaiser1-6/+24
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-31[iso14443] continue dissection of the ATSMartin Kaiser1-4/+62
2015-12-12[iso14443] dissect the PCB byte and payload of I, R and S-blocksMartin Kaiser1-46/+126
2015-12-12[iso14443] dissect some more components of the ATQBMartin Kaiser1-45/+138
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-7/+7
2015-11-25Fix copy-and-pasteo.Guy Harris1-1/+1
2015-11-25Fix typo.Guy Harris1-5/+14
2015-11-21ISO14443: Fix Dead Store (Dead assignement/Dead increment) Warning found by C...Alexis La Goutte1-1/+1
2015-11-19use the official DLT for ISO14443Martin Kaiser1-1/+7
2015-11-18[iso14443] add simple components of an R-blockMartin Kaiser1-1/+5
2015-11-17[iso14443] start dissecting the PCB of an S-blockMartin Kaiser1-4/+10
2015-11-17[iso14443] do a more precise check for uid-related commandsMartin Kaiser1-1/+1
2015-11-17[iso14443] dissect I-block PCB componentsMartin Kaiser1-6/+39
2015-11-17update the ISO1443 dissectorMartin Kaiser1-71/+556