http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46227
User: gerald
Date: 2012/11/27 09:20 AM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r45742 | martink | 2012-10-23 14:02:28 -0700 (Tue, 23 Oct 2012) | 6 lines
Changed paths:
M /trunk/epan/dissectors/packet-usb.c
From Steve Magnani
fix USB descriptor parsing
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7909
------------------------------------------------------------------------
Copy over with manual intervention:
------------------------------------------------------------------------
r45339 | eapache | 2012-10-06 07:23:44 -0700 (Sat, 06 Oct 2012) | 5 lines
Changed paths:
M /trunk
M /trunk/epan/dissectors/packet-usb.c
Fix error caught by valgrind where we were running off the end of a
variable because we were passing the address of a single guint8 as a
char*. Work around it by making the guint8 an array and filling the last
element with 0 as if it were a null-terminated string.
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.6/epan/dissectors/
Changes Path Action
+16 -11 packet-usb.c Modified
Directory: /trunk-1.6/docbook/
Changes Path Action
+2 -2 release-notes.xml Modified