http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49823
User: gerald
Date: 2013/06/06 02:34 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r49682 | pascal | 2013-06-01 13:51:14 -0700 (Sat, 01 Jun 2013) | 3 lines
Changed paths:
M /trunk/asn1/c1222/c1222.cnf
M /trunk/epan/dissectors/packet-c1222.c
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8744 :
Display C12.22 Invocation Id as unsigned integer
------------------------------------------------------------------------
r49804 | alagoutte | 2013-06-06 09:00:23 -0700 (Thu, 06 Jun 2013) | 8 lines
Changed paths:
M /trunk/ui/gtk/voip_calls.c
From report of IgorVK via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8736 Crash analyzing VoIP Calls
Wireshark crashes when analyzing Telephony->VoIP Calls from the pcap file attached.
From me :
Some packets is detect to be T38 and ->stop_fd is not initialize
#Backport 1.10 and 1.8
------------------------------------------------------------------------
r49698 | pascal | 2013-06-02 13:57:48 -0700 (Sun, 02 Jun 2013) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-gsm_sms.c
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8756 :
Compute the number of septets needed for an alphanumeric address
------------------------------------------------------------------------
r49722 | pascal | 2013-06-03 10:55:20 -0700 (Mon, 03 Jun 2013) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-imap.c
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8739 :
Move offset to end of line without assuming that we always have \r\n at the end of it
------------------------------------------------------------------------
r49644 | morriss | 2013-05-30 18:46:28 -0700 (Thu, 30 May 2013) | 14 lines
Changed paths:
M /trunk/epan/proto.c
(Finally!) check in part of Didier's patch to fix
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3290
(TRY_TO_FAKE_THIS_ITEM disables bounds errors):
Before calling TRY_TO_FAKE_THIS_ITEM() check if the length given (or, in
the case of FT_UINT_{STRING,BYTES}, the length we retrieve from the TVB)
exceeds what's left in the TVB.
Do this only for proto_tree_add_item() for now (it's the most commonly used
and thus the biggest trouble maker in this area).
Similar changes for other APIs will come later (if nothing blows up). Despite
the fuzz failures this bug has caused I'm not sure about back-porting it...
------------------------------------------------------------------------
r49652 | eapache | 2013-05-31 06:08:03 -0700 (Fri, 31 May 2013) | 5 lines
Changed paths:
M /trunk/epan/proto.c
Fix the integer overflow case Jakub caught in
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3290#c26
Also use indentation consistent with the rest of the file.
------------------------------------------------------------------------
Copy over with manual intervention:
------------------------------------------------------------------------
r48789 | etxrab | 2013-04-08 09:44:15 -0700 (Mon, 08 Apr 2013) | 1 line
Changed paths:
M /trunk/epan/dissectors/packet-sgsap.c
Fix dissection of IMSI detach from non-EPS service type.
------------------------------------------------------------------------
r49610 | mmann | 2013-05-29 06:50:45 -0700 (Wed, 29 May 2013) | 3 lines
Changed paths:
M /trunk/ui/gtk/sctp_assoc_analyse.c
Bugfix crash when 'SCTP' -> 'Prepare Filter for this Association' has no associations. Bug 8731 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8731)
Dialog (wants to) pop up noting no associations, but sctp_set_filter() wants to press on assuming there is an association. Added NULL check to prevent assumption.
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.8/asn1/c1222/
Changes Path Action
+1 -0 c1222.cnf Modified
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+13 -13 packet-c1222.c Modified
+7 -5 packet-gsm_sms.c Modified
+1 -1 packet-imap.c Modified
+7 -1 packet-sgsap.c Modified
+6 -5 packet-tetra.c Modified
Directory: /trunk-1.8/docbook/
Changes Path Action
+54 -12 release-notes.xml Modified
Directory: /trunk-1.8/ui/gtk/
Changes Path Action
+6 -3 sctp_assoc_analyse.c Modified
+1 -0 voip_calls.c Modified
Directory: /trunk-1.8/asn1/tetra/
Changes Path Action
+1 -0 packet-tetra-template.c Modified