aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-ccid.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-15tools/check_typed_item_calls: check FT_BOOLEAN mask lengthMartin Mathieson1-12/+12
2022-12-13usb-ccid: fix mask found by check_typed_items_callsAlexis La Goutte1-3/+3
2022-12-13usb-ccid: fix typo found by check_typed_item_callsAlexis La Goutte1-1/+1
2022-12-11CCID USB: decode PC_RDR_SET_PARAMS & RDR_PC_PARAMSLudovic Rousseau1-3/+104
2022-12-11CCID USB: Correctrly identify protocol numberLudovic Rousseau1-1/+1
2020-08-31More spelling fixes, last part of 2nd pass of dissectors.Martin Mathieson1-4/+4
2020-07-14ccid: dissect interrupt notifications for 8 slotsEric Wild1-2/+53
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-6/+6
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-13register_decode_as_next_proto: remove the "title" parameterMartin Kaiser1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-09-16Have register_decode_as_next_proto create dissector table.Michael Mann1-6/+3
2017-07-11Expand register_decode_as_next_proto to include prompt string.Michael Mann1-2/+1
2017-06-25USB CCID: use register_decode_as_next_proto()Martin Kaiser1-19/+4
2017-06-23USB CCID: register obosolete preferenceMartin Kaiser1-0/+5
2017-06-23USB CCID: use Decode As to select the payload protocolMartin Kaiser1-52/+23
2017-06-21GSM SIM: define a dissector for both request and responseMartin Kaiser1-7/+5
2017-06-21USB CCID: unify the code to call subdissectorsMartin Kaiser1-49/+37
2017-01-27Delete unsed variable in ccidThomas PORTASSAU1-11/+0
2017-01-26CCID added dwFeatures, bStatus bitmasks and IFSD in class descriptionThomas PORTASSAU1-6/+119
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-6/+4
2016-07-12USB CCID added Interrupt IN and PC2RDR_paramsThomas PORTASSAU1-2/+93
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-5/+5
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-1/+1
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-1/+1
2015-03-29smart card dev class descriptor: use a bit field for the supported protocolsMartin Kaiser1-3/+19
2015-03-29dissect two more features in the smart card device class descriptorMartin Kaiser1-0/+12
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+1
2014-12-13Use ENC_LITTLE_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-10-16use supported/unsupported for the bitfield elementsMartin Kaiser1-24/+24
2014-10-16smartcard descriptor: start a bitfield for the featuresMartin Kaiser1-2/+23
2014-10-13smartcard descriptor: bitmask for pin support fieldMartin Kaiser1-3/+19
2014-10-13smartcard descriptor:Martin Kaiser1-2/+21
2014-10-13smartcard descriptor: the lcd layout is two bytes longMartin Kaiser1-1/+1
2014-09-08Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-6/+10
2014-07-07convert to proto_tree_add_subtree[_format]Michael Mann1-4/+3
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-3/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-8/+8
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-37/+21
2013-12-12remove unused dissector tablesMartin Kaiser1-5/+0
2013-12-09Reject the packet if data is NULL without doing anything else.Chris Maynard1-2/+5
2013-11-21USB CCID and PN532_HCI can be now used in Decode As. Bug 9445 (https://bugs....Michael Mann1-4/+9
2013-11-12Remove usb_conv_info_t from packet_info and pass the data directly into the s...Michael Mann1-4/+4
2013-10-31USB/PN532: Fix dissector to use new dissector *data instead of private_data....Michael Mann1-5/+11
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-3/+3