https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5881
Ankith <ankitha@xxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #6271|0 |1
is obsolete| |
Attachment #7464|review_for_checkin? |
Flag| |
Attachment #7464|0 |1
is obsolete| |
Attachment #7520| |review_for_checkin?
Flag| |
--- Comment #12 from Ankith <ankitha@xxxxxxx> 2011-12-02 03:42:41 PST ---
Created an attachment (id=7520)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7520)
MIH protocol dissector patch update for removing bugs related to lists
-->length of TLV is extracted before the type so that the highlighting of the
whole tlv can be done..
-->made payload_length to signed integer or else if the value is 0 or below -
the loop runs infinitely
--> bug of taking the length of the list in dissect_list function is solved. It
was done wrongly, thus, changed it, now the length of the list is saved in a
temporary variable and the the for loop is run.
Sorry for multiple patches. Just wanted to remove some errors.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.