Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 40079: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 03 Dec 2011 06:10:38 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40079

User: cmaynard
Date: 2011/12/02 10:10 PM

Log:
 Fix bug with updating rr_offset before we're done fetching the matchedprefix and causing malformed packets, not to mention incorrect matchedprefixes to be displayed.  Some if() blocks need to execute regardless of whether tree is NULL or not.  Add some additional expert infos to report invalid matchlen values > 128 in violation of RFC 2894.  Fix hf_icmpv6_rr_rm_flag_reserved's bitmask from FFFD to FFFC and change order of flags displayed in tree so they appear from msb to lsb.  Lastl, fix a typo.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +17 -10    packet-icmpv6.c    Modified