aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_sco.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-09bluetooth: show packet status in info columnMatthias Ringwald1-0/+4
2022-04-09bluetooth: show SCO packet type in col_protocolMatthias Ringwald1-0/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2020-06-12More cppcheck fixes, using top-of-tree cppcheck.Martin Mathieson1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-3/+3
2018-09-08Don't use on-the-stack buffers for pinfo addresses.Guy Harris1-1/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-7/+7
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-18/+18
2015-05-18Bluetooth: SCO: Add Stream Number generated fieldMichal Labedzki1-2/+25
2015-05-18Bluetooth: SCO: Add Connect/Disconnect trackingMichal Labedzki1-0/+36
2015-05-18Bluetooth: SCO: Add Missing fieldsMichal Labedzki1-1/+23
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki1-3/+3
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-1/+0
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki1-29/+33
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-06Bluetooth: Avoid using find_dissector()Michal Labedzki1-4/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-07Bluetooth enhancements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-1/+151
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+1
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-8/+9
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-0/+13
2013-03-19From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-2/+4
2012-11-29From Michal Labedzki:Anders Broman1-1/+1
2012-10-09From Michal Labedzki:Anders Broman1-1/+12
2012-09-21From Michal Labedzki:Anders Broman1-3/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10From Michal Labedzki:Anders Broman1-22/+22
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-03-12Use consistent indentation;Bill Meier1-44/+44
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-10/+10
2011-10-18Display filter name cleanup.Chris Maynard1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2008-02-03From Shane Kearns (bug 2237):Stig Bjørlykke1-0/+1
2006-05-27the bluetooth SCO transport layer from the affix bluetooth patchRonnie Sahlberg1-0/+115