https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7567
Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |darkjames-ws@xxxxxxxxxxxx
--- Comment #2 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-08-03 11:40:35 PDT ---
In packet-ldp dissect_subtlv_interface_parameters() passed
interface_parameters_hf array must have 39 items.
dissect_tlv_fec() pass array with correct items count, but
dissect_tlv()/TLV_PW_INTERFACE_PARAMETERS pass array with only 33 items.
Dereference of interface_parameters_hf[36..38] added in r42894
Btw. I don't see dereference of interface_parameters_hf[33..35] (but hf's for
them was added in r40026) [dead code?]
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.