http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25464
User: gerald
Date: 2008/06/16 04:59 PM
Log:
Copy over more revisions:
------------------------------------------------------------------------
r24874 | jake | 2008-04-09 23:47:31 -0700 (Wed, 09 Apr 2008) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-rtcp.c
Fix for bug 2440 and 2187:
Properly promote the result to a float by dividing by a float i.s.o. elaborate casts
------------------------------------------------------------------------
r24877 | stig | 2008-04-10 11:22:59 -0700 (Thu, 10 Apr 2008) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-rtcp.c
Added some casts from double to float.
------------------------------------------------------------------------
r24929 | sake | 2008-04-12 03:21:51 -0700 (Sat, 12 Apr 2008) | 6 lines
Changed paths:
M /trunk/wiretap/erf.c
From Stephen Donnelly (bug 2359):
- add support for ERF files created with a snaplength
- tighten heuristics (rlen>=16, time_delta < 1 week)
------------------------------------------------------------------------
r24965 | jake | 2008-04-12 16:45:25 -0700 (Sat, 12 Apr 2008) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-dplay.c
Fix for bug 2452:
Tighten heuristics on DirectPlay player to player messages, so that RTP isn't mistaken as such.
------------------------------------------------------------------------
r24992 | stig | 2008-04-13 09:42:41 -0700 (Sun, 13 Apr 2008) | 12 lines
Changed paths:
M /trunk/epan/dissectors/packet-per.c
Fix the crash from bug 2432. I don't really like that we use a new tvb
and a new data source for displaying unaligned octet strings, because the
user cannot easily see where in the data package the values are from.
Maybe we should implement a "Packet Bits" pane for bit protocols?
Or just an option to turn the Bytes pane to a Bits pane?
Another problem is that the generated pdml (from the bug report) does not
generate correct data for these fields, as the "pos" value is always zero
(because we use a new tvb with offset 0). But I suppose it's difficult to
fix this with byte values...
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.0/epan/dissectors/
Changes Path Action
+17 -1 packet-dplay.c Modified
+16 -14 packet-per.c Modified
+2 -2 packet-rtcp.c Modified
Directory: /trunk-1.0/docbook/
Changes Path Action
+24 -0 release-notes.xml Modified
Directory: /trunk-1.0/wiretap/
Changes Path Action
+39 -43 erf.c Modified