http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45844
User: etxrab
Date: 2012/10/31 02:38 AM
Log:
Copy over:
Revision 45843 - From report of VinsWorldcom via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7938 IPv6 Option Pad1 Incorrect dissection
Wireshark 1.8.3 does not decode the IPv6 Option Pad1 (RFC 2460 Section 4.2)
RFC say : NOTE! the format of the Pad1 option is a special case -- it does not have length and value fields.
-------------------------------------------------------------------------------------------------------------------
Revision 43779 - Fix some system header files that were #included with "" instead of <>. They made cppcheck unhappy.
-------------------------------------------------------------------------------------------------------------------
Revision 43363 - Add proto_tree_add_unicode_string() to add UTF-8 string to tree.
Convert some proto_tree_add_string_format_value(..., val, "%s", val); to use new function.
-------------------------------------------------------------------------------------------------------------------
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+12 -12 packet-ipv6.c Modified
Directory: /trunk-1.8/epan/
Changes Path Action
+8 -0 proto.c Modified
+4 -0 proto.h Modified