aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hci_usb.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-09Reject the packet if data is NULL without doing anything else.Chris Maynard1-3/+6
2013-11-12Remove usb_conv_info_t from packet_info and pass the data directly into the s...Michael Mann1-16/+24
2013-11-02Bluetooth: minor improvements. Bug 7893 (https://bugs.wireshark.org/bugzilla/...Michael Mann1-5/+14
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-13/+9
2013-10-31USB/PN532: Fix dissector to use new dissector *data instead of private_data....Michael Mann1-0/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-4/+3
2013-10-26Bluetooth: Use items for logical block objects. Bug 9327 (https://bugs.wires...Michael Mann1-3/+21
2013-10-22Pass usb_data_t "private data" into subdissectors instead of using pinfo->pri...Michael Mann1-2/+2
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-06-20From Michal Labedzki viaEvan Huus1-12/+12
2013-03-28From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-0/+1
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-6/+7
2013-03-19From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-3/+6
2013-03-18From Michal Labedzki:Anders Broman1-1/+1
2013-02-11From: Michal Labedzki:Anders Broman1-0/+13
2012-12-03From Michal Labedzki:Anders Broman1-51/+50
2012-11-30From Michal Labedzki:Anders Broman1-0/+333