Wireshark-commits: [Wireshark-commits] rev 25671: /trunk-1.0/ /trunk-1.0/: acinclude.m4 capture-pca

Date: Mon, 07 Jul 2008 15:43:07 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25671

User: gerald
Date: 2008/07/07 08:43 AM

Log:
 Bump the version to 1.0.2. Copy over r25668 from the trunk:
 
 ------------------------------------------------------------------------
 r25668 | guy | 2008-07-03 20:33:00 -0700 (Thu, 03 Jul 2008) | 9 lines
 Changed paths:
    M /trunk/acinclude.m4
    M /trunk/capture-pcap-util.c
    M /trunk/capture-wpcap.c
 
 If we have pcap_free_datalinks(), use it.  If not, then, on Windows,
 just leak the list returned by pcap_list_datalinks(), as there's no
 guarantee that if you have a library built with one version of the
 MSVC++ run-time library, and it returns a pointer to allocated data, you
 can free that data from a program linked with another version of the
 MSVC++ run-time library.  (This is not an issue on UN*X.)
 
 This should fix bug 2677.
 
 ------------------------------------------------------------------------

Directory: /trunk-1.0/
  Changes    Path                   Action
  +1 -1      acinclude.m4           Modified
  +25 -2     capture-pcap-util.c    Modified
  +26 -0     capture-wpcap.c        Modified
  +1 -1      config.nmake           Modified
  +1 -1      configure.in           Modified
  +2 -2      version.conf           Modified