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 23284: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 27 Oct 2007 09:24:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23284

User: jake
Date: 2007/10/27 09:24 AM

Log:
 Fix for bug 1935. 
 RFC3315 says that the vendor-specific information option must encapsulate each
 option in the format code/length/value.  The current dhcpv6 dissector does not
 differentiate these fields, it just puts it all together as one option-data
 field. Attached is a patch that addresses this issue.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +19 -3     packet-dhcpv6.c    Modified