https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6701
--- Comment #1 from Guy Harris <guy@xxxxxxxxxxxx> 2011-12-29 11:13:54 PST ---
It's trying to fetch a 7-byte DeviceInstance, and proto_tree_add_item() doesn't
like that, because the DeviceInstance fields are FT_UINT32s.
If BACapp's ASN.1 specification, and the home-grown BER variant, allows that,
we should at least try to handle that; if it doesn't, we should report it as an
error.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.