http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33973
User: gerald
Date: 2010/08/27 04:40 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r33725 | wmeier | 2010-08-06 07:34:14 -0700 (Fri, 06 Aug 2010) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-rtsp.c
From John Sullivan: Fix for 'Uninitialised pointer in packet-rtsp.c causes crash'
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5081
------------------------------------------------------------------------
r33735 | stig | 2010-08-08 12:04:35 -0700 (Sun, 08 Aug 2010) | 4 lines
Changed paths:
M /trunk/epan/ftypes/ftype-tvbuff.c
Protect tvb_* functions in a TRY-CATCH block.
This fixes bug 5087.
------------------------------------------------------------------------
r33764 | etxrab | 2010-08-11 04:33:40 -0700 (Wed, 11 Aug 2010) | 1 line
Changed paths:
M /trunk/epan/dissectors/packet-sdp.c
Add a komment about the format of the MSRP path parameter.
------------------------------------------------------------------------
r33774 | stig | 2010-08-11 14:27:35 -0700 (Wed, 11 Aug 2010) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-sdp.c
Added check for valid tvb before calling tvb_length().
------------------------------------------------------------------------
r33776 | etxrab | 2010-08-11 14:39:22 -0700 (Wed, 11 Aug 2010) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-sdp.c
Add a warning message if H264 profile-level-id parameter wasn't
posible to parse.
------------------------------------------------------------------------
r33777 | etxrab | 2010-08-11 14:52:35 -0700 (Wed, 11 Aug 2010) | 1 line
Changed paths:
M /trunk/epan/dissectors/packet-sdp.c
Update the comment.
------------------------------------------------------------------------
r33775 | stig | 2010-08-11 14:37:04 -0700 (Wed, 11 Aug 2010) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-h264.c
Call tvb_get_bits32() if leading_zero_bits > 16.
------------------------------------------------------------------------
r33778 | etxrab | 2010-08-11 14:56:19 -0700 (Wed, 11 Aug 2010) | 1 line
Changed paths:
M /trunk/epan/dissectors/packet-h264.c
Do DISSECTOR_ASSERT_NOT_REACHED(); if golmb coded data is > 32 bits.
------------------------------------------------------------------------
r33780 | stig | 2010-08-11 23:26:21 -0700 (Wed, 11 Aug 2010) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-ip.c
From Chris Maynard via bug 5105:
IP should not compute the header checksum if within an error packet
such as ICMP.
------------------------------------------------------------------------
r33894 | jake | 2010-08-23 11:16:22 -0700 (Mon, 23 Aug 2010) | 2 lines
Changed paths:
M /trunk/config.guess
M /trunk/config.sub
On request from Albert Chin:
Update libtoolize files
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.2/epan/dissectors/
Changes Path Action
+5 -1 packet-h264.c Modified
+1 -1 packet-ip.c Modified
+1 -1 packet-rtsp.c Modified
+21 -1 packet-sdp.c Modified
Directory: /trunk-1.2/docbook/
Changes Path Action
+7 -84 release-notes.xml Modified
Directory: /trunk-1.2/epan/ftypes/
Changes Path Action
+86 -0 ftype-tvbuff.c Modified
Directory: /trunk-1.2/
Changes Path Action
+112 -89 config.guess Modified
+102 -25 config.sub Modified