Wireshark-commits: [Wireshark-commits] rev 46211: /trunk-1.8/ /trunk-1.8/docbook/: release-notes.xm

Date: Mon, 26 Nov 2012 22:35:09 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46211

User: gerald
Date: 2012/11/26 02:35 PM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r45674 | darkjames | 2012-10-20 13:50:25 -0700 (Sat, 20 Oct 2012) | 2 lines
   Changed paths:
      M /trunk/epan/addr_resolv.c
 
   Make r45511 work also without HAVE_C_ARES.
   ------------------------------------------------------------------------
 
 
 Copy over with manual intervention:
 
   ------------------------------------------------------------------------
   r45511 | gerald | 2012-10-12 14:37:02 -0700 (Fri, 12 Oct 2012) | 9 lines
   Changed paths:
      M /trunk/epan/addr_resolv.c
      M /trunk/epan/packet.c
      M /trunk/wiretap/file_access.c
      M /trunk/wiretap/pcapng.c
 
   Use seasonal allocation for name resolution. This effectively scrubs our
   resolution information between capture files so that we don't leak host
   entries from one file to another (e.g. embarassing-host-name.example.com
   from file1.pcapng into a name resolution block in file2.pcapng).
 
   host_name_lookup_cleanup and host_name_lookup_init must now be called
   after each call to se_free_all. As a result we now end up reading our
   various name resolution files much more than we should.
   ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.8/docbook/
  Changes    Path                 Action
  +6 -5      release-notes.xml    Modified

Directory: /trunk-1.8/epan/
  Changes    Path             Action
  +61 -42    addr_resolv.c    Modified
  +14 -0     packet.c         Modified

Directory: /trunk-1.8/wiretap/
  Changes    Path          Action
  +1 -1      pcapng.c      Modified