http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51807
User: gerald
Date: 2013/09/06 05:30 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r50923 | darkjames | 2013-07-26 11:10:55 -0700 (Fri, 26 Jul 2013) | 4 lines
Changed paths:
M /trunk/ui/gtk/io_stat.c
Fix bug #8980 - IO graph/advanced, max/min/summ error on frames with multiple Diameter messages
tap_iostat_packet() was fetching only first item for FT_RELATIVE_TIME.
------------------------------------------------------------------------
r50940 | eapache | 2013-07-26 16:16:16 -0700 (Fri, 26 Jul 2013) | 6 lines
Changed paths:
M /trunk/epan/dissectors/packet-netflow.c
Switch on field length for the length_min/max fields of IPFix. Like several
other nearby fields, they are different lengths in different versions of the
spec.
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8918
------------------------------------------------------------------------
r49436 | eapache | 2013-05-20 07:56:18 -0700 (Mon, 20 May 2013) | 2 lines
Changed paths:
M /trunk/doc/reordercap.pod
Fix "./reordercap.pod: unterminated list(s) at =head in paragraph 14. ignoring."
------------------------------------------------------------------------
r50969 | pascal | 2013-07-28 05:36:48 -0700 (Sun, 28 Jul 2013) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-per.c
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8841 :
Fix PER normally small non-negative whole number dissection when it is greater than or equal to 64
------------------------------------------------------------------------
r51073 | gerald | 2013-07-31 13:14:35 -0700 (Wed, 31 Jul 2013) | 4 lines
Changed paths:
M /trunk/tools/make-dissector-reg.py
Add support for Python 3. Make sure we pass bytes to hashlib.sha1 as
suggested in bug 8995. Call print as a function instead of a builtin as
suggested by 2to3.
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.10/epan/dissectors/
Changes Path Action
+34 -4 packet-netflow.c Modified
+37 -3 packet-per.c Modified
Directory: /trunk-1.10/docbook/
Changes Path Action
+97 -4 release-notes.asciidoc Modified
Directory: /trunk-1.10/ui/gtk/
Changes Path Action
+1 -1 io_stat.c Modified
Directory: /trunk-1.10/tools/
Changes Path Action
+3 -3 make-dissector-reg.py Modified
Directory: /trunk-1.10/
Changes Path Action
+7 -5 rawshark.c Modified