http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33586
User: gerald
Date: 2010/07/19 04:42 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r33327 | gerald | 2010-06-25 15:24:26 -0700 (Fri, 25 Jun 2010) | 4 lines
Changed paths:
M /trunk/tshark.c
r32715 fixed bug 4708 (zlib-1.2.5 cause wireshark to stop live capture)
for Wireshark but not TShark. Apply the fix to TShark as well. Fixes bug
4916.
------------------------------------------------------------------------
r33329 | stig | 2010-06-26 05:00:08 -0700 (Sat, 26 Jun 2010) | 3 lines
Changed paths:
M /trunk/asn1/snmp/packet-snmp-template.c
M /trunk/epan/dissectors/packet-snmp.c
Avoid crash when adding SNMP Users.
This fixes bug 4926.
------------------------------------------------------------------------
r33349 | stig | 2010-06-28 06:58:00 -0700 (Mon, 28 Jun 2010) | 8 lines
Changed paths:
M /trunk/util.c
From Jan Šafránek via bug 4945:
Remove any '%<interface>' from default filter.
Wireshark prepares unparseable default filter when it's started under
'ssh <link-local ipv6 address>%<interface name>' - '%' in SSH_CONNECTION
is not allowed filter. Let's cut the '%<interface name>' from any IP
addresses in default filters.
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.2/epan/dissectors/
Changes Path Action
+10 -9 packet-snmp.c Modified
Directory: /trunk-1.2/docbook/
Changes Path Action
+18 -0 release-notes.xml Modified
Directory: /trunk-1.2/asn1/snmp/
Changes Path Action
+7 -6 packet-snmp-template.c Modified
Directory: /trunk-1.2/
Changes Path Action
+1 -0 tshark.c Modified
+28 -4 util.c Modified