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.