aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-dfu.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
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-23Remove more deprecated tvb_length callsEvan Huus1-4/+4
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-5/+5
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-13Use ENC_LITTLE_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-9/+9
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-9/+9
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-09USB: Add DFU dissector. Bug 9610 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-0/+607