aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iso14443.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-4/+4
2022-05-24epan: Switch some _by_id conversation routines to elements.Gerald Combs1-4/+4
2021-12-05Fix some filters that appear to be copied from entry before.Martin Mathieson1-1/+1
2021-09-26USB HID: Parse bit fields with correct bit orderTomasz Moń1-15/+15
2020-07-05iso14443: support larger frame sizesMartin Kaiser1-1/+1
2020-07-05Revert "ISO14443: Update some commands"Martin Kaiser1-189/+13
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2020-04-25Introduce tfs_get_string helperJaap Keuter1-16/+6
2019-10-02iso14443: fix conflict/typoAlexis La Goutte1-1/+1
2019-08-06ISO14443: Update some commandsUli Heilmeier1-13/+189
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-20iso14443: add unverified crc to the proto treeMartin Kaiser1-9/+18
2019-06-13register_decode_as_next_proto: remove the "title" parameterMartin Kaiser1-2/+1
2019-05-30iso14443: use the correct I-block payloadMartin Kaiser1-5/+8
2019-05-25iso14443: we reassemble APDUs, not TPDUsMartin Kaiser1-12/+12
2019-05-25iso14443: (trivial) i_block_frag_items is usedMartin Kaiser1-1/+1
2019-05-15iso14443: dissect the CID in the attrib messageMartin Kaiser1-5/+12
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-7/+7
2019-03-26iso14443: Initialize iso14443_trans->cmd.Anders Broman1-0/+1
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