Wireshark-commits: [Wireshark-commits] rev 45236: /trunk-1.6/ /trunk-1.6/epan/dissectors/: packet-i
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45236
User: gerald
Date: 2012/10/01 11:13 AM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r45142 | jake | 2012-09-25 14:02:13 -0700 (Tue, 25 Sep 2012) | 1 line
Changed paths:
M /trunk/doc/README.plugins
A /trunk/plugins/Custom.m4.example
A /trunk/plugins/Custom.make.example
M /trunk/plugins/Custom.nmake.example
M /trunk/plugins/Makefile.am
Implement and document the Custom plugin system. Create relevant example files and add them to the distribution. Rewrite README.plugins to describe how to use this system.
------------------------------------------------------------------------
r45150 | cmaynard | 2012-09-26 09:48:20 -0700 (Wed, 26 Sep 2012) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-smb-common.c
In get_unicode_or_ascii_string(), check if the length is odd/even, not the offset. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5778 - Volume label field ... is not displayed correctly ...
#BACKPORT(1.8, 1.6)
------------------------------------------------------------------------
Copy over with manual intervention:
------------------------------------------------------------------------
r45111 | pascal | 2012-09-24 12:42:12 -0700 (Mon, 24 Sep 2012) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-scsi.c
From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7753 :
Fix display of WRITE BUFFER and SEND DIAGNOSTIC fields in SCSI dissector
------------------------------------------------------------------------
r45146 | cmaynard | 2012-09-25 20:30:48 -0700 (Tue, 25 Sep 2012) | 3 lines
Changed paths:
M /trunk/ipmap.html
M /trunk/ui/gtk/hostlist_table.c
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5016 - No markers show up when maps are displayed.
#BACKPORT(1.8, 1.6)
------------------------------------------------------------------------
r45148 | cmaynard | 2012-09-26 05:54:46 -0700 (Wed, 26 Sep 2012) | 3 lines
Changed paths:
M /trunk/ui/gtk/hostlist_table.c
Revision 45146 fixed only the first map. This patch fixes all maps.
#BACKPORT(1.6, 1.8)
------------------------------------------------------------------------
r45174 | cmaynard | 2012-09-27 07:02:37 -0700 (Thu, 27 Sep 2012) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-image-jfif.c
Allow dissection of partial jpegs by a modification of the heuristics.
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6230
#BACKPORT(1.8, 1.6)
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.6/epan/dissectors/
Changes Path Action
+2 -2 packet-image-jfif.c Modified
+12 -12 packet-scsi.c Modified
+1 -1 packet-smb-common.c Modified
Directory: /trunk-1.6/doc/
Changes Path Action
+122 -71 README.plugins Modified
Directory: /trunk-1.6/docbook/
Changes Path Action
+27 -0 release-notes.xml Modified
Directory: /trunk-1.6/gtk/
Changes Path Action
+13 -2 hostlist_table.c Modified
Directory: /trunk-1.6/plugins/
Changes Path Action
+5 -0 Custom.m4.example Added
+13 -0 Custom.make.example Added
+0 -16 Custom.nmake.example Modified
+5 -2 Makefile.am Modified
(1 file not shown)