summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-btl2cap.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-29btl2cap: Cleanup indent and spacingStig Bjørlykke1-69/+87
2017-05-12BT L2CAP: avoid a division by 0Pascal Quantin1-2/+3
2017-01-29Register reassembly tablesMichael Mann1-16/+2
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-5/+5
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-2/+3
2016-11-02btl2cap: Initialize reassembly valuesStig Bjørlykke1-8/+2
2016-09-21BTL2AP: compare strings with strcmp, not memcpPascal Quantin1-2/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-2/+2
2016-08-09btl2cap: Renamed Message fragments to SDU fragmentsStig Bjørlykke1-56/+56
2016-08-09[BTL2CAP] Reassemble LE messages.AndersBroman1-19/+229
2016-08-08[BTLE] Dissect LE Information frame.AndersBroman1-31/+355
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