Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-usb.c
2014-06-14 Martin Kaiserlimit the scope of setup_tvb
2014-06-14 Martin Kaiserlimit the scope of new_offset
2014-06-14 Martin Kaiserlet the subfct fill win32_data_len
2014-06-14 Martin Kaisermark both transfer header and payload bytes for usbpcap...
2014-06-14 Martin Kaisermore descriptive names for tree variables
2014-06-14 Martin Kaiserrename tree_ti to urb_tree_ti
2014-06-14 Martin Kaiserremove unnecessary tree variable
2014-06-14 Martin Kaisersimplify the detection of iso data start offset
2014-06-14 Martin Kaiserrename dissect_win32_usb_pseudo_header() to
2014-06-14 Martin Kaiserdissect the usbpcap_buffer_control_header in dissect_us...
2014-06-12 Martin Kaiserfunction to parse the usbpcap pseudo-header
2014-06-12 Sean O. StalleyFix USB Class-Specific Control URB requests
2014-06-09 Sean O. StalleyDissection of USB setup data in MA USB data packets
2014-06-09 Martin Kaiserfill the conversation info struct in dissect_linux_usb_...
2014-06-09 Martin Kaiseruse the direction info from the conversation struct
2014-06-07 Pascal QuantinUSB: put back URB setup to parent tree like it was...
2014-06-07 Sean O. StalleyAdded usb_get_trans_info() function
2014-06-07 Michael Manntvb_new_subset -> tvb_new_subset_length when length...
2014-06-06 Sean O. StalleyMoved dissection of setup field to own function
2014-06-06 Sean O. StalleyAdded tap queue helper function to USB dissector
2014-06-06 Sean O. Stalley(trivial) changed when transfer info is set
2014-06-05 Sean O. StalleyMoved dissection of standard setup responses to own...
2014-06-05 Sean O. StalleyMoved dissection of standard setup requests to own...
2014-06-05 Sean O. StalleyAdded generic setup dissector for USB control transfers
2014-06-04 Sean O. StalleyMAUSB dissector uses USB addresses
2014-06-04 Sean O. StalleyAdded usb_set_addr helper function
2014-06-03 Alexis La GoutteUSB: Try to make Mac os 10.5 buildbot Happy
2014-06-02 Martin Kaisergenerate the usb tree outside of the if statement
2014-06-02 Martin Kaiseruse is_request from the conversation
2014-06-02 Martin Kaiserget the USB conversation struct as quickly as possible
2014-06-02 Martin Kaiseruse bus_id from the conversation struct
2014-05-21 AndersBromanChange the signature of dissector_try_heuristic() to...
2014-05-06 Sean O. Stalleyfix dissect_usb_endpoint_descriptor
2014-05-05 Sean O. StalleyMedia Agnostic USB Packet Dissector
2014-04-16 Pascal QuantinUSB: fix 'Decode As' by USB Device functionality
2014-04-14 Martin Kaiseralways get the transfer type from the conversation
2014-04-14 Martin Kaisercheck for is_setup, not for the value of the setup...
2014-04-14 Martin Kaiserremove device_address parameter from try_dissect_next_p...
2014-04-14 Martin Kaiserremove bus_id parameter from try_dissect_next_protocol()
2014-04-14 Martin Kaiserremove type parameter from try_dissect_next_protocol()
2014-04-09 Martin Kaiserremove usb_trans_info parameter
2014-04-09 Martin Kaisersetup dissectors don't need bus_id and device_address...
2014-04-08 Guy HarrisSquelch another warning; fix a place assuming 8-bit...
2014-04-08 Guy HarrisUSB device addresses need to be 16-bit.
2014-04-08 Martin Kaiserreformat the code for bulk, interrupt urbs
2014-04-08 Martin Kaisermove the assignments for is_request, endpoint behind...
2014-04-08 Martin Kaiserget rid of src_endpoint, dst_endpoint
2014-04-08 Martin Kaiserget rid of tmp_address
2014-04-08 Martin Kaiserremove another two NULL checks
2014-04-08 Martin Kaiserreformat the nested switch-case part
2014-04-06 Martin Kaiserremove unnecessary NULL checks
2014-04-06 Martin Kaisermake sure that we always finalize the composite setup_tvb
2014-04-03 Martin Kaiserfix a typo
2014-03-25 Pascal QuantinMBIM: fix dissection of control packets when capturing...
2014-03-24 Michal LabedzkiUSB: Fix comments about dissector tables used in "Decod...
2014-03-19 Peter WuUSB: decode HID desc for unknown iface class
2014-03-19 Peter WuUSB: show data fragment for control messages
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-04 Michal LabedzkiUSB: Fix Linux header byte-order
2014-01-09 Michael MannUSB: Add DFU dissector. Bug 9610 (https://bugs.wiresha...
2014-01-07 Evan HuusFrom Michal Labedzki via
2014-01-07 Evan HuusFrom Michal Labedzki via
2014-01-07 Evan HuusDon't use #defines for errno values, just build the...
2014-01-03 Evan HuusMake sure we have a dissector table before calling...
2013-12-23 Alexis La GoutteFix Result of operation is garbage or undefined warning...
2013-12-23 Alexis La GoutteFrom Michal Labedzki via https://bugs.wireshark.org...
2013-12-23 Alexis La GoutteFrom Michal Labedzki via https://bugs.wireshark.org...
2013-12-21 Jakub ZawadzkiDrop isprint.h use g_ascii_isprint() when this include...
2013-12-14 Guy HarrisUse proto_tree_add_item() for UTF-16 strings when disse...
2013-12-12 Chris MaynardFix Visual Studio Code Analysis warning C6287: Redundan...
2013-11-29 Jakub ZawadzkiExpand macros: htoles(), htolel(), htolell()
2013-11-28 Guy HarrisGUINT_TO_POINTER() does just enough casting to suppress...
2013-11-28 Michael MannUSB: Enable Decode As. Bug 9445 (https://bugs.wireshar...
2013-11-27 Bill MeierCreate/use several extended value_strings;
2013-11-21 Michael MannFix DecodeBy priorities. Bug 9445 (https://bugs.wiresh...
2013-11-12 Martin KaiserFrom Michal Labedzki
2013-11-12 Michael MannRemove usb_conv_info_t from packet_info and pass the...
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-11-09 Jakub Zawadzkiinclude <wsutil/pint.h> only when needed.
2013-10-31 Michael MannUSB/PN532: Fix dissector to use new dissector *data...
2013-10-27 Pascal QuantinFrom Michal Labedzki via https://bugs.wireshark.org...
2013-10-27 Pascal QuantinFrom Michal Labedzki via https://bugs.wireshark.org...
2013-10-22 Michael MannPass usb_data_t "private data" into subdissectors inste...
2013-10-13 Bill Meierwhitespace fixes; mostly: remove trailing blanks
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-02 Martin Kaiserdissect_usb_descriptor_header() takes an additional...
2013-09-02 Martin Kaiserremove class specific descriptor types from the global...
2013-09-02 Martin Kaiserdisplay usb descriptor type as hex value
2013-08-27 Martin Kaiserregister a dissector for HID class specific descriptors
2013-08-14 Martin Kaiseruse the correct length for the tvbuff of an unknown...
2013-08-05 Jakub ZawadzkiKeep result of [new_]register_dissector in some dissectors.
2013-07-31 Evan HuusConvert the USB dissectors to wmem.
2013-07-03 Michael Mannexpert_add_info_format_text + proto_tree_add_text ...
2013-06-14 Michael MannRemoved check_col() and the occasional tree.
2013-05-28 Michael MannBatch of filterable expert infos. This (mostly) comple...
2013-04-14 Pascal QuantinFrom Tomasz Mon via https://bugs.wireshark.org/bugzilla...
2013-03-30 Evan HuusFrom Michal Labedzki via https://bugs.wireshark.org...
2013-03-19 Anders BromanFrom beroset:
2013-03-18 Anders BromanFrom Michal Labedzki:
2013-03-17 Anders BromanFrom beroset:
next