Wireshark-commits: [Wireshark-commits] rev 50253: /trunk-1.10/ /trunk-1.10/epan/dissectors/: packet
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50253
User: morriss
Date: 2013/06/30 06:46 AM
Log:
Copy over from trunk with manual intervention:
------------------------------------------------------------------------
r50083 | martinm | 2013-06-20 14:54:58 -0400 (Thu, 20 Jun 2013) | 10 lines
Changed paths:
M /trunk/asn1/p1/p1.cnf
M /trunk/asn1/p1/packet-p1-template.c
M /trunk/epan/dissectors/packet-p1.c
Fix for bug 8826.
The global variable 'address_item' was not always being set to NULL
before the dissection of a new frame. Do more to set it in the general
case, and in the particular case of an MTSBindResult_PDU, which was
triggering an error in the supplied capture.
There may be other entry points where this still safely isn't being
set.
------------------------------------------------------------------------
Directory: /trunk-1.10/epan/dissectors/
Changes Path Action
+9 -3 packet-p1.c Modified
Directory: /trunk-1.10/asn1/p1/
Changes Path Action
+4 -0 p1.cnf Modified
+1 -0 packet-p1-template.c Modified