Wireshark-commits: [Wireshark-commits] rev 43842: /trunk-1.8/ /trunk-1.8/epan/dissectors/: packet-d
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43842
User: gerald
Date: 2012/07/19 05:45 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r43661 | etxrab | 2012-07-11 07:40:35 -0700 (Wed, 11 Jul 2012) | 3 lines
Changed paths:
M /trunk/asn1/h248/packet-h248-template.c
M /trunk/epan/dissectors/packet-h248.c
Revert part of revision 43107 which broke sub dissection of
Signal and events as a new tvb wasn't created.
|BASE_EXT_STRING also removed.
------------------------------------------------------------------------
r43662 | etxrab | 2012-07-11 07:41:21 -0700 (Wed, 11 Jul 2012) | 1 line
Changed paths:
M /trunk/epan/dissectors/packet-h248_annex_e.c
failure cause is an OCTET STRING not a string.
------------------------------------------------------------------------
r43668 | pascal | 2012-07-11 13:20:10 -0700 (Wed, 11 Jul 2012) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-dvbci.c
From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7468 :
DVB-CI/CI+: fix offset error in operator_info apdu
------------------------------------------------------------------------
r43676 | gerald | 2012-07-11 14:25:42 -0700 (Wed, 11 Jul 2012) | 3 lines
Changed paths:
M /trunk/image/file_dlg_win32.rc
M /trunk/ui/win32/file_dlg_win32.c
MSDN says DIALOG resources are obsolete. Use DIALOGEXes instead. We aren't
adding extra controls to the save dialog any more so remove its template.
------------------------------------------------------------------------
r43763 | darkjames | 2012-07-17 06:01:17 -0700 (Tue, 17 Jul 2012) | 5 lines
Changed paths:
M /trunk/epan/dissectors/packet-ses.c
Fix bug #7488: Unable to correctly identify IEC 61850 MMS packets
In r39066 was added 'final check to see if the next SPDU, if present, is also valid',
but it didn't properly check for tvb length which causes exception if there's no next SPDU.
------------------------------------------------------------------------
Copy over with manual intervention:
------------------------------------------------------------------------
r43790 | etxrab | 2012-07-18 12:44:54 -0700 (Wed, 18 Jul 2012) | 1 line
Changed paths:
M /trunk/ui/gtk/main.c
From Jakub Zawadzki use gtk_box_pack_start isof gtk_container_add fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7377
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+1 -0 packet-dvbci.c Modified
+41 -35 packet-h248.c Modified
+2 -2 packet-h248_annex_e.c Modified
+1 -1 packet-ses.c Modified
Directory: /trunk-1.8/docbook/
Changes Path Action
+18 -0 release-notes.xml Modified
Directory: /trunk-1.8/ui/gtk/
Changes Path Action
+1 -1 main.c Modified
Directory: /trunk-1.8/asn1/h248/
Changes Path Action
+38 -32 packet-h248-template.c Modified
Directory: /trunk-1.8/image/
Changes Path Action
+6 -12 file_dlg_win32.rc Modified
Directory: /trunk-1.8/ui/win32/
Changes Path Action
+3 -3 file_dlg_win32.c Modified