aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btl2cap.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-07Bluetooth enhancements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-1/+2
2013-12-04From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Chris Maynard1-11/+8
2013-12-03Remove some no-longer-necessary null pointer checks, as pointed out byGuy Harris1-8/+8
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-22/+2
2013-11-23Bluetooth improvements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-3/+3
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-22/+22
2013-11-20Add explicit casts to please GCCPascal Quantin1-8/+8
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-0/+90
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-66/+58
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-3/+3
2013-10-26Bluetooth: SDP: Decode all types of UUIDs. Bug 9327 (https://bugs.wireshark....Michael Mann1-2/+1
2013-10-26Replace tabs by spaces. Bug 9327 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-3/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-07-28From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-0/+2
2013-07-09Batch of filterable expert infos.Michael Mann1-4/+18
2013-06-20From Michal Labedzki viaEvan Huus1-25/+28
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-17/+11
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-279/+129
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-1/+1
2013-03-28From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-1/+2
2013-03-19From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-7/+10
2013-03-18From Michal Labedzki:Anders Broman1-42/+47
2013-03-18From Michal Labedzki:Anders Broman1-9/+8
2013-03-16From beroset:Anders Broman1-18/+18
2013-02-21Minor Bluetooth fixesMichael Mann1-15/+99
2013-02-21Fix AVCTP, AVRCP, HCI AVL and L2CP for multiple interfaces/adaptersMichael Mann1-162/+544
2013-02-14From Michael Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Chris Maynard1-2/+3
2013-02-13Fix Coverity CID 981007: Dereference before null check. Bug introduced with ...Chris Maynard1-6/+6
2013-02-11From: Michal Labedzki:Anders Broman1-5/+9
2012-11-05From Michal Labedzki:Anders Broman1-3/+21
2012-11-05From Andrei Emeltchenko:Anders Broman1-1/+1
2012-11-05From Michal Labedzki:Anders Broman1-12/+15
2012-10-22from Allan M. Madsen:Anders Broman1-1/+91
2012-10-09From Michal Labedzki:Anders Broman1-2/+15
2012-09-21From Michal Labedzki:Anders Broman1-1/+3
2012-09-21From Michal Labedzki:Anders Broman1-5/+2
2012-09-21From Michal Labedzki:Anders Broman1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-13Add length checks to make sure we don't underflow an integer. MakeGerald Combs1-6/+18
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-2/+2
2012-03-12Cleanup & minor bug fixes:Bill Meier1-1495/+1510
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+6
2012-01-28From Michal Labedzki:Anders Broman1-8/+100
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-92/+92
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-8/+8