http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1808
------- Comment #2 from jaap.keuter@xxxxxxxxx 2007-08-30 07:08 GMT -------
Hi,
Please don't do this:
name = match_strval(D, acn_dmp_adt_d_vals);
if (name == NULL) {
name = bad_enum;
}
use val_to_str() instead.
Also there are more display loops running to 20. Do these need to adhere to the
preference as well?
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.