http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36056
User: jake
Date: 2011/02/24 02:12 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r35686 | sfisher | 2011-01-28 01:20:37 +0100 (Fri, 28 Jan 2011) | 7 lines
Changed paths:
M /trunk/epan/dissectors/packet-dhcpv6.c
Fix bug #5627: DHCPv6 dissector formats DUID_LLT time incorrectly
Add 30 years of seconds, not 20 years, since the DHCP_LLT time is seconds
since Jan 1 2000 and epoch is 30 years before that.
------------------------------------------------------------------------
r35726 | wmeier | 2011-01-31 19:58:38 +0100 (Mon, 31 Jan 2011) | 8 lines
Changed paths:
M /trunk/epan/dissectors/packet-dcm.c
M /trunk/gtk/voip_calls.c
Fix two cases of 'if (x = y)' which should be 'if (x == y)'.
Found by reviewing msvc level 4 warnings "assignment within conditional expression".
(Unfortunately most of the warnings are false positives so this warning can't be enabled)
------------------------------------------------------------------------
r35737 | jake | 2011-01-31 23:31:05 +0100 (Mon, 31 Jan 2011) | 7 lines
Changed paths:
M /trunk/epan/dissectors/packet-lldp.c
From Johan Kristell:
In the standard 802.3at-2009 the PoE+ TLVs are 12 bytes long, but in the
earlier version 802.3bc-2009, they are 7 bytes long (the power type/
source/priority, and the requested and allocated fields are lacking).
Not respecting the length of the TLV leads to wireshark displaying garbage
data and could lead to reading outside of buffer.
------------------------------------------------------------------------
r35777 | jake | 2011-02-03 07:32:35 +0100 (Thu, 03 Feb 2011) | 8 lines
Changed paths:
M /trunk/epan/dissectors/packet-hip.c
From Samu Varjonen:
This patch fixes four issues with the Host Identity Protocol (HIP dissector:
1. The incorrect parsing of the "type 1" locator of HIP.
2. Updates the comments to reflect the approval of RFC 5770.
3. Cosmetic change (uppercase SPI)
4. Change in the checksum dissection
(when the HIP packet is UDP encapsulated 0 checksum is correct).
------------------------------------------------------------------------
r35888 | jake | 2011-02-09 08:43:34 +0100 (Wed, 09 Feb 2011) | 2 lines
Changed paths:
M /trunk/cmake/modules/FindGTK2.cmake
Accommodate the CMake build on Ubuntu 10.10.
------------------------------------------------------------------------
Directory: /trunk-1.4/epan/dissectors/
Changes Path Action
+1 -1 packet-dcm.c Modified
+2 -2 packet-dhcpv6.c Modified
+41 -22 packet-hip.c Modified
+5 -2 packet-lldp.c Modified
Directory: /trunk-1.4/docbook/
Changes Path Action
+28 -0 release-notes.xml Modified
Directory: /trunk-1.4/gtk/
Changes Path Action
+1 -1 voip_calls.c Modified
Directory: /trunk-1.4/cmake/modules/
Changes Path Action
+1 -0 FindGTK2.cmake Modified