aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btl2cap.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-25/+25
2016-01-18Bluetooth: Update Assign numbers (5th December 2015)Michal Labedzki1-0/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-20Bluetooth: Fix remaining lengthsMichal Labedzki1-3/+11
2015-11-20Bluetooth: L2CAP: Improve tracing connects and disconnectsMichal Labedzki1-17/+187
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-08-07More casting issues with older versions of GLib.Gerald Combs1-2/+2
2015-08-06Bluetooth: Fix some MSVC2015 warnings/errorsMichal Labedzki1-20/+20
2015-08-05Revert "[MSVC 2015] Fix errors seen with the released version by reverting th...Michal Labedzki1-2/+12
2015-08-05[MSVC 2015] Fix errors seen with the released version by reverting theAndersBroman1-12/+2
2015-07-17Bluetooth: Add generic UUID table for DecodeByMichal Labedzki1-78/+61
2015-07-12Revert "[MSVC2015] TRy to fix Warnings turned errors."Anders Broman1-3/+18
2015-06-04[MSVC2015] TRy to fix Warnings turned errors.Anders1-18/+3
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki1-9/+9
2015-03-02Bluetooth: L2CAP: Add link to Connect and Disconnect framesMichal Labedzki1-0/+26
2015-02-23L2CAP information message contained two bits that were wrongly dissected.Jeroen Sack1-2/+2
2015-02-02Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki1-2/+1
2015-01-08Bluetooth: Update to latest Assigned Numbers (up to 4.2)Michal Labedzki1-0/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki1-9/+7
2014-08-21Bluetooth: L2CAP: Clear channel options if configure failsMichal Labedzki1-0/+5
2014-07-29Bluetooth: Fix OBEX over L2CAP detectionMichal Labedzki1-1/+2
2014-06-22Bluetooth: Complete sessionsMichal Labedzki1-7/+18
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-9/+9
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-9/+9
2014-05-30Bluetooth: AVDTP: First step to fully support AVDTP sessionMichal Labedzki1-1/+3
2014-05-30Bluetooth: Avoid using macro GPOINTER_TO_UINT()Michal Labedzki1-25/+101
2014-05-30Bluetooth: L2CAP: Another fix for CIDsMichal Labedzki1-43/+44
2014-05-30Bluetooth: AVDTP: Upgrade session logicMichal Labedzki1-0/+6
2014-05-30Bluetooth AVDTP/RTP: Separate the streamsMichal Labedzki1-2/+8
2014-03-24Check API found: Found non-ASCII characters on line 248 ..253AndersBroman1-6/+6
2014-03-24Bluetooth: L2CAP: Fix disconnection CIDsMichal Labedzki1-5/+10
2014-03-24Bluetooth: L2CAP: A little update to Core 4.1Michal Labedzki1-12/+120
2014-03-06Bluetooth: Make Source/Destination BD_ADDRs and names filterableMichal Labedzki1-9/+10
2014-03-06Bluetooth: Fix interface_idMichal Labedzki1-7/+29
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-3/+3
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-2/+2
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