aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btrfcomm.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-07Bluetooth enhancements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-1/+0
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-28Bluetooth improvements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-1/+2
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-8/+8
2013-11-20Add explicit casts to please GCCPascal Quantin1-2/+2
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-4/+53
2013-11-05Replace pinfo->layer_names as a string with pinfo->layers as a wmem_list ofEvan Huus1-1/+1
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-28/+32
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-10-26Bluetooth: SDP: Decode all types of UUIDs. Bug 9327 (https://bugs.wireshark....Michael Mann1-2/+2
2013-10-26Bluetooth: Use items for logical block objects. Bug 9327 (https://bugs.wires...Michael Mann1-8/+60
2013-10-26Replace tabs by spaces. Bug 9327 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-1/+1
2013-09-12More dissector table name related changes (a continuation of r51904).Chris Maynard1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-07-09Batch of filterable expert infos.Michael Mann1-1/+10
2013-06-22Only do a tree lookup if we have a tree to look up in.Evan Huus1-1/+3
2013-06-20From Michal Labedzki viaEvan Huus1-3/+3
2013-06-11From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-5/+7
2013-03-30Hopefully fix a false-positive warning in the Mac buildbot.Evan Huus1-1/+1
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-6/+67
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-18/+10