http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=38846
User: gerald
Date: 2011/09/01 02:02 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r37634 | gerald | 2011-06-09 11:31:39 -0700 (Thu, 09 Jun 2011) | 2 lines
Changed paths:
M /trunk/wiretap/libpcap.c
Make sure we don't write invalid record lengths.
------------------------------------------------------------------------
r38105 | cmaynard | 2011-07-18 19:47:12 -0700 (Mon, 18 Jul 2011) | 5 lines
Changed paths:
M /trunk/epan/dissectors/packet-bacapp.c
From Michael Mann via bug 5769: In fDevice_Instance(), add field in proper
big-endian byte order.
Reference: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5769
------------------------------------------------------------------------
r38129 | cmaynard | 2011-07-19 17:22:31 -0700 (Tue, 19 Jul 2011) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-icmp.c
Apply some endian heuristics when dissecting ICMP originate, receive and transmit timestamps. Fixes bug 6114.
Ref: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6114
------------------------------------------------------------------------
r38171 | cmaynard | 2011-07-22 17:30:24 -0700 (Fri, 22 Jul 2011) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-icmp.c
Avoid potential midday problems by narrowing the midnight rollover test.
------------------------------------------------------------------------
r38164 | etxrab | 2011-07-22 01:10:25 -0700 (Fri, 22 Jul 2011) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-csn1.c
From Lei Chen:
pDescr should not step on until proto_tree_add_text() has been called.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6151
------------------------------------------------------------------------
r38169 | cmaynard | 2011-07-22 08:32:59 -0700 (Fri, 22 Jul 2011) | 2 lines
Changed paths:
M /trunk/epan/libwireshark.def
Add tvb_find_tvb
------------------------------------------------------------------------
r38205 | etxrab | 2011-07-25 20:52:29 -0700 (Mon, 25 Jul 2011) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-csn1.c
From Lei Chen:
CSN_RECURSIVE_TARRAY should count the last '0' bit.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6166
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.6/epan/dissectors/
Changes Path Action
+1 -1 packet-bacapp.c Modified
+9 -2 packet-csn1.c Modified
+67 -7 packet-icmp.c Modified
Directory: /trunk-1.6/docbook/
Changes Path Action
+62 -0 release-notes.xml Modified
Directory: /trunk-1.6/epan/
Changes Path Action
+1 -0 libwireshark.def Modified
Directory: /trunk-1.6/wiretap/
Changes Path Action
+6 -0 libpcap.c Modified