aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hci_usb.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-4/+4
2016-02-19Don't call the hci_usb dissector through a dissector table.Guy Harris1-5/+0
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-06-16Clean up handling of metadata in Bluetooth dissectors.Guy Harris1-0/+1
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki1-5/+6
2015-02-02Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki1-57/+26
2014-06-22Bluetooth: Complete sessionsMichal Labedzki1-0/+7
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-2/+2
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-06Bluetooth: Fix interface_idMichal Labedzki1-5/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-20Add support for Bluetooth Linux MonitorMichal Labedzki1-2/+2
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-5/+53
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-4/+3
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