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 1808] ACN dissector bugs

Date: Thu, 30 Aug 2007 07:08:51 +0000 (GMT)
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.