summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-usb-ccid.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-04dissect the remaining components of the smart card descriptorMartin Kaiser1-4/+100
2013-09-10From: Michal Labedzki <michal.labedzki@tieto.com>Anders Broman1-4/+24
2013-09-09More dissector table UI name changes (a continuation of r51904).Chris Maynard1-1/+1
2013-09-07From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9105 :Pascal Quantin1-0/+3
2013-09-04dissect some more items of the smart card descriptorMartin Kaiser1-6/+78
2013-09-02register a dissector for ccid class specific descriptorsMartin Kaiser1-4/+59
2013-06-13From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8791 :Pascal Quantin1-3/+10
2013-05-31Check USB CCID length to see if subdissectors should be called instead of doi...Michael Mann1-107/+80
2013-01-26Always call sub-dissectors with the top-level tree.Evan Huus1-3/+3
2013-01-26USB-CCID header is always 10 bytes and may contain payloads, so settingEvan Huus1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-17Tabs -> spacespascal1-128/+128