http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50687
User: gerald
Date: 2013/07/16 06:18 PM
Log:
Copy over a bunch of recent missing revisions:
------------------------------------------------------------------------
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
------------------------------------------------------------------------
r49811 | gerald | 2013-06-06 11:46:37 -0700 (Thu, 06 Jun 2013) | 5 lines
Changed paths:
M /trunk/packaging/nsis/common.nsh
M /trunk/packaging/nsis/uninstall.nsi
M /trunk/packaging/nsis/wireshark.nsi
I suspect "ie4uinit" got its name because "mysterious useful undocumented
system utility" would have been too obvious. Have UpdateIcons call
"ie4uinit -ClearIconCache" and move UpdateIcons to the "-{,Un.}Finally"
sections in the installer and uninstaller.
------------------------------------------------------------------------
r49811 | gerald | 2013-06-06 11:46:37 -0700 (Thu, 06 Jun 2013) | 5 lines
Changed paths:
M /trunk/packaging/nsis/common.nsh
M /trunk/packaging/nsis/uninstall.nsi
M /trunk/packaging/nsis/wireshark.nsi
I suspect "ie4uinit" got its name because "mysterious useful undocumented
system utility" would have been too obvious. Have UpdateIcons call
"ie4uinit -ClearIconCache" and move UpdateIcons to the "-{,Un.}Finally"
sections in the installer and uninstaller.
------------------------------------------------------------------------
r49830 | stig | 2013-06-06 23:53:24 -0700 (Thu, 06 Jun 2013) | 3 lines
Changed paths:
M /trunk/ui/gtk/profile_dlg.c
Ensure we only put private profiles directly in the profiles menu and
put global profiles in the "New from Global" menu.
------------------------------------------------------------------------
r49848 | darkjames | 2013-06-08 11:57:49 -0700 (Sat, 08 Jun 2013) | 6 lines
Changed paths:
M /trunk/ui/gtk/bytes_view.c
Fix 'Misaligned columns in hex dump pane' [1]
Old code was broken for all pango version < 1.20
[1] http://www.wireshark.org/lists/wireshark-dev/201306/msg00015.html
------------------------------------------------------------------------
r49850 | guy | 2013-06-08 17:24:28 -0700 (Sat, 08 Jun 2013) | 5 lines
Changed paths:
M /trunk/ui/gtk/capture_dlg.c
If, after editing the settings for a particular interface, we don't have
a Capture Options window to update, don't try to update it.
#BACKPORT
------------------------------------------------------------------------
r49851 | guy | 2013-06-08 19:32:30 -0700 (Sat, 08 Jun 2013) | 5 lines
Changed paths:
M /trunk/wiretap/pcapng.c
Don't treat zero-length names in the NRB as errors, just silently ignore
them.
Works around the problem reported in bug 8763.
------------------------------------------------------------------------
r49852 | guy | 2013-06-08 19:56:16 -0700 (Sat, 08 Jun 2013) | 6 lines
Changed paths:
M /trunk/epan/addr_resolv.c
Don't put zero-length names into our tables of resolved IPv4 and IPv6
addresses; they look weird, and can cause problems with existing
versions of Wireshark when written in a Name Resolution Block.
Should fix bug 8763.
------------------------------------------------------------------------
r49854 | guy | 2013-06-08 23:44:47 -0700 (Sat, 08 Jun 2013) | 4 lines
Changed paths:
M /trunk/wiretap/pcapng.c
libwireshark's add_new_ipv4() and add_new_ipv6() now silently ignore
requests to add an entry with a zero-length name; we don't have to
ignore them ourselves.
------------------------------------------------------------------------
Directory: /trunk-1.10/epan/
Changes Path Action
+17 -3 addr_resolv.c Modified
Directory: /trunk-1.10/ui/gtk/
Changes Path Action
+1 -0 bytes_view.c Modified
+5 -0 capture_dlg.c Modified
+2 -2 profile_dlg.c Modified
+1 -0 voip_calls.c Modified
Directory: /trunk-1.10/packaging/nsis/
Changes Path Action
+5 -0 common.nsh Modified
+3 -1 uninstall.nsi Modified
+3 -2 wireshark.nsi Modified
Directory: /trunk-1.10/wiretap/
Changes Path Action
+1 -8 pcapng.c Modified