https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3697
--- Comment #1 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2009-07-10 10:50:37 PDT ---
Oops, ipaccess_idtag_vals[] is missing the final {0, NULL} tuple.
while (tvb_reported_length_remaining(tvb, offset) != 0) {
This function can return -1 if offset take tvb out of bounds. This may loop
indefinite.
"unknonw attribute type 0x%02x" typo.
if (check_col(pinfo->cinfo, COL_INFO))
No need to check anymore for new code.
The ports are assigned to different protocol according to IANA. I think this
collision should be addressed.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.