http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49237
User: gerald
Date: 2013/05/10 03:06 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r48628 | cmaynard | 2013-03-28 11:16:52 -0700 (Thu, 28 Mar 2013) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-openwire.c
Fix incorrectly duplicated display filter for hf_openwire_throwable_linenumber.
#BACKPORT(1.8)
------------------------------------------------------------------------
r48664 | jake | 2013-03-30 15:52:13 -0700 (Sat, 30 Mar 2013) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-ssl-utils.c
From Hauke Mehrtens:
Wireshark misses some new TLS and DTLS cipher suite names which are assigned by IANA.
------------------------------------------------------------------------
r48697 | pascal | 2013-04-02 06:09:15 -0700 (Tue, 02 Apr 2013) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-e164.c
From Vineeth via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8450 :
Do not try to systematically fetch a third digit for Country Code: its length can be from 1 to 3 digits.
------------------------------------------------------------------------
r48726 | pascal | 2013-04-04 02:14:11 -0700 (Thu, 04 Apr 2013) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-bssgp.c
From Lukasz Wachowski via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8559 :
Fix dissection of RAN-INFORMATION-APPLICATION-ERROR RIM PDU Indications
------------------------------------------------------------------------
r48736 | jake | 2013-04-04 10:20:36 -0700 (Thu, 04 Apr 2013) | 2 lines
Changed paths:
M /trunk/ui/gtk/print_dlg.c
Set 'details' radio button sensitivity also at the creation of the dialog.
------------------------------------------------------------------------
r48767 | alagoutte | 2013-04-07 08:57:01 -0700 (Sun, 07 Apr 2013) | 5 lines
Changed paths:
M /trunk/epan/dissectors/packet-icmpv6.c
From report TheDarkEye via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8554 Part of Ping Reply Message in ICMPv6 Reply Message is marked as "Malformed Packet"
(Wrong offset variable...)
#BACKPORT(1.8)
------------------------------------------------------------------------
Copy over with manual intervention:
------------------------------------------------------------------------
r48684 | jake | 2013-04-01 07:09:44 -0700 (Mon, 01 Apr 2013) | 5 lines
Changed paths:
M /trunk/epan/dissectors/packet-irc.c
Fix for bug 8548:
Allow the IRC command and response dissection functions to be called with
subsets of the original (full) message line. Therefore we need to calculate
with real lengths and offsets, not mixed with lengths of the subset itself.
------------------------------------------------------------------------
r48724 | guy | 2013-04-03 21:35:09 -0700 (Wed, 03 Apr 2013) | 7 lines
Changed paths:
M /trunk/wiretap/file_access.c
From Anthony Coddington: don't check for MPEG-2 Transport before
checking for ERF.
From me: note some heuristic checkers that are in the "magic number" set.
#BACKPORT 1.8
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+1 -1 packet-bssgp.c Modified
+4 -2 packet-e164.c Modified
+1 -1 packet-icmpv6.c Modified
+29 -32 packet-irc.c Modified
+1 -1 packet-openwire.c Modified
+119 -1 packet-ssl-utils.c Modified
Directory: /trunk-1.8/docbook/
Changes Path Action
+37 -1 release-notes.xml Modified
Directory: /trunk-1.8/ui/gtk/
Changes Path Action
+3 -0 print_dlg.c Modified
Directory: /trunk-1.8/wiretap/
Changes Path Action
+4 -4 file_access.c Modified