aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btrfcomm.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-11UAT: Have a combobox for DissectorsJohn Thacker1-2/+2
2022-11-01Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-3/+3
2022-03-14Bluetooth: have BT specific global names contain bluetoothJaap Keuter1-5/+5
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-3/+3
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-1/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-11-05btrfcomm: Free uat table recordsVasil Velichkov1-2/+22
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-06bluetooth: Group Bluetooth dissector preferencesStig Bjørlykke1-1/+1
2017-06-15packet-btrfcomm.c: Prevent over bit shift in get_le_multi_byte_value.Michael Mann1-1/+1
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-07-15Bluetooth: RFCOMM: Fix CID 1364086Michal Labedzki1-3/+4
2016-07-12packet-btrfcomm.c: Add NULL check to pacify VS Code AnalysisMichael Mann1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-4/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-10-17Bluetooth: Make dissectors independent of passed dataMichal Labedzki1-1/+1
2015-09-20Don't hand zero-length UUIDs to print_numeric_uuid().Guy Harris1-1/+2
2015-08-07More casting issues with older versions of GLib.Gerald Combs1-1/+1
2015-08-06Bluetooth: Fix some MSVC2015 warnings/errorsMichal Labedzki1-7/+7
2015-08-05Revert "[MSVC 2015] Fix errors seen with the released version by reverting th...Michal Labedzki1-1/+6
2015-08-05[MSVC 2015] Fix errors seen with the released version by reverting theAndersBroman1-6/+1
2015-07-17Bluetooth: RFCOMM: Replace Decode by Channel by DLCIMichal Labedzki1-19/+19
2015-07-17Bluetooth: Add generic UUID table for DecodeByMichal Labedzki1-58/+32
2015-07-12Revert "[MSVC2015] TRy to fix Warnings turned errors."Anders Broman1-2/+12
2015-06-04[MSVC2015] TRy to fix Warnings turned errors.Anders1-12/+2
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki1-15/+16
2015-02-02Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki1-2/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki1-4/+4
2014-08-21Bluetooth: RFCOMM: Fix recognizing servicesMichal Labedzki1-3/+8
2014-07-29Bluetooth: Fix OBEX over L2CAP detectionMichal Labedzki1-1/+1
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-4/+4
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-7/+7
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-05-30Bluetooth: Avoid using macro GPOINTER_TO_UINT()Michal Labedzki1-9/+43
2014-03-25Bluetooth: Fix wrong recognized RFCOMM servicesMichal Labedzki1-23/+79
2014-03-06Bluetooth: Avoid using find_dissector()Michal Labedzki1-20/+11
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann1-1/+2