Add format_text_wmem.
[metze/wireshark/wip.git] / epan / dissectors / packet-usb-hid.c
2016-06-13 Pascal QuantinUSB HID: add dissector to USB Device 'Decode As' list
2016-01-24 Guy HarrisAdd the packet number to the packet_info structure...
2015-12-09 Michael Mannnew_register_dissector -> register_dissector for dissec...
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-09-11 Dario Lombardousb: fix 'index' var name
2015-06-23 Evan HuusRemove more deprecated tvb_length calls
2015-02-08 Alexis La GoutteUSB HID: fix no previous prototype for 'dissect_usb_hid...
2015-02-07 Martin Kaiserset protocol to USBHID for get descriptor request and...
2015-02-07 Martin Kaiseruse the value string for HID descriptor type
2015-02-07 Martin Kaiserdissect a get descriptor request and response for the...
2015-02-03 Michal LabedzkiBluetooth/USB HID: Move boot form of reports from bthid...
2015-02-03 Michal LabedzkiBluetooth: ATT: Decode some HOGP attributes
2015-01-21 Bill Meierusb-hid: fix 2 minor bugs and some dead initializers
2015-01-19 Martin Kaisertvb_length() -> tvb_captured_length()
2015-01-18 Martin Kaisermake things a bit easier to read...
2015-01-18 Martin Kaiserremove trans_info parameter from dissect_usb_hid_report...
2015-01-18 Martin Kaiserclean up the functions that dissect the hid requests
2015-01-18 Martin Kaiserremove redundant (and unused) paramter usb_trans_info
2015-01-02 Pascal QuantinUSB HID: fix report descriptor main items dissection
2014-12-25 Martin MathiesonDeleting unnecessary #includes from dissectors.
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-09-08 Michael MannEliminate proto_tree_add_text from some of the dissectors.
2014-08-19 Martin Kaiserremove the usb_trans_info parameter from dissect_usb_hi...
2014-07-07 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-14 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-12-10 Chris MaynardReject packets if data (and usb_trans_info) are NULL...
2013-11-12 Michael MannRemove usb_conv_info_t from packet_info and pass the...
2013-09-02 Martin Kaiserdescriptor type value string for HID
2013-09-02 Martin Kaiserdissect_usb_descriptor_header() takes an additional...
2013-08-27 Martin Kaiserset item len correctly
2013-08-27 Martin Kaiserbetter function name, make it clear what we want to do
2013-08-27 Martin Kaiserdissect the components of the HID descriptor
2013-08-27 Martin Kaiserregister a dissector for HID class specific descriptors
2013-08-26 Martin KaiserTABs -> spaces
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-04-02 Chris MaynardBoth tvb_length_remaining and tvb_reported_length_remai...
2013-03-17 Anders BromanFrom beroset:
2013-01-31 Bill MeierUse '#if 0 ... #endif' rather than /** ... **/ to comme...
2013-01-26 Bill MeierComment out cases of unused hf array entries found...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-24 Anders BromanFrom Martin Kaiser:
2012-04-20 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-03-21 Anders BromanFrom Steve Magnani:
2011-11-14 Bill MeierVery minor cleanup: remove some unneeded #includes...
2011-10-23 Bill MeierFix a few proto_tree_add_item() encoding args.
2011-10-16 Bill MeierDo some conversions of proto_tree_add_item() 'encoding...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2009-10-31 Bill MeierRegister dissectors in proto_reg_handoff (not proto_reg...
2009-10-29 Stig BjørlykkeFrom Marton Nemeth via bug 4173:
2009-08-03 Stig BjørlykkeHandle usb_hid_item_usage_vals as range_string.
2009-08-02 Bill MeierRemove unneeded #include <epan/emem.h>; fix some indent...
2009-07-31 Gerald CombsFrom Adam Nielsen via bug 3659: