Wireshark-commits: [Wireshark-commits] rev 50688: / /trunk-1.10/epan/dissectors/: packet-h235.c pac
From: gerald@xxxxxxxxxxxxx
Date: Wed, 17 Jul 2013 01:34:47 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50688 User: gerald Date: 2013/07/16 06:34 PM Log: Copy over more recent missing revisions: ------------------------------------------------------------------------ r49567 | pascal | 2013-05-24 13:55:42 -0700 (Fri, 24 May 2013) | 3 lines Changed paths: M /trunk/asn1/tetra/packet-tetra-template.c M /trunk/asn1/tetra/tetra.asn M /trunk/asn1/tetra/tetra.cnf M /trunk/epan/dissectors/packet-tetra.c From LI Hai via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8708 : Add MAC-DATA support to TETRA dissector and other minor improvements ------------------------------------------------------------------------ r49863 | etxrab | 2013-06-09 09:51:42 -0700 (Sun, 09 Jun 2013) | 6 lines Changed paths: M /trunk/epan/dissectors/packet-scsi.c From Javier Godoy: SCSI (SPC) sense key specific information field must not include SKSV. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8782 #Backport 1.10 1.8 ------------------------------------------------------------------------ r49865 | cmaynard | 2013-06-09 13:52:15 -0700 (Sun, 09 Jun 2013) | 3 lines Changed paths: M /trunk/doc/Makefile.am M /trunk/doc/Makefile.nmake M /trunk/doc/wireshark.pod.template Due to utf8 characters in the AUTHORS file, pass --utf8 to pod2man. Fixes the 2nd problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8774 ------------------------------------------------------------------------ r49866 | cmaynard | 2013-06-09 14:17:13 -0700 (Sun, 09 Jun 2013) | 2 lines Changed paths: M /trunk/doc/Makefile.am M /trunk/doc/Makefile.nmake Back out the Makefile changes from r49865. The OSX buildbots don't like --utf8. Is the change to wireshark.pod.template sufficient? ------------------------------------------------------------------------ r49899 | kukosa | 2013-06-12 02:03:21 -0700 (Wed, 12 Jun 2013) | 1 line Changed paths: M /trunk/asn1/h235/h235.cnf M /trunk/epan/dissectors/packet-h235.c Fix wrong offset in H.235 tokens causing malformed packet exception ------------------------------------------------------------------------ r49908 | morriss | 2013-06-12 08:50:37 -0700 (Wed, 12 Jun 2013) | 8 lines Changed paths: M /trunk/ui/gtk/flow_graph.c From Peter Hatina via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8793 : Fix crash if you cancel the Flow Graph window while the Graph Analysis window is still open: close the Graph Analysis window when the user cancels the Flow Graph window. From me: do the same thing for the window-delete case. ------------------------------------------------------------------------ r49937 | cmaynard | 2013-06-14 10:47:54 -0700 (Fri, 14 Jun 2013) | 3 lines Changed paths: M /trunk/ui/gtk/gui_utils.c Ensure that Wireshark isn't obscured by the system taskbar or by any other desktop toolbars. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3034 #BACKPORT(1.10,1.8) ------------------------------------------------------------------------ r49939 | cmaynard | 2013-06-14 10:57:08 -0700 (Fri, 14 Jun 2013) | 4 lines Changed paths: M /trunk/epan/dissectors/packet-ieee802a.c Fix IEEE802a OUI lookups. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3123 #BACKPORT(1.10,1.8) ------------------------------------------------------------------------ r49946 | cmaynard | 2013-06-15 05:57:32 -0700 (Sat, 15 Jun 2013) | 3 lines Changed paths: M /trunk/ui/win32/print_win32.c Make use of text metrics and devmode data to properly format a page for printing. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7543 #BACKPORT(1.10,1.8) ------------------------------------------------------------------------ r49983 | cmaynard | 2013-06-17 08:39:56 -0700 (Mon, 17 Jun 2013) | 3 lines Changed paths: M /trunk/epan/dissectors/packet-pdcp-lte.c tvb_length_remaining() can return -1 so don't cast its return value to an unsigned type when performing integer comparisons. Instead, cast strlen()'s return value to a signed type and perform the comparison that way. #BACKPORT(1.10,1.8) ------------------------------------------------------------------------ Directory: /trunk-1.10/epan/dissectors/ Changes Path Action +5 -5 packet-h235.c Modified +13 -9 packet-ieee802a.c Modified +1 -1 packet-pdcp-lte.c Modified +4 -3 packet-scsi.c Modified +262 -100 packet-tetra.c Modified Directory: /trunk-1.10/doc/ Changes Path Action +6 -0 wireshark.pod.template Modified Directory: /trunk-1.10/ui/gtk/ Changes Path Action +21 -2 flow_graph.c Modified +35 -0 gui_utils.c Modified Directory: /trunk-1.10/asn1/h235/ Changes Path Action +5 -5 h235.cnf Modified Directory: /trunk-1.10/asn1/tetra/ Changes Path Action +26 -25 packet-tetra-template.c Modified +5 -2 tetra.asn Modified (2 files not shown)
- Prev by Date: [Wireshark-commits] rev 50687: / /trunk-1.10/epan/: addr_resolv.c /trunk-1.10/ui/gtk/: bytes_view.c capture_dlg.c profile_dlg.c voip_calls.c /trunk-1.10/packaging/nsis/: common.nsh uninstall.nsi wireshark.nsi ...
- Next by Date: [Wireshark-commits] rev 50689: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-fmp.c packet-fmp_notify.c
- Previous by thread: [Wireshark-commits] rev 50687: / /trunk-1.10/epan/: addr_resolv.c /trunk-1.10/ui/gtk/: bytes_view.c capture_dlg.c profile_dlg.c voip_calls.c /trunk-1.10/packaging/nsis/: common.nsh uninstall.nsi wireshark.nsi ...
- Next by thread: [Wireshark-commits] rev 50689: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-fmp.c packet-fmp_notify.c
- Index(es):