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 5445] Enable Bluetooth profile dissection on top of L2CAP

Date: Wed, 15 Dec 2010 08:16:37 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5445

--- Comment #8 from Kovarththanan Rajaratnam <kovarththanan.rajaratnam@xxxxxxxxx> 2010-12-15 08:16:36 PST ---
I'm also still seeing this:

"Duplicate field detected in call to proto_register_field_array: bthf.atcmd is
already registered"

This is caused by:

    static hf_register_info hf[] = {
        {&hf_at_cmd,
        {"AT Cmd", "bthf.atcmd",
        FT_STRING, BASE_NONE, NULL, 0,
        "AT Command", HFILL}
        },
    };

and:

    static hf_register_info hf[] = {
        {&hf_at_cmd,
        {"AT Cmd", "btdun.atcmd",
        FT_STRING, BASE_NONE, NULL, 0,
        "AT Command", HFILL}
        },
    };

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