http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54147
User: gerald
Date: 2013/12/16 06:16 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r53071 | pascal | 2013-11-03 10:07:46 -0800 (Sun, 03 Nov 2013) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-sip.c
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9031 :
SIP contact-param parsing fails in case the last parameter includes a quoted string
------------------------------------------------------------------------
r53148 | pascal | 2013-11-07 13:08:15 -0800 (Thu, 07 Nov 2013) | 3 lines
Changed paths:
M /trunk/asn1/gsm_map/packet-gsm_map-template.c
M /trunk/epan/dissectors/packet-gsm_map.c
From Vasil Velichkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9382 :
Fix dissection of GSM MAPv3 ReportSM_DeliveryStatusRes
------------------------------------------------------------------------
r53247 | martink | 2013-11-11 02:57:30 -0800 (Mon, 11 Nov 2013) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-mongo.c
fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9409
don't call proto_item_get_len() when the argument can be NULL
------------------------------------------------------------------------
r53838 | mmann | 2013-12-07 17:15:55 -0800 (Sat, 07 Dec 2013) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-iscsi.c
Correctly update the data length of the SCSI payload within ISCSI. Bug 9521 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9521)
From Yaniv Kaul
------------------------------------------------------------------------
Copy over r53627 from trunk-1.10:
------------------------------------------------------------------------
r53627 | mmann | 2013-11-28 08:51:08 -0800 (Thu, 28 Nov 2013) | 5 lines
Changed paths:
M /trunk-1.10/ui/gtk/decode_as_dlg.c
Crash when selecting "Decode As" based on SCTP PPID. Bug 8976 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8976)
Fixed by defaulting PPID value to LAST_PPID (which should make Decode As a no-op)
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+2 -2 packet-gsm_map.c Modified
+1 -0 packet-iscsi.c Modified
+2 -5 packet-mongo.c Modified
+4 -3 packet-sip.c Modified
Directory: /trunk-1.8/docbook/
Changes Path Action
+14 -3 release-notes.asciidoc Modified
Directory: /trunk-1.8/asn1/gsm_map/
Changes Path Action
+2 -2 packet-gsm_map-template.c Modified