aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btsap.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-06bluetooth: Group Bluetooth dissector preferencesStig Bjørlykke1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-07-17Don't register in a non-existent dissector table.Guy Harris1-1/+1
2015-07-17Bluetooth: Add generic UUID table for DecodeByMichal Labedzki1-1/+1
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki1-2/+2
2015-02-02Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki1-2/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-4/+4
2014-03-06Bluetooth: Avoid using find_dissector()Michal Labedzki1-4/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-9/+11
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-4/+3
2013-10-26Bluetooth: Use items for logical block objects. Bug 9327 (https://bugs.wires...Michael Mann1-1/+9
2013-10-26Replace tabs by spaces. Bug 9327 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-1/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-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-19/+19
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-17/+10
2013-03-19From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-29/+33
2013-03-18From Michal Labedzki:Anders Broman1-2/+2
2012-12-26Fix a bunch of warnings.Guy Harris1-12/+12
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
2012-10-08Add "gsm_sim.command" and "gsm_sim.response" dissectors and call them in btsa...Pascal Quantin1-13/+13
2012-09-28Get rid of HAVE_CONFIG_H for cmake. Fix one case where it was still used.Jörg Mayer1-2/+0
2012-09-25trival: replaced tabs with spaces, added modelinesMartin Kaiser1-1/+14
2012-09-25From Michal LabedzkiMartin Kaiser1-3/+3
2012-09-21Assuming transport_protocol is a guint8.Anders Broman1-1/+1
2012-09-21From Michal Labedzki:Anders Broman1-0/+743