aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btsdp.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Remove not needed ';'Jakub Zawadzki1-1/+1
2013-12-10Pass the correct uuid when recursing (the other one is a temporary var that mayEvan Huus1-1/+1
2013-12-07Bluetooth enhancements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-21/+29
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-8/+7
2013-11-03Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-43/+37
2013-10-31Bluetooth: SDP: Recognize attributes by record handle or by UUIDs in request....Michael Mann1-311/+595
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-4/+4
2013-10-26Bluetooth: SDP: Decode custom 128bit UUIDs and minor fixes. Bug 9327 (https:...Michael Mann1-11/+55
2013-10-26Bluetooth: SDP: Decode all types of UUIDs. Bug 9327 (https://bugs.wireshark....Michael Mann1-96/+104
2013-10-26Bluetooth: Use items for logical block objects. Bug 9327 (https://bugs.wires...Michael Mann1-81/+296
2013-10-26Bluetooth: SDP: Add MultiProfile UUIDs. Bug 9327 (https://bugs.wireshark.org...Michael Mann1-0/+2
2013-10-26Bluetooth: SDP: Fix PBAP features presentation. Bug 9327 (https://bugs.wires...Michael Mann1-2/+2
2013-10-26Replace tabs by spaces. Bug 9327 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-1/+1
2013-10-07From Michal Labedzki viaEvan Huus1-207/+180
2013-09-22emem -> wmem conversion:Pascal Quantin1-31/+31
2013-08-18HCI: Full dissection of EIR/AD and little improve filtering, bug 9050 (https:...Michael Mann1-4/+3
2013-07-23From Michal Labedzki:Anders Broman1-0/+3
2013-07-23From Michal Labedzki:Anders Broman1-14/+58
2013-07-09Batch of filterable expert infos.Michael Mann1-5/+16
2013-06-24Based on initial patch by Michal LabedzkiEvan Huus1-1/+7
2013-06-20From Michal Labedzki viaEvan Huus1-23/+20
2013-05-24Bluetooth: Highlight correct bytes in some SDP trees (Part 2). Bug 8700 (htt...Michael Mann1-1/+0
2013-05-21From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Michael Mann1-5/+3
2013-04-04From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-7/+7
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-4/+161
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-23/+2931
2013-03-29From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-666/+1678
2013-03-18From beroset:Anders Broman1-8/+8
2013-03-18From Michal Labedzki:Anders Broman1-1/+1
2013-03-18From Michal Labedzki:Anders Broman1-0/+8
2012-10-09From Michal Labedzki:Anders Broman1-0/+2
2012-10-09From Michal Labedzki:Anders Broman1-0/+12
2012-09-21From Michal Labedzki:Anders Broman1-5/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-03-12Cleanup & minor bug fixes:Bill Meier1-781/+881
2011-10-28Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-9/+11
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-7/+7
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-3/+2
2011-04-27From Yaniv Kaul:Bill Meier1-7/+5
2011-04-22"guint8 *" means "pointer to array of bytes that may or may not beGuy Harris1-6/+10
2011-02-12When generating the Info column, don't assume the direction is eitherGuy Harris1-14/+47
2011-01-10Stop gcc warning about type-punned pointer breaks strict anti-aliasingStephen Fisher1-3/+3
2011-01-03Fix (or at least quiet Valgrind about) https://bugs.wireshark.org/bugzilla/sh...Jeff Morriss1-3/+6
2011-01-03Partially fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5542 :Jeff Morriss1-18/+20
2011-01-02From Allan M. Madsen via. bug 5445:Kovarththanan Rajaratnam1-192/+338