http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33419
User: gerald
Date: 2010/07/02 11:49 AM
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.
------------------------------------------------------------------------
r33331 | stig | 2010-06-26 14:03:01 -0700 (Sat, 26 Jun 2010) | 5 lines
Changed paths:
M /trunk/file.c
Increase the displayed_count before we add the packet to the packet list,
because we update the the packets bar when adding the packet.
This fixes bug 4896.
------------------------------------------------------------------------
r33332 | stig | 2010-06-26 14:30:36 -0700 (Sat, 26 Jun 2010) | 4 lines
Changed paths:
M /trunk/gtk/main.c
M /trunk/gtk/packet_list_store.c
Always show packets with Time Reference (as in the old packet list).
Recreate visible rows when removing a Time Reference which has not passed
the display filter.
------------------------------------------------------------------------
r33334 | stig | 2010-06-26 15:53:36 -0700 (Sat, 26 Jun 2010) | 2 lines
Changed paths:
M /trunk/gtk/main.c
M /trunk/gtk/packet_list_store.c
Fixed removing a Time Reference from a column not matching the display filter.
------------------------------------------------------------------------
r33335 | etxrab | 2010-06-27 01:22:50 -0700 (Sun, 27 Jun 2010) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-mip6.c
M /trunk/epan/dissectors/packet-mip6.h
From KATAOKA Toshihiro:
MIPv6 Heartbeat
------------------------------------------------------------------------
Directory: /trunk-1.4/epan/dissectors/
Changes Path Action
+43 -0 packet-mip6.c Modified
+75 -1 packet-mip6.h Modified
+10 -9 packet-snmp.c Modified
Directory: /trunk-1.4/gtk/
Changes Path Action
+6 -0 main.c Modified
+4 -4 packet_list_store.c Modified
Directory: /trunk-1.4/asn1/snmp/
Changes Path Action
+7 -6 packet-snmp-template.c Modified
Directory: /trunk-1.4/
Changes Path Action
+3 -2 file.c Modified
+1 -0 tshark.c Modified