http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49814
User: gerald
Date: 2013/06/06 12:14 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r49409 | martink | 2013-05-18 10:08:46 -0700 (Sat, 18 May 2013) | 9 lines
Changed paths:
M /trunk/epan/dissectors/packet-user_encap.c
distinguish between length and reported length when dissecting a packet
with DLT_USERxy
with this fix, the user-encap dissector hands over truncated packets to
the defined sub-dissector
(the previous version would assume length==reported length and throw an
execption for truncated packets)
------------------------------------------------------------------------
r49426 | cmaynard | 2013-05-19 18:53:26 -0700 (Sun, 19 May 2013) | 2 lines
Changed paths:
M /trunk/doc/wireshark.pod.template
Add some newlines at the end of the file so the authors are printer properly.
------------------------------------------------------------------------
r49437 | alagoutte | 2013-05-20 09:31:44 -0700 (Mon, 20 May 2013) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-eapol.c
From david19801118 via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8680 Add decryption for WPA eapol 4-way handshake
Wireshark can't decode eapol packet which using WPA properly.
(decode eapol packaet which using WPA2 is work well.)
------------------------------------------------------------------------
r49451 | mmann | 2013-05-20 11:50:50 -0700 (Mon, 20 May 2013) | 1 line
Changed paths:
M /trunk/ui/cli/tap-iostat.c
The printf format may require 2 arguments passed and if it does, the second argument could be garbage, so make sure printf has 2 arguments. Fixes bug 8066 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8066)
------------------------------------------------------------------------
r49513 | cmaynard | 2013-05-22 08:42:34 -0700 (Wed, 22 May 2013) | 2 lines
Changed paths:
M /trunk/doc/randpkt.pod
Fix presentation of types.
------------------------------------------------------------------------
r49565 | mmann | 2013-05-24 12:23:36 -0700 (Fri, 24 May 2013) | 3 lines
Changed paths:
M /trunk/epan/expert.c
Ensure most severe is displayed in expert column. Bug 7733 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7733)
#BACKPORT
------------------------------------------------------------------------
r49546 | pascal | 2013-05-23 13:28:59 -0700 (Thu, 23 May 2013) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-gsm_sms.c
Fix computation of TP-User-Data-Length when SMS is coded with GSM 7 bit default alphabet and TP-User-Data-Header field is present
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.8/ui/cli/
Changes Path Action
+1 -1 tap-iostat.c Modified
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+39 -15 packet-eapol.c Modified
+11 -7 packet-gsm_sms.c Modified
+5 -4 packet-user_encap.c Modified
Directory: /trunk-1.8/doc/
Changes Path Action
+30 -21 randpkt.pod Modified
+2 -0 wireshark.pod.template Modified
Directory: /trunk-1.8/docbook/
Changes Path Action
+66 -0 release-notes.xml Modified
Directory: /trunk-1.8/epan/
Changes Path Action
+4 -1 expert.c Modified