ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 7675] New: Bluetooth: Add AVCTP dissector

Date: Wed, 29 Aug 2012 11:15:47 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7675

           Summary: Bluetooth: Add AVCTP dissector
           Product: Wireshark
           Version: unspecified
          Platform: x86
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Low
         Component: Dissection engine (libwireshark)
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: michal.labedzki@xxxxxxxxx


Created attachment 9019
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=9019
[PATCH] Bluetooth: Add AVCTP dissector

Build Information:
Version 1.9.0 (SVN Rev Unknown from unknown)

Copyright 1998-2012 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (32-bit) with GTK+ 2.18.7, with Cairo 1.10.2, with Pango 1.26.1, with
GLib 2.28.4, with libpcap, with libz 1.2.5, with POSIX capabilities (Linux),
with libnl 3, with SMI 0.4.8, with c-ares 1.7.5, without Lua, without Python,
with GnuTLS 2.8.5, with Gcrypt 1.4.4, with MIT Kerberos, without GeoIP, with
PortAudio V19-devel (built Jul 21 2012 10:51:55), without AirPcap.

Running on Linux 3.5.0+, without locale, with libpcap version
1.4.0-PRE-GIT_2012_08_08, with libz 1.2.5, GnuTLS 2.8.5, Gcrypt 1.4.4.

Built using gcc 4.6.0.

--
I want to add to Wireshark full Bluetooth protocol stack - 11 dissectors. This
is want of them, especially for review, so please be rigorous, because this
dissector show how I wrote the others. Purpose: fast review and fix other
dissectors based on changes on this one.

This add Bluetooth AVCTP protocol. Specification is here: 
https://www.bluetooth.org/DocMan/handlers/DownloadDoc.ashx?doc_id=119994
(https://www.bluetooth.org/Technical/Specifications/adopted.htm)
It is design to work together with AVRCP dissectors, that not attached yet (see
"my goals").

Attached examples.
Also attached plugin version to show power of patches from "bug": 
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.