aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btsdp.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-31/+31
2014-03-25Bluetooth: Fix wrong recognized RFCOMM servicesMichal Labedzki1-9/+26
2014-03-06Bluetooth: Avoid using find_dissector()Michal Labedzki1-4/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann1-118/+5
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann1-22/+29
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-3/+3
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