http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46233
User: gerald
Date: 2012/11/27 10:19 AM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r46003 | eapache | 2012-11-11 12:29:06 -0800 (Sun, 11 Nov 2012) | 7 lines
Changed paths:
M /trunk/epan/dissectors/packet-tpncp.c
Fix part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6665
Make sure the array of names is always null-terminated, even if we have
enough names to fill the entire thing. Also use a gboolean instead of a
gint for one variable.
------------------------------------------------------------------------
r46004 | eapache | 2012-11-11 12:54:12 -0800 (Sun, 11 Nov 2012) | 5 lines
Changed paths:
M /trunk/epan/dissectors/packet-tpncp.c
Fix the rest of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6665
Catch exceptions thrown while registering the dynamically generated tpncp
fields, and take that as a hint that the .dat file is corrupt.
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.6/epan/dissectors/
Changes Path Action
+32 -7 packet-tpncp.c Modified
Directory: /trunk-1.6/docbook/
Changes Path Action
+7 -0 release-notes.xml Modified