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