http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31581
User: gerald
Date: 2010/01/19 05:02 PM
Log:
Copy over revisions from the trunk. ADNS changes have not been tested:
------------------------------------------------------------------------
r31361 | gerald | 2009-12-24 09:21:02 -0800 (Thu, 24 Dec 2009) | 3 lines
Changed paths:
M /trunk/epan/addr_resolv.c
M /trunk/epan/addr_resolv.h
Have get_host_ipaddr and get_host_ipaddr6 return FALSE if network name
resolution is disabled. Fix some indentation.
------------------------------------------------------------------------
r31449 | stig | 2010-01-05 07:37:45 -0800 (Tue, 05 Jan 2010) | 2 lines
Changed paths:
M /trunk/epan/wslua/wslua_proto.c
Use correct field types for signed integer.
------------------------------------------------------------------------
Copy over with manual intervention:
------------------------------------------------------------------------
r31350 | gerald | 2009-12-22 12:01:06 -0800 (Tue, 22 Dec 2009) | 4 lines
Changed paths:
M /trunk/epan/addr_resolv.c
M /trunk/epan/addr_resolv.h
M /trunk/gtk/main.c
Change host_name_lookup_process to return TRUE if anything new has been
resolved since the last time it was called. Use this to redraw the packet
list and detail any time we have newly-resolved objects.
------------------------------------------------------------------------
r31360 | gerald | 2009-12-23 16:58:31 -0800 (Wed, 23 Dec 2009) | 3 lines
Changed paths:
M /trunk/epan/addr_resolv.c
M /trunk/epan/addr_resolv.h
If we're using c-ares, have get_host_ipaddr and get_host_ipaddr6 time
out after 250ms. This should fix the annoying freeze in bug 658.
------------------------------------------------------------------------
r31400 | wmeier | 2010-01-01 09:11:38 -0800 (Fri, 01 Jan 2010) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-kerberos.c
Fix Bug #4363: wireshark decodes kerberos AS-REQ PADATA incorrectly.
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4363
------------------------------------------------------------------------
r31471 | wmeier | 2010-01-08 15:53:46 -0800 (Fri, 08 Jan 2010) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-ip.c
Fix Bug #4177: Analyze ! Expert... doesn't show IP "Bad Checksum" errors.
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.2/epan/dissectors/
Changes Path Action
+8 -2 packet-ip.c Modified
+7 -7 packet-kerberos.c Modified
Directory: /trunk-1.2/docbook/
Changes Path Action
+24 -8 release-notes.xml Modified
Directory: /trunk-1.2/epan/
Changes Path Action
+132 -21 addr_resolv.c Modified
+29 -9 addr_resolv.h Modified
Directory: /trunk-1.2/gtk/
Changes Path Action
+24 -6 main.c Modified
Directory: /trunk-1.2/epan/wslua/
Changes Path Action
+4 -4 wslua_proto.c Modified