aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_acl.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-1/+1
2020-06-12More cppcheck fixes, using top-of-tree cppcheck.Martin Mathieson1-2/+2
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-14/+14
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-5/+5
2018-10-31Fix typo itam->itemMichał Łabędzki1-4/+4
2018-03-15Epan+Qt: Invalidate cached column strings.Gerald Combs1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-06bluetooth: Group Bluetooth dissector preferencesStig Bjørlykke1-1/+1
2017-09-29btle: Ignore retransmitted frames in reassemblyStig Bjørlykke1-0/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-12-13bthci_acl: Set src/dst addresses before reassembly.Stig Bjørlykke1-8/+7
2016-11-04bthci_acl: Always show data itemStig Bjørlykke1-4/+13
2016-09-22BTHCI ACL: ensure to initialize the full bthci_acl_data_t structurePascal Quantin1-0/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.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-18/+18
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-20Bluetooth: Fix remaining lengthsMichal Labedzki1-2/+11
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-6/+6
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-16/+125
2014-09-19Bluetooth: ACL/AVDTP: Fix ACL session handlingMichal Labedzki1-7/+22
2014-09-18Bluetooth: Fix some Clang Analyzer warningsMichal Labedzki1-0/+2
2014-06-22Bluetooth: Complete sessionsMichal Labedzki1-5/+43
2014-03-06Bluetooth: Avoid using find_dissector()Michal Labedzki1-4/+2
2014-03-06Bluetooth: Make Source/Destination BD_ADDRs and names filterableMichal Labedzki1-127/+139
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-02eject the packet if data is NULL without doing anything else.Chris Maynard1-3/+5
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-20/+17
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-12Convert a few more dissectors to wmemPascal Quantin1-1/+1
2013-06-30Actually initialize the localhost ethernet address before settingJeff Morriss1-2/+7
2013-06-20From Michal Labedzki viaEvan Huus1-14/+14
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-0/+13
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-0/+5
2013-03-19From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-3/+5
2013-03-18From beroset:Anders Broman1-13/+13
2013-02-21Fix AVCTP, AVRCP, HCI AVL and L2CP for multiple interfaces/adaptersMichael Mann1-11/+58
2013-02-11From: Michal Labedzki:Anders Broman1-4/+7
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
2012-12-26From Michal Labedzki: To ensure that names are correct copy NULL too This fix...Anders Broman1-14/+14
2012-12-02Create a wmem pool in pinfo and use it for some address allocations.Evan Huus1-2/+3
2012-12-02Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8030 :Jeff Morriss1-2/+2
2012-11-30From Michal Labedzki:Anders Broman1-44/+42