aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthfp.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-07Bluetooth enhancements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-1/+0
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard1-3/+5
2013-11-30Replace "btsdp" tap with function to query service_infos tree, since that's a...Michael Mann1-16/+1
2013-11-28Bluetooth: HSP: Add support for HSP. Bug 9446 (https://bugs.wireshark.org/bu...Michael Mann1-5/+3
2013-11-28Bluetooth improvements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-5/+7
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-19/+22
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-3/+2
2013-10-26Bluetooth: SDP: Decode all types of UUIDs. Bug 9327 (https://bugs.wireshark....Michael Mann1-2/+2
2013-10-26Bluetooth: Use items for logical block objects. Bug 9327 (https://bugs.wires...Michael Mann1-1/+7
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-1/+1
2013-07-01Return from dissect_at_command() immediately if tvb_length_remaining() return...Chris Maynard1-5/+11
2013-06-20From Michal Labedzki viaEvan Huus1-9/+9
2013-06-12fix compiler warningMartin Kaiser1-1/+1
2013-06-11From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-21/+1964
2012-10-09From Michal Labedzki:Anders Broman1-0/+13
2012-09-21From Michal Labedzki:Anders Broman1-2/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Bluetooth: Move HFP dissector from RFCOMM fileJakub Zawadzki1-0/+100