aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rfid-pn532-hci.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-8/+17
2016-07-21Add proto_tree_add_checksum.Michael Mann1-4/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-7/+7
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-6/+6
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-7/+7
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-09Reject the packet if data is NULL without doing anything else.Chris Maynard1-3/+6
2013-11-21USB CCID and PN532_HCI can be now used in Decode As. Bug 9445 (https://bugs....Michael Mann1-2/+2
2013-11-12Remove usb_conv_info_t from packet_info and pass the data directly into the s...Michael Mann1-5/+4
2013-10-27From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-0/+304