aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btl2cap.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Dissectors: remove accidental double-colonsMartin Mathieson1-1/+1
2023-12-27BTL2CAP: Switch to using more efficient bluetooth_uuid_vals_extJaap Keuter1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-123/+123
2023-07-06Bluetooth: Parse SMP on BR/EDR Fixed channelJakub Pawlowski1-0/+14
2023-06-08Don't have every dissector include wtap.hJohn Thacker1-1/+0
2023-05-12Bluetooth: fix crash in epan/dissectors/packet-btl2cap.c:2929:26Jakub Pawlowski1-6/+14
2023-05-09Parse EATT data using ATT parserJakub Pawlowski1-0/+1
2023-05-09Bluetooth L2CAP: dissect L2CAP Credit Based Connection Request/ResponseJakub Pawlowski1-7/+320
2022-11-01Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-8/+8
2022-03-14Bluetooth: have BT specific global names contain bluetoothJaap Keuter1-18/+18
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-4/+4
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-1/+1
2020-10-28Bluetooth protocols: fix some protocol item lengthsMartin Mathieson1-1/+1
2020-07-07Fix Wpointer-sign warnings.Anders Broman1-4/+4
2019-10-02btl2cap: Improve CoC request/response matchingStig Bjørlykke1-20/+39
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-2/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-16/+16
2019-02-20Bluetooth: LDAC dissectorJakub Pawlowski1-2/+11
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-8/+8
2018-03-15Epan+Qt: Invalidate cached column strings.Gerald Combs1-1/+1
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo1-12/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-24/+24
2017-09-29btle: Ignore retransmitted frames in reassemblyStig Bjørlykke1-3/+8
2017-07-04l2cap: Show initial credits in Info columnStig Bjørlykke1-1/+7
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