https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3431
--- Comment #6 from Bill Meier <wmeier@xxxxxxxxxxx> 2009-05-21 13:09:51 PDT ---
I've taken the liberty of doing a few minor basically cosmetic cleanups; see
SVN #28439.
One thing I noticed:
static hf_register_info hf_apf[] = {
{ &hf_zbee_apf_count,
{ "Count", "zbee.app.count", FT_UINT8, BASE_DEC,
NULL, 0x0,
NULL, HFILL }},
{ &hf_zbee_apf_type,
{ "Type", "zbee.app.type", FT_UINT8, BASE_HEX,
VALS(zbee_apf_type_names), 0x0,
NULL, HFILL }}
};
Should "zbee.app.count" be "zbee.apf.count" and etc ?
If yes, let me know and I'll commit the change.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.